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": "bda7f899-b9e6-4212-bbdb-11db33a85994", "Name": "sample string 1", "IsProducing": true, "IsInjecting": true, "AssetType": { "AssetTypeId": "93793dde-df57-4b9f-beb9-71265fd2fb21", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "2a784ae9-5ab1-43a6-96c4-a5b38bcbb9cb", "CreateDate": "2024-11-23T00:12:27.0042055-08:00", "CreateUser": "sample string 7", "LastModifiedDate": "2024-11-23T00:12:27.0042055-08:00", "LastModifiedUser": "sample string 8" }, "SourceSystemId": "sample string 4", "CompanyId": "bd8c9f8e-33ce-432b-ac68-a64dc19ce80c", "CreateDate": "2024-11-23T00:12:27.0042055-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2024-11-23T00:12:27.0042055-08:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }