get all products category
Get category
GET
{{base-url}}clients/getAllProductCategory?client_id=306
This endpoint allows you to get free cakes.
Query Parameters
Name
Type
Description
client_id
number
Headers
Name
Type
Description
x-api-access
string
x-api-secret
string
x-client-token
string
Content-Type
string
{
"success": true,
"msg": "Getting all product categories",
"data": [
{
"category_id": "12",
"name": "s",
"created_at": "2019-09-17T11:32:48.686Z",
"updated_at": "2019-09-17T11:32:48.686Z"
},
{
"category_id": "13",
"name": "s",
"created_at": "2019-09-17T11:33:21.464Z",
"updated_at": "2019-09-17T11:33:21.464Z"
},
{
"category_id": "16",
"name": "cloths",
"created_at": "2020-03-18T10:54:55.791Z",
"updated_at": "2020-03-18T10:54:55.791Z"
},
{
"category_id": "17",
"name": "food",
"created_at": "2020-03-18T11:00:50.262Z",
"updated_at": "2020-03-18T11:00:50.262Z"
},
{
"category_id": "18",
"name": "food",
"created_at": "2020-03-18T14:29:57.277Z",
"updated_at": "2020-03-18T14:29:57.277Z"
},
{
"category_id": "19",
"name": "food",
"created_at": "2020-03-18T14:32:19.880Z",
"updated_at": "2020-03-18T14:32:19.880Z"
},
{
"category_id": "29",
"name": "IceCream",
"created_at": "2020-03-19T12:16:29.382Z",
"updated_at": "2020-03-19T12:16:29.382Z"
},
{
"category_id": "30",
"name": "Dessert",
"created_at": "2020-03-19T12:16:29.382Z",
"updated_at": "2020-03-19T12:16:29.382Z"
},
{
"category_id": "31",
"name": "Tshirt",
"created_at": "2020-03-19T12:16:29.382Z",
"updated_at": "2020-03-19T12:16:29.382Z"
},
{
"category_id": "32",
"name": "Nike",
"created_at": "2020-03-19T12:16:29.382Z",
"updated_at": "2020-03-19T12:16:29.382Z"
},
{
"category_id": "33",
"name": "flipkart",
"created_at": "2020-03-19T12:16:29.382Z",
"updated_at": "2020-03-19T12:16:29.382Z"
},
{
"category_id": "34",
"name": "Music",
"created_at": "2020-03-19T12:16:29.382Z",
"updated_at": "2020-03-19T12:16:29.382Z"
},
{
"category_id": "35",
"name": "Budgud",
"created_at": "2020-03-19T12:16:29.382Z",
"updated_at": "2020-03-19T12:16:29.382Z"
},
{
"category_id": "36",
"name": "AWS",
"created_at": "2020-03-19T12:16:29.382Z",
"updated_at": "2020-03-19T12:16:29.382Z"
},
{
"category_id": "37",
"name": "eminem",
"created_at": "2020-03-19T12:16:29.382Z",
"updated_at": "2020-03-19T12:16:29.382Z"
},
{
"category_id": "39",
"name": "food",
"created_at": "2020-03-19T18:21:05.225Z",
"updated_at": "2020-03-19T18:21:05.225Z"
}
]
}
{ "message": "Ain't no cake like that."}
Last updated