This API has a deprecated equivalent from v7.0U1.
Get Item Changes
DescriptionReturns information about a library item change. 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
https://{api_host}/api/content/library/item/{library_item}/changes/{version}
Path Parameters
Path Parameters
string
library_item
Required
Library item identifer.
The parameter must be an identifier for the resource type: com.vmware.content.library.Item.
string
version
Required
Library item version.
The parameter must be an identifier for the resource type: com.vmware.content.library.item.Version.
Header Parameters
Header Parameters
string
vmware-api-session-id
Required
Required session ID, obtained by first calling Create Session API
Response
Response
Response BodyResponse Body
200 OK returns
LibraryItemChangesInfo of type application/json
Information about the specified library item change.
{
"message": "string",
"time": "string",
"user": "string"
}
string
time
Required
The date and time when the item content was changed.
string
message
Optional
The full message describing the content change. This field will be unset if a message was not provided when the item content was changed.
string
user
Optional
The user who made the content change. This field will be unset if the user could not be determined.
cURL Command
curl -H "vmware-api-session-id: b00db39f948d13ea1e59b4d6fce56389" https://{api_host}/api/content/library/item/{library_item}/changes/{version}
Errors
401
com.vmware.vapi.std.errors.unauthenticated : if the user that requested the operation cannot be authenticated.
403
com.vmware.vapi.std.errors.unauthorized : if the user that requested the operation is not authorized to perform the operation.
500
com.vmware.vapi.std.errors.error : if the system reports an error while responding to the request.
Availability
Added in 7.0U2
On This Page
Item Changes Operations
get