Tags
Authorizations
Query parameters
pageNumbernumberOptionalExample:
The index of the desired page
1limitnumberOptionalExample:
The number of items to return per page
10searchstringOptionalExample:
The search term to filter by, example "My Tag".
My Tagplatformstring · enumOptionalExample:
The platform to filter by
iosPossible values: appIdstringOptionalExample:
The unique identifier for an app to filter by. On Android this is the package name, on iOS this is the bundle identifier.
com.sample.appIdbuildIdstringOptionalExample:
The unique identifier for the build.
androidbuildNumberstring · int32OptionalExample:
The build number, as specified by the app. In Android this is the versionCode, in iOS this is the CFBundleVersion.
1versionNamestringOptionalExample:
The version name to filter by, example "1.0.0".
1.0.0Responses
200
OK
application/json
totalinteger · int32OptionalExample:
25nextPagenumber · int32 · nullableOptionalExample:
2tagsstring[]OptionalExample:
tag1401
Unauthorized
application/json
get/v2/tags
Last updated