Skip to main content

List Row Results for an Import

GET 

https://secure.fleetio.com/api/imports/:id/results

Retrieve the row results for an existing Import.

Request

Path Parameters

    id string

    The Id of an existing Import.

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.

    status object
    includestringrequired

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
    status object
    includestringrequired
  • ]
  • sorted_by object[]

    The sorts applied to the returned record set.

  • Array [
  • anyOf
    idSortAscDesc (string)

    Possible values: [asc, desc]

  • ]
  • records ImportRowResult[]
  • Array [
  • idintegerrequired
    record_idintegernullablerequired

    The Id of the record in the Import Row Result.

    row_numberintegerrequired

    The row number of this result in the imported file.

    statusstringrequired

    Possible values: [error, updated, created, unaffected, pending]

    messagestringnullablerequired

    A message regarding this Import Row Result.

    imported_typestringrequired

    The object type for this Import Row Result.

    created_atdate-timerequired
    updated_atdate-timerequired
  • ]

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/imports/:id/results' \
-H 'Accept: application/json' \
-H 'Authorization: Token <Authorization>' \
-H 'Account-Token: <Authorization>'
Request Collapse all
Base URL
https://secure.fleetio.com/api
Auth
Parameters
— path
— query
— query
— query
statusinclude
ResponseClear

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