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": "be0c4ced-de22-46ee-be44-73fffda27ef6",
"Name": "sample string 1",
"IsOperational": true,
"AssetType": {
"AssetTypeId": "77ac1882-c32f-4550-a4eb-c0692933ef9a",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "ac6ff64f-73cb-44bd-949a-01f17c6c205c",
"CreateDate": "2026-06-01T20:28:21.173308-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-01T20:28:21.173308-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 3",
"CompanyId": "30412966-40ce-4f6b-a44a-2b2afc413d4d",
"CreateDate": "2026-06-01T20:28:21.173308-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-01T20:28:21.173308-07:00",
"LastModifiedUser": "sample string 6"
},
"Total": 1,
"Message": "sample string 1"
}