/3.0/rubricator/dashboard
List if categories (3.0)
2GIS API Support: api@2gis.ru URL: https://docs.2gis.com/
Getting a dashboard list of categories by parameters
Returns the dashboard that matches the parameters passed in the request.
query Parameters
| key required | string Unique key of API user. |
| region_id required | integer Region ID. |
| locale | string The locale with which the search is performed and given results. |
Responses
Response Schema: application/json
required | object (ObjMeta) Response metadata |
required | object |
Response samples
- 200
- 400
- 403
- 404
- 500
Content type
application/json
{- "meta": {
- "issue_date": "string",
- "code": 200,
- "api_version": "dev"
}, - "result": {
- "total": 1,
- "items": [
- {
- "type": "pseudorubric",
- "region_id": "123456",
- "segment_id": "123456",
- "caption": "string",
- "title": "Radio parts",
- "erid": [
- "string"
], - "action": {
- "type": "string",
- "value": "string",
- "name": "string",
- "platforms": [
- "string"
], - "caption": "string"
}, - "icon_url": "Emergency services",
- "owner_id": "string",
- "legal_name": "string"
}
]
}
}