Skip to main content

List Contact Renewal Reminders

GET 

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

Returns a list of your ContactRenewalReminders.

Request

Responses

OK

Response Headers
    X-PaginationLimit

    The per page limit. Currently set to 100 but subject to change at any time.

    X-Pagination-Current-Page

    The current page. Defaults to 1.

    X-Pagination-Total-Pages

    The total number of pages in the result set. Use this along with Pagination-Current-Page to determine if there are any remaining pages/records to be retrieved.

    X-Pagination-Total-Count

    The total number of records in the result set (across all pages).

Schema
  • Array [
  • 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
    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]

    overduebooleanrequired

    Whether or not this Renewal Reminder is overdue.

    Default value: false
    due_soonbooleanrequired

    Whether or not this Renewal Reminder is due soon.

    Default value: false
    contact_idId (integer)required

    Possible values: >= 1

    contact_renewal_type_idId (integer)required

    Possible values: >= 1

    contact_renewal_type_namestringrequired

    The name for this Renewal Reminder.

    contact_archived_atdate-timenullablerequired

    The date and time at which this Renewal Reminder's Contact was archived.

    Example: 2023-03-14T13:46:27-06:00
  • ]

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/contact_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
ResponseClear

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