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": "df03f3c4-8903-47b8-8f33-7ff36b4bb5f6", "Name": "sample string 1", "IsOperational": true, "AssetType": { "AssetTypeId": "05500c8d-8fd4-4148-aaad-00e245b8f910", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "130243aa-db8e-4fd2-b87b-db565af4039c", "CreateDate": "2025-09-13T18:29:52.285474-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-09-13T18:29:52.285474-07:00", "LastModifiedUser": "sample string 8" }, "SourceSystemId": "sample string 3", "CompanyId": "db055c0b-24ba-41f7-935e-7d7066193631", "CreateDate": "2025-09-13T18:29:52.285474-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-13T18:29:52.285474-07:00", "LastModifiedUser": "sample string 6" }, "Total": 1, "Message": "sample string 1" }