Retrieve the version history for a specific transfer

Log in to see full request history
Path Params
string
required

The ID of the transfer being accessed

Query Params
string

Used for pagination to retrieve the next set of results. A next_start_key is generated when a limit argument has been provided and more results are available for retrieval.

integer
≥ 1

Limit the number of results returned to the given value. If more results are available, a next_start_key will be generated which can be used to retrieve the next set of results.

string

A comma separated list of properties to include in the output.
For example, if objects of the form

{
  attrA: ...,
  attrB: {
    subB1: ...
    subB2: ...
  }
  attrC: ...
}

are usually returned, specifiying attrA,attrB.subB1 will
instead return objects of the form

{
  attrA: ...,
  attrB: {
    subB1: ...
  }
}

Note that there should not be spaces around commas.

date-time

Filter results which have version dates equal to the given date. Note that dates are assumed to be UTC.

date-time

Filter results which have version dates strictly before the given date. Note that dates are assumed to be UTC.

date-time

Filter results which have version dates on or before the given date. Note that dates are assumed to be UTC.

date-time

Filter results which have version dates strictly after the given date. Note that dates are assumed to be UTC.

date-time

Filter results which have versions on or after the given date. Note that dates are assumed to be UTC.

number
≥ 1

Filter results which have a version equal to the given version number

number
≥ 1

Filter results which have versions strictly less than the given version number.

number
≥ 1

Filter results which have versions less than or equal to the given version number.

number
≥ 1

Filter results which have versions strictly greater than the given version number.

number
≥ 1

Filter results which have versions greater than or equal to the given version number.

Responses

Language
Credentials
OAuth2
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json