Training
Modul
Verbinden von Webdiensten mit Microsoft Teams mithilfe von Webhooks - Training
Erfahren Sie, wie Sie eingehende Webhooks und ausgehende Webhooks erstellen, die Webdienste mit Teams und Kanälen in Microsoft Teams verbinden.
Dieser Browser wird nicht mehr unterstützt.
Führen Sie ein Upgrade auf Microsoft Edge durch, um die neuesten Features, Sicherheitsupdates und den technischen Support zu nutzen.
Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Modul
Verbinden von Webdiensten mit Microsoft Teams mithilfe von Webhooks - Training
Erfahren Sie, wie Sie eingehende Webhooks und ausgehende Webhooks erstellen, die Webdienste mit Teams und Kanälen in Microsoft Teams verbinden.