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": "cc969e4e-fbf1-42c6-9106-1084bac2b8cb",
      "CompanyId": "b98a2db0-735a-4ec8-9224-696b1e41aa07",
      "TaskStatusTypeId": "0b25091a-d259-4fe5-8170-0870264b516f",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "45e1ce5c-7eaa-47d4-b2f2-129e939b0006",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    },
    {
      "TaskStatusTypeTaskTypeId": "cc969e4e-fbf1-42c6-9106-1084bac2b8cb",
      "CompanyId": "b98a2db0-735a-4ec8-9224-696b1e41aa07",
      "TaskStatusTypeId": "0b25091a-d259-4fe5-8170-0870264b516f",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "45e1ce5c-7eaa-47d4-b2f2-129e939b0006",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}