Category list
Returns a list of all app categories.
Request format
GET https://api.appmetrica.yandex.ru/management/v1/metadata/application/categories
? [lang=<locale>]
|
Response localization. Possible values:
|
Response format
{
"data": [
{
"id": int,
"name": "string",
"type": "string"
},
...
]
}
|
An object that contains information about categories. |
|
ID of the category. |
|
Name of the category. To get the category name in English, add the parameter |
|
Type of category. Possible values:
|
Example
cURL
HTTP
curl -X GET \
'https://api.appmetrica.yandex.ru/management/v1/metadata/application/categories?lang=en' \
-H 'Authorization: OAuth 05dd3dd84ff948fdae2bc4fb91f13e22bb1f289ceef0037'
GET /management/v1/metadata/application/categories?lang=en HTTP/1.1
Host: api.appmetrica.yandex.ru
Authorization: OAuth 05dd3dd84ff948fdae2bc4fb91f13e22bb1f289ceef0037
If you didn't find the answer you were looking for, you can use the feedback form to submit your question. Please describe the problem in as much detail as possible. Attach a screenshot if possible.
Was the article helpful?
Previous
Next