GET StatusTypes?statusTypeId={statusTypeId}

Retrieves a status type by its Id.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
statusTypeId

Id of the status type

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

On success, the status type.

NameDescriptionTypeAdditional information
Data

StatusType

None.

Total

integer

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": {
    "StatusTypeId": "5bfe5b6f-d28b-4cbb-ab45-862b9e8da4d0",
    "Name": "sample string 1",
    "IsProducing": true,
    "IsInjecting": true,
    "AssetType": {
      "AssetTypeId": "94fb9054-870f-4091-8bc1-eb8013d790ca",
      "Name": "sample string 1",
      "Description": "sample string 2",
      "IsWell": true,
      "DisplayColor": "sample string 4",
      "SourceSystemId": "sample string 5",
      "CompanyId": "f08e06d3-cd79-4e81-af69-3bb5e9bf21c9",
      "CreateDate": "2024-04-28T20:27:28.4463474-07:00",
      "CreateUser": "sample string 7",
      "LastModifiedDate": "2024-04-28T20:27:28.4463474-07:00",
      "LastModifiedUser": "sample string 8"
    },
    "SourceSystemId": "sample string 4",
    "CompanyId": "b9517f8f-a408-4109-86b3-1363f80f939f",
    "CreateDate": "2024-04-28T20:27:28.4463474-07:00",
    "CreateUser": "sample string 6",
    "LastModifiedDate": "2024-04-28T20:27:28.4463474-07:00",
    "LastModifiedUser": "sample string 7"
  },
  "Total": 1,
  "Message": "sample string 1"
}