content library item update session: list

Lists the identifiers of the update session created by the calling user. Optionally may filter by library item.

Request:

HTTP request

GET https://{server}/rest/com/vmware/content/library/item/update-session

?library_item_id=obj-103

Request Query Parameters:

Name Type Description
bold = required
library_item_id string Optional. Optional library item identifier on which to filter results.

Response:

HTTP Status Code: 200

Representation:

{
    "value"[
        "obj-103",
        "obj-103"
    ]
}

Response Type:

Name Type Description
bold = required
value string[] The array of identifiers of all update sessions created by the calling user.

Errors:

HTTP Status Code Type Description
404 not_found if a library item identifier is given for an item which does not exist.