Skip to main content
GET
Export devices as CSV
Key: Read Scope: Company

Authorizations

Authorization
string
header
required

Use your Primo API key in the Authorization header as Bearer <API_KEY>.

Query Parameters

page
number
default:1

Page of devices to export (1-indexed)

Required range: 1 <= x <= 9007199254740991
perPage
number
default:500

Number of devices per CSV page (default 500, max 1000)

Required range: 1 <= x <= 1000

Response

200 - text/csv

CSV page, one row per device. Pagination is returned in the X-Page, X-Per-Page, X-Total-Pages and X-Total-Elements response headers.

The response is of type string.