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": "def0a230-2ce7-44d5-b821-dcefa8cd1f0d",
      "CompanyId": "de36d973-f068-4256-977e-346ff981f427",
      "TaskStatusTypeId": "580fa28f-b277-43b2-9ab5-71e1b6174b0e",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "902bc7c8-be53-42a5-be21-7c19d7b78e8c",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    },
    {
      "TaskStatusTypeTaskTypeId": "def0a230-2ce7-44d5-b821-dcefa8cd1f0d",
      "CompanyId": "de36d973-f068-4256-977e-346ff981f427",
      "TaskStatusTypeId": "580fa28f-b277-43b2-9ab5-71e1b6174b0e",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "902bc7c8-be53-42a5-be21-7c19d7b78e8c",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}