List Item Changes
Returns commonly used information about the content changes made to a library item. if you do not have all of the privileges described as follows: - The resource com.vmware.content.library.Item referenced by the parameter libraryItem requires System.Read.
Request
URLURL
Path Parameters
Path Parameters
Library item identifier. The parameter must be an identifier for the resource type: com.vmware.content.library.Item.
Header Parameters
Header Parameters
Required session ID, acquired from Create Session API under CIS product
vmware-api-session-id example
"b00db39f948d13ea1e59b4d6fce56389"
Authentication
Response
Response BodyResponse Body
array
of
LibraryItemChangesSummary
of type application/json
List of commonly used information about the library item changes.
[
{
"short_message": "string",
"time": "string",
"user": "string",
"version": "string"
}
]
The date and time when the item content was changed.
The version of the library item. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.content.library.item.Version. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.content.library.item.Version.
The short message describing the content change. The message is truncated to the first 80 characters or first non-leading newline character, whichever length is shorter. This field will be unset if a message was not provided when the item content was changed.
The user who made the content change. This field will be unset if the user could not be determined.
Errors
com.vmware.vapi.std.errors.unauthenticated : if the user that requested the operation cannot be authenticated.
com.vmware.vapi.std.errors.unauthorized : if the user that requested the operation is not authorized to perform the operation.
com.vmware.vapi.std.errors.error : if the system reports an error while responding to the request.
‘Default’ means this response is used for all HTTP codes that are not covered individually for this operation.
Code Samples
PowerCLI Client SDK Example
cURL Command
Vendor Extensions
x-vmw-doc-deprecated-method: get
x-vmw-doc-deprecated-path: /rest/content/library/item/{library_item}/changes
x-vmw-doc-operation: list