Conundra Release API (0.1.23)

Download OpenAPI specification:Download

DEPRECATED:

This API is superseded by Planning API v1 and will be removed on 30/06/2025. More information on how to migrate can be found here

Disclaimer: this contract is a Work In Progress and not meant for production integrations. Every aspect is subject to change.

With the release api you get the released routes.

Changelog

  • Add custom data for proposed execution.

health

Validate connection and accessibility of the Resources API.

Returns a single `pong` string

Very simple endpoint, which can be used for health purpose.

Securitykeycloak
Responses
200

pong

401

Authentication required

get/ping
Request samples

releases

APIs related to Releases of Trips

Retrieve a release with given business id

Returns a release

Securitykeycloak
Request
path Parameters
business-id
required
string

The identifier of a entity instance

Responses
200

OK

404

Not found, this cannot happen when creating an object

get/plannings/{business-id}/releases/latest
Request samples
Response samples
application/json
{
  • "release_metadata": {
    },
  • "trips": [
    ]
}

Get a list of releases

Returns a list of releases. Most recent first based on moment of release.

Securitykeycloak
Request
query Parameters
released_since
required
string <date-time>
Example: released_since=2021-01-01T10:15:30Z
Responses
200

Releases overview.

get/releases
Request samples
Response samples
application/json
{
  • "releases": [
    ]
}