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": "b77534a3-b7a8-4669-aea8-a834b3e7054a",
      "CompanyId": "4830790c-9825-4589-ae2e-4e9a8c045f6c",
      "TaskStatusTypeId": "e35946e3-b8d0-4d55-83a4-acf7489296e6",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "cef88a5e-03b2-4e7e-b8de-439a48680aae",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    },
    {
      "TaskStatusTypeTaskTypeId": "b77534a3-b7a8-4669-aea8-a834b3e7054a",
      "CompanyId": "4830790c-9825-4589-ae2e-4e9a8c045f6c",
      "TaskStatusTypeId": "e35946e3-b8d0-4d55-83a4-acf7489296e6",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "cef88a5e-03b2-4e7e-b8de-439a48680aae",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}