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": "8ccbed29-3090-44e4-99a9-d1bc4023dacc",
      "CompanyId": "7420f1bf-36a6-4842-b0a6-47ea0d1062c1",
      "TaskStatusTypeId": "801f1077-42e6-4062-8ab3-4adb33e18c85",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "093c28ca-c99a-4a22-862b-08e8299e58ff",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    },
    {
      "TaskStatusTypeTaskTypeId": "8ccbed29-3090-44e4-99a9-d1bc4023dacc",
      "CompanyId": "7420f1bf-36a6-4842-b0a6-47ea0d1062c1",
      "TaskStatusTypeId": "801f1077-42e6-4062-8ab3-4adb33e18c85",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "093c28ca-c99a-4a22-862b-08e8299e58ff",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}