{% extends "base.html" %} {% block content %}

5. Getting rooms with filters

This example demonstrates how to return rooms that have had their field data,
updated within the time period between Start date and End date.

{% if show_doc %}

Documentation about this example.

{% endif %}

API method used: Rooms::GetRooms

{% if rooms %}
{% else %}

Problem: please first create a room using example 1 or example 2
Thank you.

{% endif %}
{% endblock %}