List all tanks
GET /tanks
GET
/tanks
Retrieve a paginated list of tanks
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” page
integer
page_size
integer
ship_to_id
string
customer_id
string
status
string
unit_id
string
service_area_id
string
Responses
Section titled “ Responses ”List of tanks
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 | null
customer_id
string | null
name
string | null
metadata
object
available_capacity
string
average_daily_usage
string
daily_usage
string
days_to_empty
number
fill_percentage
number
fill_status
string
reading_volume
number
tank_size
number
note
string | null
organization_id
string | null
product_name
string | null
product_sku
string | null
resource_group_id
string | null
product_id
string | null
fill_percentage
string | null
status
string | null
ship_to_code
string | null
location_id
string | null
sales_rep_id
string | null
last_reading_id
string | null
last_reading_date
string | null format: date-time
tank_address
string | null
latitude
string | null
longitude
string | null
alerts
array | null
location_name
string | null
include_in_job
boolean
unit_id
string | null
ship_to_id
string | null
brand
string | null
service_area_id
string | null
last_reading
object | null
fuel_id
string | null
vendor_id
string | null
tank_monitor_id
string | null
last_modified_date
string | null format: date-time
Unauthorized
object
success
required
boolean
error
required
string
Example
An error occurred