Get an FAQ Category

Description

This API allows you to get the details of an FAQ category.

OAuth Scope:

faqs.READ

Note:
is_default: (Values: true|false)
is_default is set to true if the category is system-generated i.e General and cannot be altered/deleted. If the category is created by the operator, then the value is set to false.

URL:

Copiedhttps://salesiq.zoho.com/api/v3/{portal_name}/faqcategories/{id}

Example

Copiedhttps://salesiq.zoho.com/api/v3/zylkerinc/faqcategories/53400000000328033

Sample Response:

Copied{
"url": "/api/v3/zylkerinc/faqcategories/53400000000328033",
"object": "faqcategories",
"data":{
"owner": "Patricia",
"owner_id": "53400000000002001",
"name": "General",
"created_time": "1568827989021",
"id": "53400000000328033",
"is_default":"true"

}
}