Get information about an import

SecurityAuthToken
Request
path Parameters
importId
required
string <uuid>

The id of an import

Responses
200

Successfully returned an import

Response Schema: application/json
created_at
string or null <date-time>
csv_file
string or null
error
string or null
google_sheet_id
string or null
google_sheet_tab
string or null
id
string or null <uuid>
is_complete
boolean
name
string or null
total_rows
integer or null <int32>
type
required
string
updated_at
string or null <date-time>
default

Default error response

get/imports/{importId}/
Request samples
Response samples
application/json
{
  • "created_at": "2019-08-24T14:15:22Z",
  • "csv_file": "string",
  • "error": "string",
  • "google_sheet_id": "string",
  • "google_sheet_tab": "string",
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "is_complete": true,
  • "name": "string",
  • "total_rows": 0,
  • "type": "string",
  • "updated_at": "2019-08-24T14:15:22Z"
}
Copyright © Shipwell 2024. All right reserved.