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": "a1ecc069-ef88-4b49-9fe4-f1edf18edc87",
      "CompanyId": "73b4696d-bb38-4b00-a1b1-db4ef5925049",
      "TaskStatusTypeId": "defed584-e3bc-4c74-b7f6-f38f41e2c345",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "96d97a85-dcb5-4e1c-a457-23d7b808b902",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    },
    {
      "TaskStatusTypeTaskTypeId": "a1ecc069-ef88-4b49-9fe4-f1edf18edc87",
      "CompanyId": "73b4696d-bb38-4b00-a1b1-db4ef5925049",
      "TaskStatusTypeId": "defed584-e3bc-4c74-b7f6-f38f41e2c345",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "96d97a85-dcb5-4e1c-a457-23d7b808b902",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}