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": "7bfc49c2-bc31-4b80-ac0b-3f93ac1e6201",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "78c3bff5-dcd3-4803-a9c9-dcbebd417fd5",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "2c4af0e7-1f72-445a-98c6-09504ba58659",
"CreateDate": "2025-11-04T17:10:14.9818485-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-11-04T17:10:14.9818485-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "f2d5114b-3312-41f7-aaf9-a5387ef285d1",
"CreateDate": "2025-11-04T17:10:14.9818485-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-04T17:10:14.9818485-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}