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": "83180821-6f3d-4130-9a1e-0461e65edcf1",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "2ce6a590-ac29-4243-8009-58ceefbef12a",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "e43f639e-7787-4f50-aa51-620fa681d5f5",
"CreateDate": "2026-09-13T23:37:48.067755-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-13T23:37:48.067755-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "843d0b50-729f-48e1-a754-d9a053e053df",
"CreateDate": "2026-09-13T23:37:48.067755-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-13T23:37:48.067755-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}