Training
Module
Overview of HTTP connectors in Power Automate - Training
Interact directly with data using web requests with HTTP connectors in Power Automate flows.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Web links are the key to resource navigation in UCWA 2.0.
Applies to: Skype for Business 2015
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. For example, the conversation and phoneAudio resources.
The most common values are self and next.
Can be versioned (for future use).
href
title
{
"conversation": {
"href": "/ucwa/oauth/v1/applications/101246165550/communication/conversations/7c5c",
}
}
{
"participant": {
"href": "/ucwa/oauth/v1/applications/101246165550/communication/conversations/7c5c/participants/johndoe@contoso.com",
"title": "John Doe"
}
}
<link rel="conversation" href="/ucwa/oauth/v1/applications/101246165550/communication/conversations/7c5c/" />
<link rel="participant" href="/ucwa/oauth/v1/applications/101246165550/communication/conversations/7c5c/participants/johndoe@contoso.com" title="John Doe" />
Training
Module
Overview of HTTP connectors in Power Automate - Training
Interact directly with data using web requests with HTTP connectors in Power Automate flows.