IContentResponse interface

Note

This API is in Beta and provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Represents the data returned when calling getContent

Properties

appId

Id of the app where the content was shared from

author

Id of the user who shared the content. This is a UUID

contentReference

Reference of the shared content

contentType

Type of the shared content. For sharing to Teams stage scenarios, this value would be ShareToStage Other contentType values will be added and documented here over time

threadId

Id of the thread where the content was shared. This is a UUID

title

Title of the shared content

Property Details

appId

Id of the app where the content was shared from

appId: string

Property Value

string

author

Id of the user who shared the content. This is a UUID

author: string

Property Value

string

contentReference

Reference of the shared content

contentReference: string

Property Value

string

contentType

Type of the shared content. For sharing to Teams stage scenarios, this value would be ShareToStage Other contentType values will be added and documented here over time

contentType: string

Property Value

string

threadId

Id of the thread where the content was shared. This is a UUID

threadId: string

Property Value

string

title

Title of the shared content

title: string

Property Value

string