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": "a6553d6d-298d-4bfb-a20c-cb127392ac42",
      "CompanyId": "b8fc570b-684f-422e-b789-18a25e926fdb",
      "TaskStatusTypeId": "bf04517b-c75a-4cd2-bc23-b72a01894155",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "981b2ce1-a790-46bb-809a-d73e1f9fd14a",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    },
    {
      "TaskStatusTypeTaskTypeId": "a6553d6d-298d-4bfb-a20c-cb127392ac42",
      "CompanyId": "b8fc570b-684f-422e-b789-18a25e926fdb",
      "TaskStatusTypeId": "bf04517b-c75a-4cd2-bc23-b72a01894155",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "981b2ce1-a790-46bb-809a-d73e1f9fd14a",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}