GET api/apps/{appShortName}/push/{registrationId}/tags

Get the tags in a registration for the given app.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
appShortName

Short name of mobile app, e.g. florence.

string

Required

registrationId

Registration ID

string

Required

Body Parameters

None.

Response Information

Resource Description

200-OK or 404-not found

Collection of string

Response Formats

application/json, text/json

Sample:
[
  "sample string 1",
  "sample string 2"
]

text/html

Sample:
["sample string 1","sample string 2"]