Skip to main content
POST
/
organizations
/
{orgId}
/
lookuptables
/
{lookupTableId}
/
revisions
/
{lookupTableRevisionId}
/
data
/
copy
Copy LookupTableRevisionData
curl --request POST \
  --url https://api.m3ter.com/organizations/{orgId}/lookuptables/{lookupTableId}/revisions/{lookupTableRevisionId}/data/copy \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "revisionId": "<string>"
}
'
{
  "jobId": "<string>",
  "revisionId": "<string>"
}

Authorizations

Authorization
string
header
required

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

orgId
string
required

UUID of the Organization. The Organization represents your company as a direct customer of the m3ter service.

lookupTableId
string
required

UUID of the Lookup Table.

lookupTableRevisionId
string
required

UUID of the source Lookup Table Revision to copy from.

Body

application/json
revisionId
string

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

Response

Returns the Data JobId and target RevisionId

jobId
string

UUID of the Revision Data copy job.

revisionId
string

The ID of the destination Revision.