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": "e0b474c1-6447-4843-9928-8836b6ef4422",
"Name": "sample string 1",
"IsOperational": true,
"AssetType": {
"AssetTypeId": "330a3d8e-3f5e-4875-93b8-cbf110c1e853",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "92352c41-4b98-431b-870e-b6fd6468bc64",
"CreateDate": "2026-03-30T16:48:23.9390786-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-30T16:48:23.9390786-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 3",
"CompanyId": "b868d852-3f4f-4871-b2fd-7a3b851291d2",
"CreateDate": "2026-03-30T16:48:23.9390786-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-30T16:48:23.9390786-07:00",
"LastModifiedUser": "sample string 6"
},
"Total": 1,
"Message": "sample string 1"
}