Get Products List
Name
Value
Param
Param Type
Type
Required
Description
{
"statusCode": 200,
"message": "string",
"data": [
{
"productId": "number",
"title": "string",
"image": "string",
"slug": "string",
"platform": "string",
"genres": [
"string"
],
"regions": [
{
"id": "number",
"name": "string"
}
],
"regionName": "string",
"productTypes": [
"string"
],
"languages": [
"string"
],
"minPrice": "number",
"maxPrice": "number",
"productVersion": "string",
"worksOn": [
"string"
],
"activationCountries": [
"string"
],
"productTag": "string",
"releaseDate": "string",
"formFields": [
{
"name": "userid",
"type": "string"
},
{
"name": "device",
"type": "enum",
"value": "android | ios"
}
]
}
],
"pagination": {
"page": "number",
"limit": "number",
"totalCount": "number",
"totalPages": "number"
}
}Last updated