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": "a5cad552-31cd-4684-9739-782ca4987d48",
"Name": "sample string 1",
"IsOperational": true,
"AssetType": {
"AssetTypeId": "97e5e306-7ff8-4364-9c6a-3cffa4b8df13",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "b2ff92d6-9b47-49d1-b082-d4f462df1929",
"CreateDate": "2026-07-15T13:20:42.0548255-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-07-15T13:20:42.0548255-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 3",
"CompanyId": "9580676f-e3da-4fd3-99f9-4898a657bd14",
"CreateDate": "2026-07-15T13:20:42.0548255-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-15T13:20:42.0548255-07:00",
"LastModifiedUser": "sample string 6"
},
"Total": 1,
"Message": "sample string 1"
}