Validate connection and accessibility of the API.
- Delete break rule set
List the existing break rule sets
Get break rule set
Upsert break rule set
Delete break rule set
PTV OptiFlow Planning API (1.10.0)
The planning API provides information about plannings and their lifecycle.
You can find out more in our developer portal.
Download OpenAPI description
Overview
Servers
Mock server
https://developer.conundra.eu/_mock/apis/plannings/planning-api
Production Api
https://api.conundra.eu/planning/v1
Request
Create or update a break rule set. A unique ID (business_id) is required to identify the break rule set. Calling this endpoint with an existing business_id will update the break rule set.
Security
clientCredentials
The name of the break rule set
Example: "Legal breaks for Belgium"
List of all break rule groups within a set
List of break rules
Maximum work time between breaks in ISO-8601 duration format. Must be non-negative and not exceed 7 days.
Example: "PT4H30M"
- Mock serverhttps://developer.conundra.eu/_mock/apis/plannings/planning-api/settings/break-rule-sets/{business_id}
- Production Apihttps://api.conundra.eu/planning/v1/settings/break-rule-sets/{business_id}
Response
No content- Mock serverhttps://developer.conundra.eu/_mock/apis/plannings/planning-api/settings/break-rule-sets/{business_id}
- Production Apihttps://api.conundra.eu/planning/v1/settings/break-rule-sets/{business_id}