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": "5c00d1aa-5987-4d67-9da2-dec6f01c18d4",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "9819173c-bdd1-4399-a085-297c71ac22c6",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "e6b3078c-f0f9-482d-a9bb-8a868e05c44f",
"CreateDate": "2025-12-14T08:12:36.5218068-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-14T08:12:36.5218068-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "aa143681-cb07-4c57-8568-b394db5a7e74",
"CreateDate": "2025-12-14T08:12:36.5218068-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-14T08:12:36.5218068-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}