LookupTableRevisionData
Copy LookupTableRevisionData
Copy the Lookup Table Revision Data from a source Revision to an optional target Revision:
- If you omit a target revisionId, then the source Revision and its Data is duplicated. The new Revision is given the source Revision's name appended with "Copy" but is assigned a new unique id.
- If you specify a target revisionId to copy the source Revision and its Data to, you must ensure that the target Revision has a Data schema that matches the source Revision's Data schema otherwise you'll receive an error
post/organizations/{orgId}/lookuptables/{lookupTableId}/revisions/{lookupTableRevisionId}/data/copy
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 source Lookup Table Revision to copy from.
Request body
Response
Returns the Data JobId and target RevisionId