added

0.24.0

Added

  • GET /v3/users
    • Returns all users that belong to an organization (user|read permission required)
  • GET /v3/users/:id
    • Returns a user of an organization.
  • GET /v3/administrations/:administration_id/todo_lists/:todo_list_id/planners
    • Returns all planners of a todo list (planner|read permission required)
  • GET /v3/administrations/:administration_id:/facilities
    • Gets available facilities of the administration
  • Added schema Planner
  • Added the following attributes to schema Executor:
    • user
  • Added the following attributes to schema Todo:
    • rentable_identity
    • facility
    • creator
  • Added the following attributes to schema User:
    • created_at
    • updated_at