v10

latestOpenAPI 3.0.1raw.githubusercontent.com2025-12-033223581.2 MB
LookupTableRevisionData

Get LookupTableRevisionArchivedData URL

Get a URL which you can use to download the data for the specified archived Lookup Table Revision:

  • The contentType request parameter is required.
  • The returned URL is presigned - you can copy it into a browser and the data file is downloaded locally.
  • The upload URL is time limited - the expiry time is given in the response and the URL is valid for one hour.
post/organizations/{orgId}/lookuptables/{lookupTableId}/revisions/{lookupTableRevisionId}/data/archived

Path parameters

orgIdstring required

UUID of the organization

lookupTableIdstring required

UUID of the LookupTable

lookupTableRevisionIdstring required

UUID of the LookupTableRevision

Request body

contentType'application/jsonl' | 'text/csv' required

The content type

Response

Returns the URL.

urlstring

The presigned URL

expirystring date-time

The URL expiry time