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": "1ff28005-3208-4fe2-8daf-43542b390cc4",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "6e111353-6f02-43ae-b534-643d33ad1dfc",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "669a2332-4166-4ea8-a08d-3979bb01e569",
"CreateDate": "2026-01-07T09:33:19.3397-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-07T09:33:19.3397-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "08c24a82-9f11-4353-bda2-1ce5ad07c5bb",
"CreateDate": "2026-01-07T09:33:19.3397-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-07T09:33:19.3397-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}