Category: Request

  • Recurrence patterns

    Recurrence Patterns the recurrence pattern as specified in the request body allows you to specify a calendar based interval pattern in a more flexible and intuitive way and exists from an array of string values, each of which are evaluated separately. A single recurrencePattern string could look like: or Evaluation of the recurrence pattern string…

  • Request Headers

    Request Headers In order to make a valid HTTP Request to the API server, there are a number of headers to be included in the HTTP request for the purpose of authentication and request handling. Depending on the platform you are using, a typical HTTP request would look similar to the following JavaScript example. General…

  • Request Body

    Request Body The request body exists of a single JSON object containing at least all mandatory and relevant optional parameters. In the structure as shown below. schedule The schedule parameter is where the basic schedule is defined and includes recurrence intervals, dates and values of most recent occurrences and guiding parameters such as start-at and…