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": "b9bbad85-cf82-4e3d-8d84-6ad582e339bb",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "0b987686-08e5-4071-8e65-9c3a755b76ba",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "c1700722-4b21-4c5e-b801-edf3e52d9c55",
"CreateDate": "2026-08-04T17:26:06.181009-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-04T17:26:06.181009-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "7dd6a894-0137-43e8-a719-ea7c5d4d79d9",
"CreateDate": "2026-08-04T17:26:06.181009-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-04T17:26:06.181009-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}