com.vmware.content.subscribed_library

list

GET /com/vmware/content/subscribed-library
POST /com/vmware/content/subscribed-library?~action=list

Returns the identifiers of all subscribed libraries in the Content Library.
Request:
Representations:
GET /com/vmware/content/subscribed-library

Parameters:
None

Response:
Representations:
{
    "value"[
        "obj-103",
        "obj-103"
    ]
}
<?xml version="1.0" ?>
<ns0:List-Result xmlns:ns0="http://vmware.com/content/subscribed_library" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <value-array>
    <array-item>obj-103</array-item>
    <array-item>obj-103</array-item>
  </value-array>
</ns0:List-Result>

Parameters:
Name Type Required Description
result List<ID> Yes The array of identifiers of all subscribed libraries in the Content Library. Id of type com.vmware.content.Library.

Errors:
None

Copyright © 2014. All Rights Reserved.