Content Library Item list
Returns the identifiers of all items in the given library.
Returns an authorization error if you do not have all of the privileges described as follows:
- The resource
com.vmware.content.Library
referenced by the parameter libraryId requiresSystem.Read
.
Request
URI
GET
https://{api_host}/api/content/library/item?library_id
COPY
Query Parameters
string
library_id
Required
Identifier of the library whose items should be returned.
The parameter must be an identifier for the resource type: com.vmware.content.Library
.
Responses
200
The list of identifiers of the items in the library specified by libraryId.
The response will contain identifiers for the resource type: com.vmware.content.library.Item
.
[
{}
]
array of
string
404
if the library associated with libraryId does not exist.
Returns
Vapi Std Errors NotFound
of type(s)
application/json
This response body class contains all of the following:
InlineVapi Std Errors NotFound0
{
"messages": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
],
"data": {},
"error_type": "string"
}
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/content/library/item?library_id?library_id=v