v1
latestOpenAPI 3.1.02026-07-2438302.6 MBGet Product Categories
get/products/category
Query parameters
pageinteger
countinteger
sort'DESC' | 'ASC'
sort_by'display_order' | 'created_at'
filter.keywordstring
For search (includes only category_name, category_description)
filter.category_uidstring
Response
200
Example response
{
"type": "success",
"data": [
{
"category_name": "Furniture",
"category_uid": "3e2b4520-81ce-11e9-b902-35bbc7d2063e",
"created_by": {
"user_uid": "71468f36-a847-49a6-b849-02b6992b2b08",
"first_name": "Simon",
"last_name": "V",
"email": "simon@zuper.co",
"home_phone_number": "1234567890",
"designation": "Admin",
"emp_code": "120",
"work_phone_number": "1234567890",
"profile_picture": "https://s3.ap-south-1.amazonaws.com/staging.in.pro.zuper/attachments/6c287db0-ff7c-11e7-b3a8-29b417a4f3fa/6024fd20-080c-11ed-be73-8b6ed5c86b4b.jpg",
"hourly_labor_charge": 120,
"is_active": true,
"created_at": "2019-01-21T07:24:22.000Z",
"updated_at": "2024-01-25T11:25:16.000Z"
},
"category_description": "Used to categorize furniture stock .",
"category_icon": "https://s3.ap-south-1.amazonaws.com/prod.app.zuperpro/attachments/6c287db0-ff7c-11e7-b3a8-29b417a4f3fa/659c1b30-06ec-11eb-a03b-9d15494a2623.png",
"id": "undefined"
}
],
"total_records": 3,
"current_page": 1,
"total_pages": 1
}