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": "d28ba662-4edd-4ef2-a13b-53d31d5bf9c2",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "946fa132-1624-48a3-a1d8-7cc3121c8716",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "0e45dc73-fae4-4e6d-93ec-a440084f5e64",
"CreateDate": "2025-10-13T15:29:47.0276593-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-10-13T15:29:47.0276593-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "000bea19-eb00-42e3-add0-bd99688e542e",
"CreateDate": "2025-10-13T15:29:47.0276593-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-10-13T15:29:47.0276593-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}