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": "664a98be-6b48-453b-b27c-b5b1fe1ce9db", "Name": "sample string 1", "IsProducing": true, "IsInjecting": true, "AssetType": { "AssetTypeId": "aee5d0fa-990b-4571-b9d4-5db53dd386d6", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "a0a491c7-37e2-4347-93dc-8659df850bfb", "CreateDate": "2025-05-09T15:18:16.4397401-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-05-09T15:18:16.4397401-07:00", "LastModifiedUser": "sample string 8" }, "SourceSystemId": "sample string 4", "CompanyId": "8e6dcebe-5a64-4ef2-9531-50909c29f03a", "CreateDate": "2025-05-09T15:18:16.4397401-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-05-09T15:18:16.4397401-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }