Query Content Libraries
Retrieves a list of Org-scoped content libraries. Results can be filtered by id, name, org, autoAttach, creationDate, and libraryType.
Request
URI
GET
https://{api_host}/cloudapi/vcf/contentLibraries
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
ContentLibraries
of type(s)
application/json;version=40.0
This response body class contains all of the following:
Page ,
InlineContentLibraries1
{
"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",
"description": "string",
"org": {
"name": "string",
"id": "string"
},
"libraryType": "string",
"isSubscribed": false,
"isShared": false,
"creationDate": "string",
"storageClasses": [
{
"name": "string",
"id": "string"
}
],
"versionNumber": 0,
"subscriptionConfig": {
"subscriptionUrl": "string",
"password": "string",
"needLocalCopy": false
},
"autoAttach": false,
"status": "READY, NOT_READY, FAILED, PARTIALLY_READY"
}
]
}
Vendor Extension
This operation contains the following vendor extensions defined in the spec:
[object Object]
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/vcf/contentLibraries?page=value&pageSize=v
Availability
Added in 40.0
On This Page
Content Library Operations
GET
Query Content Libraries
POST
Create Content Library
POST
Refresh Content Library
POST
Sync Content Library
GET
Get Content Library
PUT
Update Content Library
DELETE
Delete Content Library