Skip to main content

List Issues

GET 

https://secure.fleetio.com/api/v2/issues

Returns a list of Issues belonging to your account.

Request

Query Parameters

    start_cursor string

    The start cursor for Keyset pagination.

    per_page integer

    Possible values: >= 2 and <= 100

    The number of records per page to return

    Default value: 50
    filter object

    The fields, operations, and values to filter the records by.

    number object
    eqstringrequired
    reported_by_id object
    eqstringrequired
    assigned_contact_ids object
    includestringrequired
    vehicle_id object
    eqstringrequired
    equipment_id object
    eqstringrequired
    labels object
    includestringrequired
    state object
    eqstringrequired
    due_date object
    oneOf
    eqstringrequired
    resolved_at object
    oneOf
    ltstringrequired
    reported_at object
    oneOf
    ltstringrequired
    closed_at object
    oneOf
    ltstringrequired
    reopened_at object
    oneOf
    ltstringrequired
    created_at object
    oneOf
    ltstringrequired
    updated_at object
    oneOf
    ltstringrequired
    sort object

    The fields and direction to sort the results by.

    due_dateSortAscDesc (string)

    Possible values: [asc, desc]

    resolved_atSortAscDesc (string)

    Possible values: [asc, desc]

    reported_atSortAscDesc (string)

    Possible values: [asc, desc]

    updated_atSortAscDesc (string)

    Possible values: [asc, desc]

    created_atSortAscDesc (string)

    Possible values: [asc, desc]

    idSortAscDescDefaultDesc (string)

    Possible values: [asc, desc]

    Default value: desc

Responses

OK

Schema
    start_cursorstringnullable

    The current start cursor of the records returned.

    next_cursorstringnullable

    The next cursor to retrieve the next page of records.

    per_pageinteger

    The maxumum number of records returned.

    estimated_remaining_countinteger

    The number of remaining records including the returned records, up to a maximum of 500.

    filtered_by object[]

    The filters applied to the returned record set.

  • Array [
  • anyOf
    reported_by_id object
    eqstringrequired
  • ]
  • sorted_by object[]
  • Array [
  • anyOf
    idSortAscDesc (string)

    Possible values: [asc, desc]

  • ]
  • records object[]
  • Array [
  • idintegerrequired
    numberstringrequired

    A unique identifier for the Issue.

    statestringrequired

    The Issue's current state.

    Possible values: [Open, Closed, Resolved]

    created_atdate-timerequired
    updated_atdate-timerequired
    namestringrequired

    The name of the Issue.

    descriptionstringnullablerequired

    A longer description of the Issue.

    reported_atdate-timenullablerequired

    The date and time at which the issue was reported.

    Example: 2023-03-14T13:46:27-06:00
    resolved_atdate-timenullablerequired

    The date and time at which the issue was resolved.

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

    The id of the User who resolved the Issue.

    closed_atdate-timenullable

    The date and time at which the issue was closed.

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

    The id of the User who closed the Issue.

    reopened_atdate-timenullable

    The date and time at which the issue was reopened.

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

    The id of the User who reopened the Issue.

    resolvable_idintegernullablerequired

    The id of the resolvable_type which can resolve this Issue.

    resolvable_typestringnullablerequired

    The type of the object which can resolve this Issue.

    Possible values: [ServiceEntry, WorkOrder]

    due_datedatenullablerequired

    The date on which this Issue should be resolved by. Formatted according to ISO-8601 in User's local time zone.

    Example: 2023-03-14
    due_primary_meter_valuestringnullablerequired

    The primary meter value at which this Issue should be resolved by.

    due_secondary_meter_valuefloatnullablerequired

    The secondary meter value at which this Issue should be resolved by.

    overduebooleanrequired

    Indicates whether the Issue is overdue.

    asset_typestringrequired

    The type of asset this Issue applies to.

    Possible values: [Vehicle, Equipment]

    submitted_inspection_form_idintegernullablerequired

    The id of the associated SubmittedInspectionForm, if any.

    fault_idintegernullablerequired

    The id of the associated Fault if any.

    external_idstringnullablerequired

    The external ID for this Issue.

    watchers_countintegerrequired

    The count of watchers for this Issue.

    comments_countintegerrequired

    The count of comments for this Issue.

    documents_countintegerrequired

    The count of documents for this Issue.

    images_countintegerrequired

    The count of images for this Issue.

    custom_fieldsobjectnullable

    *Full details on working with Custom Fields here.

    vehicle object

    A Vehicle

    idintegerrequired
    namestringrequired

    This vehicle's name.

    colorstringnullable

    The color of this Vehicle.

    license_platestringnullable

    The license plate number of this Vehicle.

    vinstringnullable

    The Vehicle Identification Number of this Vehicle.

    yearstringnullable

    This Vehicle's model year.

    makestringnullable

    The name of this Vehicle's manufacturer.

    modelstringnullable

    The name of the model of this Vehicle.

    trimstringnullable

    The trim level of this Vehicle.

    registration_expiration_monthintegernullable

    The month in which this Vehicle's registration expires.

    Possible values: >= 0 and <= 12

    registration_statestringnullable

    The state, province, or territory in which this Vehicle is registered.

    default_image_url_smallstringnullable

    The URL of a small-sized version of the default image for this Vehicle.

    equipment objectnullable
    idintegerrequired
    namestringrequired

    The name for this Equipment.

    brandstringnullablerequired

    The name of the brand which makes this Equipment.

    modelstringnullablerequired

    The model name of this Equipment.

    serial_numberstringnullablerequired

    The serial number of this Equipment.

    reported_by objectnullable

    A Contact

    idintegerrequired
    emailstringnullable

    The Contact's email address.

    namestringnullablerequired

    The Contact's full name.

    group_idintegernullable

    If this Contact belongs to a Group, this will be the Fleetio ID of that Group.

    default_image_urlstringnullablerequired

    The URL of the Contact's default image/profile photo, if any.

    fault_rule object

    A Fault Rule

    idinteger

    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
    account_idId (integer)required

    Possible values: >= 1

    codestringrequired

    The diagnostic trouble code.

    descriptionstringnullablerequired

    A short description about the problem.

    priority_handlingstringnullablerequired

    The priority handling for the alert. This is configurable through the Fleetio dashboard under Fault Rules.

    Possible values: [off, ignore, critical]

    namestringnullablerequired

    A short name for the alert.

    labels object[]
  • Array [
  • idId (integer)

    Possible values: >= 1

    namestring
  • ]
  • assigned_contacts object[]
  • Array [
  • idintegerrequired
    emailstringnullable

    The Contact's email address.

    namestringnullablerequired

    The Contact's full name.

    group_idintegernullable

    If this Contact belongs to a Group, this will be the Fleetio ID of that Group.

    default_image_urlstringnullablerequired

    The URL of the Contact's default image/profile photo, if any.

  • ]
  • ]

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/v2/issues' \
-H 'Accept: application/json' \
-H 'Authorization: Token <Authorization>' \
-H 'Account-Token: <Authorization>'
Request Collapse all
Base URL
https://secure.fleetio.com/api
Auth
Parameters
— query
— query
— query
numbereq
reported_by_ideq
assigned_contact_idsinclude
vehicle_ideq
equipment_ideq
labelsinclude
stateeq
due_date
resolved_at
reported_at
closed_at
reopened_at
created_at
updated_at
— query
due_date
resolved_at
reported_at
updated_at
created_at
id
ResponseClear

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