Operations with collection layouts

Operations with collections layouts - GET

Get all collections layouts from your store
GET /odata/collectionlayout

Request Type: GET

Enter the request URL: http://StoreURL/odata/collectionlayout

Auth type: Bearer Token - paste the token generated in the previous steps

Get collection layout by ID
GET /odata/collectionlayout('id')

Request Type: GET

Enter the request URL: http://StoreURL/odata/collectionlayout('id')

Auth type: Bearer Token - paste the token generated in the previous steps