GET StatusTypes?statusTypeId={statusTypeId}
Retrieves a status type by its Id.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| statusTypeId |
Id of the status type |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
On success, the status type.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | StatusType |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"StatusTypeId": "2f92cd6a-b1bb-4922-9811-a55606c513c7",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "7112f32d-4721-4a26-9ede-9014ec9a8300",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "6a54e27e-3427-4a1b-9ce9-9f2b5cb1683e",
"CreateDate": "2026-07-15T13:20:51.9692162-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-07-15T13:20:51.9692162-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "f1a67f45-5cd5-4af0-8d2b-7046cac8bca6",
"CreateDate": "2026-07-15T13:20:51.9692162-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-15T13:20:51.9692162-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}