Get device list for multiple companies
GET
/devices/list/searchGet a list of devices for multiple companies.
Roles with endpoint access
Role | Permission |
---|---|
Partner | |
Partner View | |
Custom Partner | |
Fleet Manager | |
Group Manager | |
User | |
Custom User |
Request
A comma-separated list of company IDs to return devices for. Requires at least 1 company ID.
A comma-separated list of fields on which to search the search_str
param value against. The number of values in this param MUST match number of values in search_str
A comma-separated list of search values in which to search on in the request. Each value will be searched against the values set in search_fields
param.
A comma-separated list of fields to order the returned data by. Number of values passed in this param MUST match number of values in order_dir
A comma-separated list of either the value "asc" or "desc" for each field value in search_fields
param to control the direction of order for the returned data.
A comma-separated list of columns to include in the request.
Session cookie returned from login response. Include in cookies for all API calls within user session.
Session token returned in login response. Include in cookies for all API calls within user session.
Request samples
Responses
Request metadata object
HTTP status code returned by response
Contains response data
"OK" if successful, else "Fail" if error
{
"meta": {
"code": 100
},
"response": {},
"result": "OK"
}