- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- SearchTimeRangeType
- Try it!
Full name: projects.locations.instances.legacySoarDashboard.legacyGetCasesTimeToRespond
Returns the time to respond for cases in the dashboard.
HTTP request
Path parameters
Parameters | |
---|---|
instance |
Required. The instance to get the workflow menu cards for. Format: projects/{project}/locations/{location}/instances/{instance} |
Query parameters
Parameters | |
---|---|
timeRangeFilter |
Optional. The time range filter of the request. |
Request body
The request body must be empty.
Response body
CasesTimeToRespondResponse represents the response for getting the time to respond for cases in a dashboard.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ "timeToResponseValue": integer } |
Fields | |
---|---|
timeToResponseValue |
Optional. The time to respond filter of the request. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
SearchTimeRangeType
SearchTimeRangeType is an enum that represents the time range type for a request.
Enums | |
---|---|
CUSTOM |
Custom time range |
LAST_DAY |
Last day |
LAST_2_DAYS |
Last 2 days |
LAST_3_DAYS |
Last 3 days |
LAST_4_DAYS |
Last 4 days |
LAST_WEEK |
Last week |
LAST_2_WEEKS |
Last 2 weeks |
LAST_MONTH |
Last year |
LAST_3_MONTHS |
Last 3 months |
LAST_6_MONTHS |
Last 6 months |
LAST_YEAR |
Last year |
LAST_13_MONTHS |
Last 13 months |