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": "a7c68ee9-ce8f-4fd9-8bf1-173f442cfb4c",
"Name": "sample string 1",
"IsOperational": true,
"AssetType": {
"AssetTypeId": "4a1cab02-b446-442d-9f2e-e2d1119cdbc7",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "1a1e2369-b278-44ae-9f84-f2aed559d6c6",
"CreateDate": "2026-06-17T16:28:16.5284211-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-17T16:28:16.5284211-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 3",
"CompanyId": "ea332685-a7b2-471a-8c42-2c88f5dc0647",
"CreateDate": "2026-06-17T16:28:16.5284211-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-17T16:28:16.5284211-07:00",
"LastModifiedUser": "sample string 6"
},
"Total": 1,
"Message": "sample string 1"
}