Parameter | Description |
---|---|
Expand | Retrieves related resources. Possible value: members. |
Filter | Filters results (rows). For example: startswith(topic,‘T’) |
Limit | Specify the number of chats returned per page in the response. Valid range is 1-50. |
Return All Pages | Automatically fetch all resources, page by page. |
{
"@odata.context": "<string>",
"@odata.count": 248,
"value": [
{
"id": "<string>",
"topic": null,
"createdDateTime": "2020-12-07T08:07:50",
"lastUpdatedDateTime": "2020-11-12T09:35:18",
"chatType": "<string>",
"webUrl": "<string>",
"tenantId": "<string>",
"isHiddenForAllMembers": false,
"onlineMeetingInfo": null,
"viewpoint": {
"isHidden": false,
"lastMessageReadDateTime": "2020-04-29T03:04:53"
}
}
]
}
Was this page helpful?