v10

latestOpenAPI 3.0.1raw.githubusercontent.com2025-12-033223581.2 MB
LookupTableRevisionData

Get LookupTableRevisionData

List Lookup Table Revision Data items for the given UUID.

get/organizations/{orgId}/lookuptables/{lookupTableId}/revisions/{lookupTableRevisionId}/data

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 Lookup Table Revision.

Query parameters

limitinteger

The maximum number of Data items to return. Defaults to 2000. You can set this to return fewer items if required.

If you expect the Revision to contain more than 2000 Data items, you can use the Trigger Downlad URL Job to download the Lookup Table Revision Data.

additionalstring[]

Comma separated list of additional fields. For example, you can use additional=lookupKey to get the lookup key returned for each Data item. You can then use a lookup key for the Get/Upsert/Delete data entry endpoints in this section.

Response

Returns the LookupTableRevisionData

itemsobject[] required

The Lookup Table Revision Data.

dtCreatedstring date-time

The DateTime when the Lookup Table Revision Data was created.

dtLastModifiedstring date-time

The DateTime when the Lookup Table Revision Data was last modified.

createdBystring

The id of the user who created the Lookup Table Revision Data.

lastModifiedBystring

The id of the user who last modified the Lookup Table Revision Data.

versioninteger

The version of the Lookup Table Revision Data.