GET api/Values/GetTrackTraceFavorites?key={key}&ownerEmail={ownerEmail}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
Required |
|
| ownerEmail | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultValue| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| Error | string |
None. |
|
| Message | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsSuccess": true,
"Error": "sample string 2",
"Message": [
{},
{}
]
}