GET api/categories/OnContentSet/{isOnContentSet}/ForNearByMap/{forNearbyMap}
Get Categories <param name="isOnContentSet">Turn On to use ContentSet options</param><param name="forNearbyMap">Turn On to use filter for nearby tab feature</param>
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| isOnContentSet | boolean |
Required |
|
| forNearbyMap | boolean |
Required |
Body Parameters
None.
Response Information
| Name | Description | Type | Additional information |
|---|---|---|---|
| Items |
Primary Categories |
Collection of PrimaryCategoryItem |
None. |
Response Formats
application/json, text/json
Sample:
{
"items": [
{
"items": [
{
"id": 1,
"name": "sample string 2",
"count": 3
},
{
"id": 1,
"name": "sample string 2",
"count": 3
}
],
"id": 1,
"name": "sample string 2",
"count": 3
},
{
"items": [
{
"id": 1,
"name": "sample string 2",
"count": 3
},
{
"id": 1,
"name": "sample string 2",
"count": 3
}
],
"id": 1,
"name": "sample string 2",
"count": 3
}
]
}