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": "2dbbad81-881b-41ee-af4e-b4a6c1306f0a", "Name": "sample string 1", "IsProducing": true, "IsInjecting": true, "AssetType": { "AssetTypeId": "cffd3ca2-ff87-49bb-82cf-5bccd5c055fb", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "3bbec067-3651-4df5-a975-9cadb7c971b1", "CreateDate": "2025-03-09T08:32:12.9336342-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-03-09T08:32:12.9336342-07:00", "LastModifiedUser": "sample string 8" }, "SourceSystemId": "sample string 4", "CompanyId": "dfb08317-78d2-40be-b299-0f1d98649f2f", "CreateDate": "2025-03-09T08:32:12.9336342-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-03-09T08:32:12.9336342-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }