List Partitions for Customer

GET {{baseUrl}}/customers/:customerId/partitions?include=<string>

Get the partitions for the specified customer

Request Params

KeyDatatypeRequiredDescription
includestringinclude related resources

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:{&quot;links&quot;:{&quot;self&quot;:&quot;/customers/8e9833b5-b844-40a3-8572-4a16d29c53bc/partitions&quot;,&quot;next&quot;:&quot;/customers/8e9833b5-b844-40a3-8572-4a16d29c53bc/partitions?page[cursor]=qwerty&quot;},&quot;data&quot;:[{&quot;type&quot;:&quot;Partition&quot;,&quot;id&quot;:&quot;uuid&quot;,&quot;attributes&quot;:{&quot;name&quot;:&quot;dolor esse dolore dolor ullamco&quot;,&quot;description&quot;:&quot;sample partition&quot;},&quot;relationships&quot;:{&quot;ownedByCustomer&quot;:{&quot;data&quot;:{&quot;type&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;id&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}}}}},{&quot;type&quot;:&quot;Partition&quot;,&quot;id&quot;:&quot;uuid&quot;,&quot;attributes&quot;:{&quot;name&quot;:&quot;magna sunt cillum irure&quot;,&quot;description&quot;:&quot;sample partition&quot;},&quot;relationships&quot;:{&quot;ownedByCustomer&quot;:{&quot;data&quot;:{&quot;type&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;id&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}}}}}],&quot;included&quot;:[{&quot;type&quot;:&quot;Customer&quot;,&quot;id&quot;:&quot;209d38aa-02c1-48ab-bf37-2716f1ddfeb6&quot;,&quot;attributes&quot;:{&quot;name&quot;:&quot;cillum sed et consectetur nostrud&quot;}},{&quot;type&quot;:&quot;Customer&quot;,&quot;id&quot;:&quot;209d38aa-02c1-48ab-bf37-2716f1ddfeb6&quot;,&quot;attributes&quot;:{&quot;name&quot;:&quot;anim ipsum&quot;}}]}}