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": "349a299f-b5fc-444e-82cd-282d594e3c97",
"Name": "sample string 1",
"IsOperational": true,
"AssetType": {
"AssetTypeId": "c6f3e27a-3f1c-4bc6-9a0e-86c4ff36ff82",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "5de65b55-e85b-43b1-98f1-b9bb6dc373f5",
"CreateDate": "2026-09-26T13:57:40.3772605-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-26T13:57:40.3772605-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 3",
"CompanyId": "e8a3e980-2a5a-45fa-b389-e910b0778068",
"CreateDate": "2026-09-26T13:57:40.3772605-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-26T13:57:40.3772605-07:00",
"LastModifiedUser": "sample string 6"
},
"Total": 1,
"Message": "sample string 1"
}