LookupTableRevisionData
List the LookupTableRevisionData Jobs
List the Lookup Table Revision Data job Responses for the given Lookup Table Revision.
There are four types of Revision Data jobs:
- COPY. Job runs when you use the Copy LookupTableRevisionData endpoint which returns the jobId.
- UPLOAD. Job runs when you use the Generate LookupTableRevisionData Upload URL endpoint which returns the jobId.
- DOWNLOAD. Job runs when you use the endpoint which returns the jobId.
- ARCHIVE. Job runs when you either manually change a DRAFT Revision to PUBLISHED using the Update LookupTableRevision Status endpoint or you publish a DRAFT Revision and the existing PUBLISHED Revision is archived.
NOTE: This endpoint returns the id of each Data job. You then use:
- The Get LookupTableRevisionData Job Response endpoint to retrieve a specific Data job Response.
- The Delete LookupTableRevisionData Job Response to delete a specific Data job Response.
get/organizations/{orgId}/lookuptables/{lookupTableId}/revisions/{lookupTableRevisionId}/data/jobs
Path parameters
orgIdstring required
UUID of the Organization. The Organization represents your company as a direct customer of the m3ter service.
lookupTableIdstring required
UUID of the Lookup Table.
lookupTableRevisionIdstring required
UUID of the Lookup Table Revision.
Query parameters
pageSizeinteger
The number of Lookup Table Revision Data Job Responses to retrieve per page.
nextTokenstring
The nextToken for multi page retrievals
Response
Returns a List of LookupTableRevisionDataJob Responses