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": "511e17bd-103a-4691-9e70-c8c42a551d32",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "d7f25535-6af0-4832-be4a-fe40d15365f0",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "0ca779f9-e1a6-4ba1-9b9f-5ccb7376c57b",
"CreateDate": "2026-07-20T14:47:30.619058-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-07-20T14:47:30.619058-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "d173f2bf-a250-41cc-b69d-58d258ab1c63",
"CreateDate": "2026-07-20T14:47:30.619058-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-20T14:47:30.619058-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}