Return the information of device list

Return the information of device list. The maximum device will be 100000 if it is a list given by the user. If a list is not indicated, the system returns all the devices for that application, page the results. The user can choose the number of results and the page to be show. Return the result in a csv file.

Path Params
integer
required

Application's id

Query Params
integer
0 to 100000

results per page. The maximum is 100000

integer
≥ 0

Page's number of the results. Initial is 0

Body Params
file

A .csv file that you must upload with your deviceId list. The CSV file must contain always a column with the header deviceId or externalId al least and your deviceIds or external code.

Example device list

  deviceId
  be5d3f02-f486-47e2-bd98-5128e1c4b065
  be5d78f2-f486-47e2-bd98-5128e1c4b066
  be5d3f02-a345-47e2-bd98-1234wqe34241
  ...
Responses
200

Success

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/csv