-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Add new get rooms list API #22936
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Add new get rooms list API #22936
Changes from 3 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
5957e40
Add rooms list api
Mrayyan 81b2fa6
Update communicationservicesrooms.json
Mrayyan be6db9d
Update operation Id
Mrayyan 3fefd06
Update communicationservicesrooms.json
Mrayyan 02551e9
rename examples
Mrayyan d1b0096
update participants list
Mrayyan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
...n/communication/data-plane/Rooms/preview/2023-03-31-preview/examples/Rooms_ListRooms.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| { | ||
| "parameters": { | ||
| "endpoint": "https://contoso.communication.azure.com/", | ||
| "api-version": "2023-03-31-preview" | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "value": [ | ||
| { | ||
| "id": "999126454", | ||
| "createdAt": "2021-09-06T05:55:41Z", | ||
| "validFrom": "2021-09-07T07:55:41Z", | ||
| "validUntil": "2021-09-08T15:55:41Z" | ||
| }, | ||
| { | ||
| "id": "999126456", | ||
| "createdAt": "2021-10-06T05:55:41Z", | ||
| "validFrom": "2021-10-07T07:55:41Z", | ||
| "validUntil": "2021-10-08T15:55:41Z" | ||
| } | ||
| ], | ||
| "nextLink": "string" | ||
| } | ||
| } | ||
| } | ||
| } |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.