New in 2.6

  • New type Duration
  • New attributes for Event:
    • host_name
    • host
    • external_sign_on
    • payment
    • payment_types
    • durations
    • certificates_url
  • New attributes for PersonEvent:
    • confirmed
  • New attributes for Competence:
    • weight
    • durations
  • New attributes for Role:
    • organisation_ids

New in 2.5

  • Most types now have an attribute "id", which is an alias for the object's id (otherwise named "organisation_id", "person_id", etc).
  • New resource /api/categories, with corresponding type Category
  • New type CompetenceAttribute
  • New parameters for /api/competences:
    • ​term
    • category_ids
    • attribute_ids
  • ​New parameters for /api/events:​
    • term
    • cancelled
    • category_ids
    • competence_attribute_ids
    • competence_group_ids
    • location_id
  • New resource /api/locations/[location_id]/events. Returns all events for location.
  • New parameters for /api/locations:​
    • term
    • startdate
    • enddate
    • minimum_capacity
    • sw_latitude
    • sw_longitude
    • ne_latitude
    • ne_longitude
  • New attributes for Competence object:
    • min_age
    • max_age
    • prerequisites
    • prerequisites_text
    • categories
    • attributes
    • instructors
  • New attributes for Event object:
    • min_age
    • max_age
    • max_participants
    • participants_count
    • available_count
    • attributes
    • instructors
  • New attributes for Location object:
    • capacity
    • description
    • latitude
    • longitude
  • New attributes for Person object:
    • fullname (simply firstname + lastname)