List 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.
Authorizations
m3ter supports machine to machine authentication using the clientCredentials OAuth2 flow.
The authorizationCode flow controls access for human users via the m3ter Console application.
Path Parameters
UUID of the Organization. The Organization represents your company as a direct customer of the m3ter service.
UUID of the Lookup Table.
UUID of the Lookup Table Revision.
Query Parameters
The number of Lookup Table Revision Data Job Responses to retrieve per page.
1 <= x <= 100The nextToken for multi page retrievals