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": "61aabedd-4117-41a5-b855-2f4fd4269535",
      "CompanyId": "012ce70e-f705-4273-8f20-948e9ecaffc1",
      "TaskStatusTypeId": "b1f7342d-e178-49db-bc4f-1461aa2cb351",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "cd837dcf-4f9a-4c2b-b293-a4ab170adbe2",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    },
    {
      "TaskStatusTypeTaskTypeId": "61aabedd-4117-41a5-b855-2f4fd4269535",
      "CompanyId": "012ce70e-f705-4273-8f20-948e9ecaffc1",
      "TaskStatusTypeId": "b1f7342d-e178-49db-bc4f-1461aa2cb351",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "cd837dcf-4f9a-4c2b-b293-a4ab170adbe2",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}