Copy 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
revisionIdto 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
Copy LookupTableRevisionData
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 source Lookup Table Revision to copy from.
Body
application/json
The target Revision id that the source Revision's data will be copied to. (Optional)