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": "425c13f9-7a39-498a-a904-c0f1ffb7d5e7",
      "CompanyId": "e0cf2a0f-ddb0-4c74-b484-bceff6edf320",
      "TaskStatusTypeId": "a9a7466f-0f2e-4663-890f-b885f9c6c651",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "b8c8d274-d3bb-438d-852e-08c30ad07250",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    },
    {
      "TaskStatusTypeTaskTypeId": "425c13f9-7a39-498a-a904-c0f1ffb7d5e7",
      "CompanyId": "e0cf2a0f-ddb0-4c74-b484-bceff6edf320",
      "TaskStatusTypeId": "a9a7466f-0f2e-4663-890f-b885f9c6c651",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "b8c8d274-d3bb-438d-852e-08c30ad07250",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}