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": "ac9b9b8f-77d4-4717-82f2-12a96245db79",
      "CompanyId": "655ee3f3-b7b4-4153-8dff-0d284e1af895",
      "TaskStatusTypeId": "04aba66e-0609-4707-b7f0-6a512839c912",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "bee6c9db-63e4-4539-8279-b0c9bc6db178",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    },
    {
      "TaskStatusTypeTaskTypeId": "ac9b9b8f-77d4-4717-82f2-12a96245db79",
      "CompanyId": "655ee3f3-b7b4-4153-8dff-0d284e1af895",
      "TaskStatusTypeId": "04aba66e-0609-4707-b7f0-6a512839c912",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "bee6c9db-63e4-4539-8279-b0c9bc6db178",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}