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": "74229c11-91b2-46b6-a548-32a3435c7719",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "83202a09-5b57-4d26-8e7e-01b04086beac",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "6c4e540e-f85b-4322-a627-07df7a20dbec",
"CreateDate": "2026-02-02T08:40:53.9501238-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-02T08:40:53.9501238-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "602ffdce-dcee-4ed2-aa80-d9796cfe69fd",
"CreateDate": "2026-02-02T08:40:53.9501238-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-02T08:40:53.9501238-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}