Get task attachment dimension. Run in API Explorer
This request should be used to retrieve information around attachments that are uploaded to tasks for specified engagement(s). This includes the name of the attachment as well as a key used to connect the table to the task facts table.
GET
/api/TaskAttachmentDimension
curl \
--request GET 'https://analyticsapi.adra.com/taskmanager/api/TaskAttachmentDimension' \
--user "username:password"
Response examples (200)
[
{
"AttachmentKey": 58337,
"EngagementKey": "45c31339-96d0-4262-b051-c00f392685c1",
"AttachmentName": "Example.docx"
}
]