Accelerate the Value of Data

Retrieves the workflow configuration

Learn how to get the workflow configuration for a tenant with the workflow URL.

Request

Operation Endpoint:

GET {inbox_url}/services/config/{tenantId}/workflow
Table 1. Parameters
Parameter Required Description
HeadersAuthorizationYes Access Token in the format "Bearer <accessToken>". For more information, see topic Authentication API.
Response NANA
200 : Configuration retrieved successfully
401 : Unauthorized access
404 : Configuration not found

Example

GET https://dev-workflowui.reltio.com/services/config/rmtenant/workflow

For more information, see topic Reltio Inbox overview.

Response

Sample Response JSON:

{
    "createdAt": 1662535955693,
    "data": {
                 "services": {
                      "workflowService": {
                             "path": "https://tst-workflow.reltio.com/workflow-adapter/workflow"
                     }
              }
       }
}