GET TaskStatusTypeTaskType?taskStatusTypeTaskTypeId={taskStatusTypeTaskTypeId}&taskStatusTypeId={taskStatusTypeId}&taskTypeId={taskTypeId}

Retrieves a companies task status types to task types association. These are read-only.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
taskStatusTypeTaskTypeId

globally unique identifier

Required

taskStatusTypeId

globally unique identifier

Required

taskTypeId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

On success, a list of task status types and task types associations

NameDescriptionTypeAdditional information
Data

Collection of TaskStatusTypeTaskType

None.

Total

integer

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": [
    {
      "TaskStatusTypeTaskTypeId": "686ca62f-a0f5-478f-87f6-8864c3f50c39",
      "CompanyId": "326d64fe-c5d2-4400-bb17-253c2b6c0c66",
      "TaskStatusTypeId": "f4cf9bdf-7ed6-47db-8c68-ce96f4207471",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "74c1fc3d-475e-4845-a35b-aaeebf1e3bc0",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    },
    {
      "TaskStatusTypeTaskTypeId": "686ca62f-a0f5-478f-87f6-8864c3f50c39",
      "CompanyId": "326d64fe-c5d2-4400-bb17-253c2b6c0c66",
      "TaskStatusTypeId": "f4cf9bdf-7ed6-47db-8c68-ce96f4207471",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "74c1fc3d-475e-4845-a35b-aaeebf1e3bc0",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}