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": "5f7670ee-242b-4879-a4c2-78368e5bc763",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "bb161ec8-bcbd-43ed-80e0-45ad8a82f18e",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "95be14ed-e382-4175-beec-05af966e56ea",
"CreateDate": "2026-04-18T04:06:12.7831131-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-18T04:06:12.7831131-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "21c97ca9-4531-4193-a3da-4cf70048e905",
"CreateDate": "2026-04-18T04:06:12.7831131-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-18T04:06:12.7831131-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}