List LookupTable
Retrieve a list Lookup Tables created for the Organization:
- Returned list can be filtered by Lookup Table
codequery parameter. - If you want to include any non-default fields for the returned Lookup Tables, use the additional query parameter to specify which you want to include in the response.
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.
Query Parameters
Number of Lookup Tables to retrieve per page.
1 <= x <= 200Token to supply for multi page retrievals.
List of Lookup Table codes to retrieve.
Comma separated list of additional non-default fields to be included in the response. For example,if you want to include the active Revision for each of the Lookup Tables returned, set additional=activeRevision in the query.