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": "13770e06-d89c-4426-a176-e4f16186e693", "Name": "sample string 1", "IsProducing": true, "IsInjecting": true, "AssetType": { "AssetTypeId": "a80f508a-52cf-4e7c-b2f8-eb442435991d", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "3c6fa744-aeb6-44f8-aef4-13b03abc3bcf", "CreateDate": "2025-05-08T22:49:19.4679591-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-05-08T22:49:19.4679591-07:00", "LastModifiedUser": "sample string 8" }, "SourceSystemId": "sample string 4", "CompanyId": "7d3ad1c1-9ae8-4c52-996a-45b4c53698f0", "CreateDate": "2025-05-08T22:49:19.4679591-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-05-08T22:49:19.4679591-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }