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": "524d22e7-4a11-4fa5-a51c-943000b27c99", "Name": "sample string 1", "IsProducing": true, "IsInjecting": true, "AssetType": { "AssetTypeId": "fe6a87f2-5258-40b5-acd8-c77820b2ad9f", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "692d6430-c2d9-4037-8c6a-8d2f3a2d73b1", "CreateDate": "2025-08-29T17:13:15.0276486-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-08-29T17:13:15.0276486-07:00", "LastModifiedUser": "sample string 8" }, "SourceSystemId": "sample string 4", "CompanyId": "b9c04526-48a4-4691-beb2-57c7871a4e4c", "CreateDate": "2025-08-29T17:13:15.0276486-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-29T17:13:15.0276486-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }