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": "cee7db5d-8c79-44cb-9f07-03bf70302d5f",
      "CompanyId": "32638ee2-4b3e-4166-bce3-b13750c8460f",
      "TaskStatusTypeId": "1c9ba545-2fa9-494a-97f5-c5b543ddffd9",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "d5459c80-eb39-4522-bc5a-2b8704459455",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    },
    {
      "TaskStatusTypeTaskTypeId": "cee7db5d-8c79-44cb-9f07-03bf70302d5f",
      "CompanyId": "32638ee2-4b3e-4166-bce3-b13750c8460f",
      "TaskStatusTypeId": "1c9ba545-2fa9-494a-97f5-c5b543ddffd9",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "d5459c80-eb39-4522-bc5a-2b8704459455",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}