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": "b1d5e06c-6fe8-4fb0-85ff-16d899d2c082",
"Name": "sample string 1",
"IsOperational": true,
"AssetType": {
"AssetTypeId": "76101f8f-5507-4ace-97ca-40e190351a93",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "bcaceb80-5aef-4460-a2a6-46aebed60e25",
"CreateDate": "2026-06-13T12:02:39.775499-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-13T12:02:39.775499-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 3",
"CompanyId": "f120fecb-e665-40b5-9c87-63dadf51e239",
"CreateDate": "2026-06-13T12:02:39.775499-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-13T12:02:39.775499-07:00",
"LastModifiedUser": "sample string 6"
},
"Total": 1,
"Message": "sample string 1"
}