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": "70236697-eb25-4438-bc89-3fe84d665d90",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "c92d01de-9453-4cf7-a55b-3c9852837c76",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "635e5dd4-55ee-4a90-ba6e-eee6114bac85",
"CreateDate": "2026-09-26T13:57:41.8773059-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-26T13:57:41.8773059-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "00b360f9-bc21-49c6-9938-94df181c0b58",
"CreateDate": "2026-09-26T13:57:41.8773059-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-26T13:57:41.8773059-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}