Get FAQ Category API
The Get FAQ Category API will help us to get all the category along with the Id's.
Get FAQ Category.
Authentication:
Basic <Your Token>Request Body
Response Body
Response
Response Messages
{
"message": {
"category": [
{
"id": 5214,
"name": "Milton",
"detail": "",
"parentCategoryName": "Add as Parent Category",
"categoryPath": "5213/"
},
{
"id": 5215,
"name": "Claro",
"detail": "",
"parentCategoryName": "Add as Parent Category",
"categoryPath": "5213/"
},
{
"id": 5216,
"name": "Spotzero",
"detail": "",
"parentCategoryName": "Add as Parent Category",
"categoryPath": "5213/"
},
{
"id": 5217,
"name": "Treo",
"detail": "",
"parentCategoryName": "Add as Parent Category",
"categoryPath": "5213/"
},
{
"id": 5245,
"name": "FAQ - Milton",
"detail": "",
"parentCategoryName": "Milton",
"categoryPath": "5213/5214/"
},
{
"id": 5246,
"name": "FAQ - Treo",
"detail": "",
"parentCategoryName": "Treo",
"categoryPath": "5213/5217/"
},
{
"id": 5247,
"name": "FAQ - Claro",
"detail": "",
"parentCategoryName": "Claro",
"categoryPath": "5213/5215/"
},
{
"id": 5248,
"name": "FAQ - Spotzero",
"detail": "",
"parentCategoryName": "Spotzero",
"categoryPath": "5213/5216/"
}
]
},
"status": "success"
}Error Codes
Error Codes
Description
Example of a working curl
Last updated