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": "e97a2e41-d235-4d54-bb8b-5eb0c9c0f703",
      "CompanyId": "ce2bebe3-2042-4581-82db-945c65313b4c",
      "TaskStatusTypeId": "4c9d0891-5d59-40de-94b0-99bb5c525085",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "4630c19b-22e3-4e1d-8ead-ca6d9f8059b1",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    },
    {
      "TaskStatusTypeTaskTypeId": "e97a2e41-d235-4d54-bb8b-5eb0c9c0f703",
      "CompanyId": "ce2bebe3-2042-4581-82db-945c65313b4c",
      "TaskStatusTypeId": "4c9d0891-5d59-40de-94b0-99bb5c525085",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "4630c19b-22e3-4e1d-8ead-ca6d9f8059b1",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}