Requests | Context Dashboard
Overview
| URL | api/{tenantKey}/{orgKey}/requests/contextDashboards |
| Methods Supported | GET |
All Operations
This service includes the following operations:
All Resources
This service uses the following resources:
GET Get Request Transition Info
Custom operation 'GetRequestTransitionInfo'.
The following elements are required:
| requestKey | (string) RequestKey. |
Response:
| When successful, the response body contains a list of resources of type 'RequestTransitionInfo'. See RequestTransitionInfo. |
Response status codes:
| 200 | OK. The operation was completed successfully. |
| 400 | BadRequest. The request parameters are invalid. |
Resource URL:
api/{tenantKey}/{orgKey}/requests/contextDashboards/getRequestTransitionInfo/{requestKey}
GET /requests/contextDashboards/getRequestTransitionInfo/{requestKey}
Resources
RequestTransitionInfo
The following elements are required:
| previousStateDescription | (string) Previous State Description. |
| newStateDescription | (string) New State Description. |
| dateTransition | (string) Date Transition. |
The following elements are optional:
| html | (string) Html. |
| justification | (string) Justification. |
| employeeName | (string) Employee Name. |
| employeeEmail | (string) Employee Email. |