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": "dfa7b5c5-c1ea-4deb-80bc-790cca847b86", "Name": "sample string 1", "IsProducing": true, "IsInjecting": true, "AssetType": { "AssetTypeId": "d86bce79-e1c3-47f1-8b96-b11cbcaa4804", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "84ae034c-5ea4-481a-9eb0-6f66ba178a91", "CreateDate": "2025-01-02T10:56:04.3638132-08:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-01-02T10:56:04.3638132-08:00", "LastModifiedUser": "sample string 8" }, "SourceSystemId": "sample string 4", "CompanyId": "40f9a774-0dea-4b9a-a41c-67e613c3ca93", "CreateDate": "2025-01-02T10:56:04.3638132-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-01-02T10:56:04.3638132-08:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }