Query Items
Retrieves a list of Org-scoped items. Results can be filtered by id, name, imageIdentifier, isPublished, isSubscribed, status, creationDate, lastSuccessfulSync, contentLibrary, and org.
Request
URI
GET
https://{api_host}/cloudapi/vcf/contentLibraryItems
COPY
Query Parameters
string
filter
Optional
Filter for a query. FIQL format.
string
sortAsc
Optional
Field to use for ascending sort
string
sortDesc
Optional
Field to use for descending sort
integer
page
Required
Constraints:
minimum: 1
default: 1
Page to fetch, zero offset.
integer
pageSize
Required
Constraints:
minimum: 0
maximum: 64
default: 25
Results per page to fetch.
Responses
200
OK
Returns
ContentLibraryItems
of type(s)
application/json;version=40.0
This response body class contains all of the following:
Page ,
InlineContentLibraryItems1
{
"0": "P",
"1": "a",
"2": "g",
"3": "e",
"4": " ",
"5": "O",
"6": "b",
"7": "j",
"8": "e",
"9": "c",
"10": "t",
"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,
"itemType": "string"
}
]
}
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/vcf/contentLibraryItems?page=value&pageSize=v
Availability
Added in 40.0
Content Library Item Operations
GET
Query Items
POST
Create Library Item
GET
Get Library Item
PUT
Update Library Item
DELETE
Delete Library Item
GET
Query Item Files