{ "operationId": "get-apicatalogpvtcollectioncollectionidsubcollection", "method": "GET", "path": "/api/catalog/pvt/collection/{collectionId}/subcollection", "summary": "VTex Get subcollection by collection ID", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": [ { "Id": 17, "CollectionId": 151, "Name": "group 1", "Type": "Inclusive", "PreSale": false, "Release": false }, { "Id": 18, "CollectionId": 151, "Name": "group 2", "Type": "Inclusive", "PreSale": false, "Release": false } ] } ] }