Skip to content

giosg Reporting - HTTP API - Monthly Rooms API

Listing monthly rooms

An example request

1
GET https://api.giosg.com/api/reporting/v1/rooms/monthly/?timeslot=2016-03

An example response

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
[
  "02ab6b54-e21e-11e5-8904-6c4008adf7e8",
  "12a0acd9-e152-11e5-9e9d-6c4008adf7e8",
  "12a25f80-e152-11e5-a2a5-6c4008adf7e8",
  "12a26119-e152-11e5-adc1-6c4008adf7e8",
  "12a26230-e152-11e5-b325-6c4008adf7e8",
  "12a26321-e152-11e5-8c2f-6c4008adf7e8",
  "12a26411-e152-11e5-852d-6c4008adf7e8",
  "12a264ee-e152-11e5-a372-6c4008adf7e8",
  "12a265d4-e152-11e5-81af-6c4008adf7e8",
  "12a266ba-e152-11e5-a4b0-6c4008adf7e8",
  "12a2679e-e152-11e5-9e7f-6c4008adf7e8",
  "bc33ce14-e21d-11e5-b181-6c4008adf7e8",
  "ec4e08e3-e21d-11e5-9aee-6c4008adf7e8"
]

Lists all rooms known to giosg reporting services in current time slot.

Get list of room id's for timeslot:

GET https://api.giosg.com/api/reporting/v1/rooms/monthly/?timeslot=<timeslot>

Parameter Type Default Description
timeslot string Current month Optional. Return statistics from this date on. ISO 8601 date string without day, e.g. 2016-03. If not given defaults to current month.