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": "93efb58f-e64c-42e2-95ca-47fe9e2809f6",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "55c621de-59ef-4381-88a5-99cc4bd92f23",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "e52e1f97-91f5-4259-9339-e45da5a6f5df",
"CreateDate": "2026-06-01T20:29:06.1237342-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-01T20:29:06.1237342-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "8ff82bd9-e3a9-4ef0-8edd-a21946c39cec",
"CreateDate": "2026-06-01T20:29:06.1237342-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-01T20:29:06.1237342-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}