/xiaomigetapps/apps/permissions

POST /api/xiaomigetapps/apps/permissions

Price: 1 credit

Get the Android permissions a Xiaomi GetApps app declares

How to use it

Resolve one app's declared Android permissions into readable entries. GetApps stores them as opaque numeric indexes, so this is the only way to read them by name. An app can legitimately declare none, which is 200 with an empty list, not an error. label, description, risk_category and permission_group come from the storefront's own permission dictionary and the dictionary is sparse: label and description are absent for roughly one permission in ten, risk_category for about seven in ten and permission_group for about eight in ten, where the storefront itself has no entry — name is always present. Use the app endpoint instead if you want the permission names alongside the rest of the app record.

Parameters

Request body

Response

Errors

Response headers