Skip to main content

/3.0/rubricator/dashboard

List if categories (3.0)

2GIS API Support: api@2gis.ru URL: https://docs.2gis.com/

List if categories

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

Content type
application/json
{
  • "meta": {
    • "issue_date": "string",
    • "code": 200,
    • "api_version": "dev"
    },
  • "result": {
    • "total": 1,
    • "items": [
      ]
    }
}