Retrieve IntegrationConfig for UUID
Retrieve the integration configuration for the given UUID.
This endpoint retrieves the configuration details of a specific integration within an organization. It is useful for obtaining the settings and parameters of an integration.
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
The unique identifier (UUID) of your Organization. The Organization represents your company as a direct customer of our service.
The UUID of the integration configuration. This ID specifies which integration's configuration details are being requested.
Response
Returns the IntegrationConfig
Response containing an IntegrationRun entity.
The UUID of the entity.
The type of entity the integration run is for. Two options:
- Bill
- Notification
1The unique identifier (UUID) of the entity the integration run is for.
1The destination system for the integration run.
The version number:
- Create: On initial Create to insert a new entity, the version is set at 1 in the response.
- Update: On successful Update, the version is incremented by 1 in the response.
The DateTime when this item was created (in ISO-8601 format).
The DateTime when this item was last modified (in ISO-8601 format).
The ID of the user who created this item.
The ID of the user who last modified this item.
The date and time the integration run was started (in ISO-8601 format).
The date and time the integration was completed. (in ISO-8601 format).
Identifier of the destination
Describes any errors encountered during the integration run.
The URL of the entity in the destination system if available.
The external ID in the destination system if available.
ID of the parent integration run, or null if this is a parent integration run
ID of the integration run this was replayed from, or null if this is not a replay