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": "48892dc4-7ae9-498e-ae19-cbf74e135424",
      "CompanyId": "2c7a1867-dd64-47cd-937f-12fd3cd6e774",
      "TaskStatusTypeId": "36b6e2dd-b579-4a00-9e3d-698709293efb",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "d7c02203-2389-443f-939f-5d61c0ef5abc",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    },
    {
      "TaskStatusTypeTaskTypeId": "48892dc4-7ae9-498e-ae19-cbf74e135424",
      "CompanyId": "2c7a1867-dd64-47cd-937f-12fd3cd6e774",
      "TaskStatusTypeId": "36b6e2dd-b579-4a00-9e3d-698709293efb",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "d7c02203-2389-443f-939f-5d61c0ef5abc",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}