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": "6326df99-9c7e-4361-b82f-3e38c7d75f17",
"Name": "sample string 1",
"IsOperational": true,
"AssetType": {
"AssetTypeId": "e221deb2-e308-44ea-857c-2f2651ae818b",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "5cd6a99b-9751-4076-812c-a0d8c88957a0",
"CreateDate": "2026-09-13T23:37:40.0990041-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-13T23:37:40.0990041-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 3",
"CompanyId": "73ed868f-4cee-4eda-8d66-5ab7058825df",
"CreateDate": "2026-09-13T23:37:40.0990041-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-13T23:37:40.0990041-07:00",
"LastModifiedUser": "sample string 6"
},
"Total": 1,
"Message": "sample string 1"
}