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": "b2fd0d89-1c69-4846-b68a-100b4f51f33b",
      "CompanyId": "fa07f9f9-10b5-4121-8564-180349968509",
      "TaskStatusTypeId": "a3973040-b7f8-4048-b66f-f8d172588a2f",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "aea21376-035c-4b1f-b9bf-6160d477e075",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    },
    {
      "TaskStatusTypeTaskTypeId": "b2fd0d89-1c69-4846-b68a-100b4f51f33b",
      "CompanyId": "fa07f9f9-10b5-4121-8564-180349968509",
      "TaskStatusTypeId": "a3973040-b7f8-4048-b66f-f8d172588a2f",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "aea21376-035c-4b1f-b9bf-6160d477e075",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}