Logo
API_DOC API Documentation

Get rooms created in timerange

GET {{HOST}}/v2/rooms?after=2022-01-01T01:00:00.000Z&before=2022-03-31T01:00:00.000Z

 

Body PARAM

Key Datatype Required Description 
after
string Check for rooms created with timestamp greater than or equal to "after"
before
string Check for rooms created with timestamp less than or equal to "before"
limit
number Determines the number of objects to be included in response. Range: 10-100. Default:10
start
string Determines the starting point. "last" field of the response can be used as start for subsequent request.



HEADERS

Key Datatype Required Description 
Authorization
null




RESPONSES

status





Curl
curl -X GET 'https://api.100ms.live/v2/rooms?after=2022-01-01T01:00:00.000Z&before=2022-03-31T01:00:00.000Z&limit=20&start=6284eb3f119d5dbdd03ac068?after=2022-01-01T01:00:00.000Z&before=2022-03-31T01:00:00.000Z&limit=20&start=6284eb3f119d5dbdd03ac068' -H 'Accept: */*' -H 'Accept-Encoding: identity' -H 'Connection: keep-alive' -H 'APP_ACCESS_KEY: 670cad504944f067313a7ceb' -H 'APP_SECRET: 7Laqh5lXA8CZHgrbvNaFwdnZGn_TlQ-NYWcJm1mBveh_G0Np_jo1Nd5jZkY8OcpF0l4PhX6JZ21-7dpGP8o1LrZXYvEo913r2I_a2OK54nz_3tqEPynmaKLol5Ial3Q82j4p5CnHfTtAebnyIg5vaa6-Deb3EL3d7KLmZG_jeKo=' -H 'TOKEN: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE3Mjg4ODY5MzAsImV4cCI6MTcyOTQ5MTczMCwianRpIjoiZGI0YWExOWQtYjM5YS00YjlkLThkODctZDNjODFjY2YyZDg4IiwidHlwZSI6Im1hbmFnZW1lbnQiLCJ2ZXJzaW9uIjoyLCJuYmYiOjE3Mjg4ODY5MzAsImFjY2Vzc19rZXkiOiI2NzBjYWQ1MDQ5NDRmMDY3MzEzYTdjZWIifQ.gdjpSHuvylY-AtD7lf4Yo4DzwxwSp-q1RoyvwlttKcs'

ENDPOINTS