Get devices

Get devices

get
Query parameters
UserIdstringOptional

Filter by id of the user.

Typestring · enumOptionalPossible values:
CodestringOptional

The code to filter.

NamestringOptional

The device name to filter.

IsMobileAppbooleanOptional

Filter with is mobile app.

TestModebooleanOptional

The test mode to filter.

Statusstring · enumOptional

Represents the status of a device within the system.

Possible values:
KeywordsstringOptional

The keywords to filter.

CountryCodestringOptional

The CountryCode to filter.

SortDataFieldstringOptional

The sort data field to sort. By default, the value is ID.

SortOrderstring · enumOptional

Specifies the sorting order type for a collection.

Possible values:
PageNumberinteger · int32Optional

The page number of the pagination. Default value is 0.

PageSizeinteger · int32Optional

The page size of the pagination. Default value is 200.

Header parameters
Brand-URLstringRequired

The brand URL of the request. This is used to identify the brand.

Example: YOUR_BRAND_URL
Auth-KeystringRequired

Auth-Key is required to authenticate the request. If missing, the server will return 401 Unauthorized.

Example: YOUR_AUTH_KEY
Responses
get
/api/v1/devices

Last updated