List all resources
GET /resources
GET
/resources
Retrieve a paginated list of resources (drivers)
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” page
integer
page_size
integer
is_active
boolean
archived
boolean
unit_id
string
service_area_id
string
Responses
Section titled “ Responses ”List of resources
object
data
Array
total
integer
page
integer
page_size
integer
has_more
boolean
data
Array<object>
object
id
string
external_id
string | null
company_id
string
first_name
string | null
last_name
string | null
metadata
object | null
date_created
string format: date-time
date_modified
string format: date-time
is_active
boolean
preferences
object | null
archived
boolean
timezone
string | null
unit_id
string | null
service_area_id
string | null
display_name
string | null
Unauthorized
object
success
required
boolean
error
required
string
Example
An error occurred