GetAttachmentContentUrl
Retrieves a direct-access URL for a file attachment from a Teams chat message for downloading or embedding.
Input
| Name | Type | Required | Description |
| ChatId | String | True | Unique identifier of the chat that contains the message with the attachment. Used to locate the context of the request. |
| AttachmentId | String | False | Unique identifier of the attachment whose content URL is being retrieved. This field is not server-side filterable. |
Result Set Columns
| Name | Type | Description |
| ContentUrl | String | Direct URL to access the attachment content that was shared in the specified chat. |
| Success | String | Indicates whether the operation to retrieve the attachment content URL was successful. Returns true if successful, false otherwise. |