Parameter | Description |
---|---|
Limit | Limit the maximum number of rooms in the response. Valid range is 1 - 1000. |
Sort By | Sort results. |
Team ID | List rooms associated with a team, by the room’s ID. Can be retrieved from the List Teams action. |
Type | List rooms by the room type. |
{
"items": [
{
"id": "<string>",
"title": "<string>",
"type": "<string>",
"isLocked": false,
"lastActivity": "2017-01-21T20:28:02.919Z",
"creatorId": "<string>",
"created": "2019-08-11T22:54:39.354Z",
"ownerId": "<string>",
"isPublic": false,
"isReadOnly": false
}
]
}
Was this page helpful?