GET TaskStatusTypes?taskStatusTypeId={taskStatusTypeId}

Retrieves a task status type by its Id.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
taskStatusTypeId

Id of the task status type

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

On success, the task status type.

NameDescriptionTypeAdditional information
Data

TaskStatusType

None.

Total

integer

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": {
    "TaskStatusTypeId": "8c1b48b0-7818-4c4e-a04b-75108c089f78",
    "Name": "sample string 1"
  },
  "Total": 1,
  "Message": "sample string 1"
}