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": "ca5f492b-816f-4e16-8b58-ddabab2f55d2", "Name": "sample string 1", "IsProducing": true, "IsInjecting": true, "AssetType": { "AssetTypeId": "2fac345d-0f69-4d62-9c03-501fb0c9886f", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "a4ce0420-cf23-4d2e-b75f-5062d05f55fa", "CreateDate": "2025-09-13T11:15:09.7331518-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-09-13T11:15:09.7331518-07:00", "LastModifiedUser": "sample string 8" }, "SourceSystemId": "sample string 4", "CompanyId": "55d98c5a-3100-4d3c-a9a8-7a5b6b49f57d", "CreateDate": "2025-09-13T11:15:09.7331518-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-13T11:15:09.7331518-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }