Wellness

Biorhythm (JSON)

Physical (23d), emotional (28d) and intellectual (33d) cycle values per day, plus the critical days where a cycle crosses zero. Data twin of POST /render/biorhythm.

post/wellness/biorhythm

Request body

birthDatestring required
rangeStartstring
rangeEndstring

Response

Successful calculation

okboolean

Example response

{
  "ok": true
}

Changes

Changed in 1 of the 13 revisions of this API.23

  • 8ab5a768b52123See the full diff
    • the response property data/days/items/critical/items/ became nullable for the status 200

      response-property-became-nullable

    • the data/days/items/critical/items/ response's property type/format changed from / to string/ for status 200

      response-property-type-changed

    • added the optional property data/birthDate to the response with the 200 status

      response-optional-property-added

    • added the optional property data/cycles to the response with the 200 status

      response-optional-property-added

    • added the optional property data/disclaimer to the response with the 200 status

      response-optional-property-added