- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- SdkApiCaseTask
- TaskPriorityEnum
- TaskStatusEnum
- Try it!
Full name: projects.locations.instances.legacySdk.legacyGetCaseTasks
Legacy RPC for getting case tasks.
HTTP request
Path parameters
Parameters | |
---|---|
instance |
Required. The GetCaseTasks request. Format: projects/{project}/locations/{location}/instances/{instance}/legacySdk:legacyGetCaseTasks?caseId={caseId} |
Query parameters
Parameters | |
---|---|
caseId |
Required. The case id to get the tasks for. |
Request body
The request body must be empty.
Response body
The GetCaseTasksResponse message.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"payload": [
{
object ( |
Fields | |
---|---|
payload[] |
The list of case tasks. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
SdkApiCaseTask
The SdkApiCaseTask message.
JSON representation |
---|
{ "id": string, "caseId": string, "ownerComment": string, "content": string, "creatorUserId": string, "creatorFullName": string, "owner": string, "ownerFullName": string, "lastModifier": string, "lastModifierFullName": string, "completor": string, "completorFullName": string, "dueDateUnixTimeMs": string, "completionComment": string, "completionDateTimeUnixTimeMs": string, "creationTimeUnixTimeMs": string, "modificationTimeUnixTimeMs": string, "title": string, "priority": enum ( |
Fields | |
---|---|
id |
Required. The task id. |
caseId |
Required. The case id. |
ownerComment |
Optional. The owner comment. |
content |
Optional. The content. |
creatorUserId |
Required. The creator user id. |
creatorFullName |
Output only. The creator full name. |
owner |
Optional. The owner. |
ownerFullName |
Output only. The owner full name. |
lastModifier |
Output only. The last modifier. |
lastModifierFullName |
Output only. The last modifier full name. |
completor |
Optional. The completor. |
completorFullName |
Optional. The completor full name. |
dueDateUnixTimeMs |
Output only. The due date unix time in milliseconds. |
completionComment |
Optional. The completion comment. |
completionDateTimeUnixTimeMs |
Output only. The completion date time unix time in milliseconds. |
creationTimeUnixTimeMs |
Output only. The creation time unix time in milliseconds. |
modificationTimeUnixTimeMs |
Output only. The modification time unix time in milliseconds. |
title |
Optional. The title. |
priority |
Optional. The priority. |
isImportant |
Optional. The is important flag. |
status |
Optional. The status. |
isFavorite |
Optional. The is favorite flag. |
TaskPriorityEnum
The task priority enum.
Enums | |
---|---|
HIGH |
High. |
MEDIUM |
Medium. |
LOW |
Low. |
TaskStatusEnum
The task status enum.
Enums | |
---|---|
PENDING |
Pending. |
COMPLETED |
Completed. |