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": "fe93025b-23d0-4204-9411-51f748254443",
      "CompanyId": "ba3cc708-fe57-4a0b-96ce-2e88b8bc80e5",
      "TaskStatusTypeId": "d112bdf3-6a00-4bfd-b0fc-9e4c82bb1764",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "eb0fdec5-581f-4ec1-9f10-ea2428b050f7",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    },
    {
      "TaskStatusTypeTaskTypeId": "fe93025b-23d0-4204-9411-51f748254443",
      "CompanyId": "ba3cc708-fe57-4a0b-96ce-2e88b8bc80e5",
      "TaskStatusTypeId": "d112bdf3-6a00-4bfd-b0fc-9e4c82bb1764",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "eb0fdec5-581f-4ec1-9f10-ea2428b050f7",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}