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": "98263fc3-09e4-4a12-bf03-5016cc9feefb",
      "CompanyId": "6d58f672-a05e-4ed6-bac3-ec650a96ff9e",
      "TaskStatusTypeId": "773817ec-6836-4e96-92b0-6c14df75ffa0",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "249ffa5b-7692-4cd3-ad6e-f3403d842949",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    },
    {
      "TaskStatusTypeTaskTypeId": "98263fc3-09e4-4a12-bf03-5016cc9feefb",
      "CompanyId": "6d58f672-a05e-4ed6-bac3-ec650a96ff9e",
      "TaskStatusTypeId": "773817ec-6836-4e96-92b0-6c14df75ffa0",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "249ffa5b-7692-4cd3-ad6e-f3403d842949",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}