Skip to main content

List Vehicle Renewal Reminders

GET 

https://secure.fleetio.com/api/v1/vehicle_renewal_reminders

Returns a list of your Vehicle Renewal Reminders

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.

    vehicle_id object
    eqstringrequired
    vehicle_renewal_type_id object
    eqstringrequired
    active object
    eqstringrequired
    vehicle_renewal_reminder_status object
    eqstringrequired

    Possible values: [ok, overdue, due_soon]

    due_soon_at object
    oneOf
    ltstringrequired
    last_sent_at object
    oneOf
    ltstringrequired
    next_due_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.

    idSortAscDescDefaultDesc (string)

    Possible values: [asc, desc]

    Default value: desc
    due_soon_atSortAscDesc (string)

    Possible values: [asc, desc]

    last_sent_atSortAscDesc (string)

    Possible values: [asc, desc]

    next_due_atSortAscDesc (string)

    Possible values: [asc, desc]

    created_atSortAscDesc (string)

    Possible values: [asc, desc]

    updated_atSortAscDesc (string)

    Possible values: [asc, 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
    vehicle_id object
    eqstringrequired
  • ]
  • sorted_by object[]

    The sorts applied to the returned record set.

  • Array [
  • anyOf
    due_soon_atSortAscDesc (string)

    Possible values: [asc, desc]

  • ]
  • records object[]
  • Array [
  • vehicle_idintegerrequired
    vehicle_renewal_type_idintegerrequired
    vehicle_archived_atdate-timenullablerequired

    The date and time at which this Renewal Reminder's Vehicle was archived, if applicable.

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

    The number of Comments on this Renewal Reminder.

    Possible values: >= 0

    activebooleannullablerequired

    Whether or not this Renewal Reminder is active.

    next_due_atdate-timerequired

    The date and time at which this Renewal Reminder is next due.

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

    The date and time at which this Renewal Reminder was last sent.

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

    The date and time at which this Renewal Reminder will next be marked as "Due Soon".

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

    The amount of time before a Renewal is due where it will be marked as as "Due Soon".

    due_soon_time_threshold_frequencyFrequency (string)nullablerequired

    Possible values: [day, week, month, year, days, weeks, months, years]

    vehicle_renewal_reminder_statusstringrequired

    The current status of this Vehicle Renewal Reminder.

    Possible values: [ok, overdue, due_soon]

    attachment_permissions objectnullable
    read_photosboolean

    Indicates whether the user has read permission for photos.

    manage_photosboolean

    Indicates whether the user has permission to manage (eg. upload, delete) photos.

    read_documentsboolean

    Indicates whether the user has read permission for documents.

    manage_documentsboolean

    Indicates whether the user has permission to manage (eg. upload, delete) documents.

    custom_fieldsobjectnullable

    *Full details on working with Custom Fields here.

    vehicle objectrequired

    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.

  • ]

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/vehicle_renewal_reminders' \
-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
vehicle_ideq
vehicle_renewal_type_ideq
activeeq
vehicle_renewal_reminder_statuseq
due_soon_at
last_sent_at
next_due_at
created_at
updated_at
— query
id
due_soon_at
last_sent_at
next_due_at
created_at
updated_at
ResponseClear

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