GET StateTypes?stateTypeId={stateTypeId}
Retrieves a state type by its Id.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| stateTypeId |
Id of the state type |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
On success, the state type.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | StateType |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"StateTypeId": "e6fafe13-50c0-48ae-9815-5955e5a5710d",
"Name": "sample string 1",
"IsOperational": true,
"AssetType": {
"AssetTypeId": "b6179d43-f41d-4159-a1ad-a95a73a481ee",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "6c12437f-baf2-4d54-8741-f829ccd8f7fc",
"CreateDate": "2026-02-03T03:32:35.6544091-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-03T03:32:35.6544091-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 3",
"CompanyId": "4cc698ef-c8ab-4be8-aead-d0eb1c296553",
"CreateDate": "2026-02-03T03:32:35.6544091-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-03T03:32:35.6544091-08:00",
"LastModifiedUser": "sample string 6"
},
"Total": 1,
"Message": "sample string 1"
}