/sessions/currentUser/favourites/{targetId}/addEntry - Add an object to favorites
Adds a document, identified as an "object" in IXIA CCMS Web, to a user's list of favorites.
End-point
POST | /sessions/currentUser/favourites/{targetId}/addEntry |
Path parameters
Field | Description |
---|---|
|
The ID for the location to add the document. |
Request body
Field | Type | Description |
---|---|---|
|
The current information about the user's favorites that is required to add the document. |
Possible response
HTTP status | Description |
---|---|
200 |
The operation completed successfully |
401 |
There is no session or the session is invalid |
Response body
Field | Type | Description |
---|---|---|
|
The information for the document that was added as a favorite. |