List Components

List of all components for a site.

Required scope | components:read

Path parameters

site_idstringRequiredformat: "objectid"
Unique identifier for a Site

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

limitdoubleOptional

Maximum number of records to be returned (max limit: 100)

offsetdoubleOptional
Offset used for pagination if the results have more than limit records

Response

Request was successful
componentslist of objectsOptional
paginationobjectOptional
Pagination object

Errors