v10

latestOpenAPI 3.0.1raw.githubusercontent.com2025-12-033223581.2 MB
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

revisionIdstring

The target Revision id that the source Revision's data will be copied to. (Optional)

Response

Returns the Data JobId and target RevisionId

jobIdstring

UUID of the Revision Data copy job.

revisionIdstring

The ID of the destination Revision.