Skip to main content

Retrieve Expense Entry

GET 

https://secure.fleetio.com/api/v1/expense_entries/:id

Retrieve the details of a Expense Entry.

Request

Path Parameters

    id stringrequired

    Possible values: Value must match regular expression ^[0-9]+$

    The id of the relevant record

Responses

OK

Schema
    idId (integer)required

    Possible values: >= 1

    created_atdate-time

    The date and time at which this record was created.

    Example: 2023-03-14T13:46:27-06:00
    updated_atdate-time

    The date and time at which this record was most recently updated.

    Example: 2023-03-14T13:46:27-06:00
    total_amountfloat

    The total amount of the expense.

    notesstringnullablerequired

    Additional comments.

    expense_entry_type_idId (integer)required

    Possible values: >= 1

    expense_entry_type_namestringrequired

    Name of the Expense Entry Type associated with this entry.

    occurred_atdate-timerequired

    Date and time of the expense.

    Example: 2023-03-14T13:46:27-06:00
    vehicle_idintegerrequired

    The ID of the associated Vehicle.

    vehicle_namestringrequired

    The name of the associated Vehicle.

    vendor_idNullableId (integer)nullablerequired

    Possible values: >= 1

    vendor_namestringnullablerequired

    The name of the associated Vendor.

    custom_fieldsobjectnullablerequired

    *Full details on working with Custom Fields here.

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: Prefix the value with "Token", for example: "Token 76cbe06c49a64".
You can generate a new API key [here](https://secure.fleetio.com/api_keys).
name: Account-Tokentype: apiKeyin: headerdescription: You can find your Account-Token [here](https://secure.fleetio.com/api_keys)
curl -L 'https://secure.fleetio.com/api/v1/expense_entries/:id' \
-H 'Accept: application/json' \
-H 'Authorization: Token <Authorization>' \
-H 'Account-Token: <Authorization>'
Request Collapse all
Base URL
https://secure.fleetio.com/api
Auth
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!