ContentLibraryItems

ContentLibraryItems
ContentLibraryItems

List of content library items.

AllOf
This class requires all of the following:
JSON Example
{
    "resultTotal": 0,
    "pageCount": 0,
    "page": 0,
    "pageSize": 0,
    "associations": [
        {
            "entityId": "string",
            "associationId": "string"
        }
    ],
    "values": [
        {
            "id": "string",
            "name": "string",
            "imageIdentifier": "string",
            "description": "string",
            "isPublished": false,
            "isSubscribed": false,
            "creationDate": "string",
            "lastSuccessfulSync": "string",
            "version": 0,
            "status": "READY, NOT_READY, FAILED, PARTIALLY_READY",
            "contentLibrary": {
                "name": "string",
                "id": "string"
            },
            "org": {
                "name": "string",
                "id": "string"
            },
            "fileUploadSizeBytes": 0,
            "sizeBytes": 0,
            "itemType": "string",
            "placeholder": false
        }
    ]
}
Returned By