GET TaskStatusTypes

Retrieves WellTraq's task status types. These are read-only.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

On success, a list of task status types.

NameDescriptionTypeAdditional information
Data

Collection of TaskStatusType

None.

Total

integer

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": [
    {
      "TaskStatusTypeId": "3e2e9832-7c94-4be7-a409-7d7c74c87ae4",
      "Name": "sample string 1"
    },
    {
      "TaskStatusTypeId": "3e2e9832-7c94-4be7-a409-7d7c74c87ae4",
      "Name": "sample string 1"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}