Web Links
The response to an HTTP request typically contains one or more web links, which are links to related resources. A web link can have the following attributes:
- rel
-
- Indicates a relationship to a resource and forms the unit of documentation.
- The most common values are self and next.
- Can be versioned (for future use).
- href
Points to the HTTP URL of the resource. Can be relative or absolute.
Provides additional data in the link, such as DisplayName of a participant or audio source ID. Most resources do not have this attribute in their web links.
JSON examples
{ "ms:rtc:saas:application": { "href": "/platformservice/v1/applications/1231397926?endpointId=sip%3ahelpdesk%40contoso.ccsctp.net", } } { "ms:rtc:saas:joinOnlineMeeting": { "href": "/platformservice/v1/applications/396756309/communication/onlineMeetingInvitations?endpointId=sip:contoso@metio.onmicrosoft.com" } }
XML examples
<link rel="ms:rtc:saas:application" href="/platformservice/v1/applications/1231397926?endpointId=sip%3ahelpdesk%40metio.ccsctp.net/" /> <link rel="ms:rtc:saas:joinOnlineMeeting" href="/platformservice/v1/applications/396756309/communication/onlineMeetingInvitations?endpointId=sip:metiobank@contoso.onmicrosoft.com" title="AnonUser" />