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": "56b48972-b8af-4503-a8d6-988a411920c3",
"Name": "sample string 1",
"IsOperational": true,
"AssetType": {
"AssetTypeId": "1ac6c9f4-82c6-4b45-9492-6787ae04b8d3",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "4b57b0bf-e382-4be9-aa67-13261320e9ef",
"CreateDate": "2026-08-24T21:34:14.5055604-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-24T21:34:14.5055604-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 3",
"CompanyId": "177b5a58-88aa-47a1-99af-930416d8f13f",
"CreateDate": "2026-08-24T21:34:14.5055604-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-24T21:34:14.5055604-07:00",
"LastModifiedUser": "sample string 6"
},
"Total": 1,
"Message": "sample string 1"
}