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": "0f2cc8a6-a2b1-46a5-a884-75afffa97e0c",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "08c564a4-3ae7-47d8-b3fa-e0cda05a58c6",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "f943188b-3a27-4349-b0a8-3270076cc607",
"CreateDate": "2026-06-17T17:25:48.9324897-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-17T17:25:48.9324897-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "b001fafe-59d6-4764-a5b2-9af40fa0dc30",
"CreateDate": "2026-06-17T17:25:48.9324897-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-17T17:25:48.9324897-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}