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": "549e0bc8-bfb3-4c0d-a2df-dd100b51fa0e",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "04128a6d-569f-430f-9cd9-af34045389de",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "8b19b184-504e-468e-9bf5-073eb1f5aa7e",
"CreateDate": "2026-05-12T17:06:08.9679907-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-12T17:06:08.9679907-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "f582019f-dd96-447e-a276-5ff118dcc447",
"CreateDate": "2026-05-12T17:06:08.9679907-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-12T17:06:08.9679907-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}