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": "cf80bfb8-a973-471d-b9c3-3ad133a8e33d",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "91988593-3f6b-467c-b7f3-3f0e0b855f56",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "64a26e41-a446-49e5-8b2d-358fa494c944",
"CreateDate": "2025-11-17T18:53:03.5375893-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-11-17T18:53:03.5375893-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "2270f511-0a22-4c56-8d4a-7135ce783897",
"CreateDate": "2025-11-17T18:53:03.5375893-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-17T18:53:03.5375893-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}