App list
Returns information about apps that are available to the user.
Request format
GET https://api.appmetrica.yandex.ru/management/v1/applications
Response format
{
"applications": [
{
"name": "string",
"time_zone_name": "string",
"hide_address": bool,
"gdpr_agreement_accepted": bool,
"category": int,
"bundle_id": "string",
"team_id": "string",
"use_universal_links": bool,
"universal_link": "string",
"id": int,
"uid": int,
"owner_login": "string",
"api_key128": "string",
"import_token": "string",
"permission": "string",
"time_zone_offset": int,
"permission_date": "YYYY-MM-DDThh:mm:ss±hh:mm",
"create_date": "YYYY-MM-DD"
},
...
]
}
|
App name |
|
Time zone for statistics |
|
ID of the folder where the application is located in the web interface. |
|
The status indicating if the collecting complete IP addresses of users from the EU is enabled. Possible values:
|
|
Acceptance status of the General Data Protection Regulation compliance. Possible values:
|
|
ID of the app category. To get a list of all app categories, use the Category list method. |
|
Bundle ID. |
|
App Prefix или Team ID. |
|
Status of using the Universal Link. Possible values:
|
|
Universal Link. |
|
App ID |
|
ID of the user who added the app. |
|
Login of the app owner. |
|
API key. |
|
Post API key. |
|
Access rights. Possible values:
For more information, see Managing app access. |
|
Name of the folder where the application is located in the web interface. |
|
The time zone offset relative to UTC in seconds. |
|
Date the access was granted. For the owner, it matches the date the app was added. |
|
Date the app was added. |
Example
curl -X GET \
'https://api.appmetrica.yandex.ru/management/v1/applications' \
-H 'Authorization: OAuth 05dd3dd84ff948fdae2bc4fb91f13e22bb1f289ceef0037'
GET /management/v1/applications 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.