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": "639708c5-a8d2-4174-b1d9-f96a1b2b94fb", "Name": "sample string 1", "IsProducing": true, "IsInjecting": true, "AssetType": { "AssetTypeId": "5099fea0-3376-4cc8-b90c-2925b607f0d9", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "eed35f28-e10a-427e-97f3-fb5229e78672", "CreateDate": "2025-06-27T10:01:30.0540976-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-27T10:01:30.0540976-07:00", "LastModifiedUser": "sample string 8" }, "SourceSystemId": "sample string 4", "CompanyId": "2afa9d4c-715c-4895-8573-420a0078209c", "CreateDate": "2025-06-27T10:01:30.0540976-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-27T10:01:30.0540976-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }