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": "62554b84-d3f9-430a-852a-a14c893d433d",
      "CompanyId": "660490bd-a7e3-45dc-aaa6-bb8a34151a72",
      "TaskStatusTypeId": "52aedb4f-b752-4274-b23a-04f971572a8f",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "1b28188f-ed2d-41af-8a64-1737c923f5d6",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    },
    {
      "TaskStatusTypeTaskTypeId": "62554b84-d3f9-430a-852a-a14c893d433d",
      "CompanyId": "660490bd-a7e3-45dc-aaa6-bb8a34151a72",
      "TaskStatusTypeId": "52aedb4f-b752-4274-b23a-04f971572a8f",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "1b28188f-ed2d-41af-8a64-1737c923f5d6",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}