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": "78c660a7-a4e6-4886-9ec2-c62fd6e5b539",
      "CompanyId": "fdf740f7-a00b-4db9-8fd9-6ffad42e9884",
      "TaskStatusTypeId": "75035a08-9a50-4ad8-b536-4505d1532fab",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "a12fb4c1-d019-4cd1-95e3-2d8b7f754098",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    },
    {
      "TaskStatusTypeTaskTypeId": "78c660a7-a4e6-4886-9ec2-c62fd6e5b539",
      "CompanyId": "fdf740f7-a00b-4db9-8fd9-6ffad42e9884",
      "TaskStatusTypeId": "75035a08-9a50-4ad8-b536-4505d1532fab",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "a12fb4c1-d019-4cd1-95e3-2d8b7f754098",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}