GET StatusTypes?statusTypeId={statusTypeId}
Retrieves a status type by its Id.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
statusTypeId |
Id of the status type |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
On success, the status type.
Name | Description | Type | Additional information |
---|---|---|---|
Data | StatusType |
None. |
|
Total | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": { "StatusTypeId": "48002e43-40a7-4288-9a85-57221c168c54", "Name": "sample string 1", "IsProducing": true, "IsInjecting": true, "AssetType": { "AssetTypeId": "6612a1f9-83a6-4865-ad5f-2e7ead4a8d97", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "9dfe0d91-75ef-4f44-ba44-3c456a8b13b7", "CreateDate": "2025-07-19T00:58:10.0560542-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-07-19T00:58:10.0560542-07:00", "LastModifiedUser": "sample string 8" }, "SourceSystemId": "sample string 4", "CompanyId": "c543acf7-f95e-492b-a9f3-362865cf501f", "CreateDate": "2025-07-19T00:58:10.0560542-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-19T00:58:10.0560542-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }