- List the existing order-order restriction sets
Create order-order restriction set
Get order-order restriction set
Upsert order-order restriction set
Delete order-order restriction set
List the existing order-o...
Retrieve order-order restriction sets using cursor-based paging (see the Cursor-based pagination documentation on the PTV Developer Portal for more details).
Security
clientCredentials
- Mock serverhttps://developer.conundra.eu/_mock/apis/plannings/planning-api/settings/order-order-restriction-sets
- Production Apihttps://api.conundra.eu/planning/v1/settings/order-order-restriction-sets
curl -i -X GET \
'https://developer.conundra.eu/_mock/apis/plannings/planning-api/settings/order-order-restriction-sets?cursor=string&limit=100' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "data": [ { … } ], "cursors": { "next": "bmV4dF9fcGFnZQ" } }