Library_Item_Changes_Info

Library_Item_Changes_Info
Library_Item_Changes_Info

The Changes.Info structure contains information about a library item change.

JSON Example
{
    "time": "string",
    "user": "string",
    "message": "string"
}
string As date-time
time
Required

The date and time 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.

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.