Get volumes identified by volume set id

GET {{baseUrl}}/api/v1/volume-sets/:id/volumes?select=<string>&limit=<integer>&offset=<integer>&filter=<string>&sort=<string>

Get volumes identified by volume set id

Request Params

KeyDatatypeRequiredDescription
selectstringQuery to select only the required parameters, separated by . if nested
limitstringNumber of items to return at a time
offsetstringThe offset of the first item in the collection to return
filterstringoData query to filter by Key.
sortstringoData query to sort by Key.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;appType&quot;:&quot;\u003cstring\u003e&quot;,&quot;application&quot;:&quot;\u003cstring\u003e&quot;,&quot;associatedLinks&quot;:[{&quot;resourceUri&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;\u003cstring\u003e&quot;},{&quot;resourceUri&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;\u003cstring\u003e&quot;}],&quot;customerId&quot;:&quot;\u003cstring\u003e&quot;,&quot;generation&quot;:&quot;\u003cinteger\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;members&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;],&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;productFamily&quot;:&quot;\u003cstring\u003e&quot;,&quot;resourceUri&quot;:&quot;\u003cstring\u003e&quot;,&quot;systemId&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;\u003cstring\u003e&quot;}