Files
Retrieves a specific file associations
By passing in the appropriate options,
get/Files/{FileId}/Associations
Path parameters
FileIdstring uuid required
Example:4ff1e5cc-9835-40d5-bb18-09fdb118db9c
File id for single object
Response
search results matching criteria
Example response
[
{
"SendWithObject": true,
"Name": "Test.pdf",
"Size": 12357,
"CreatedDateUtc": "2020-12-10T01:22:00.0000000",
"AssociationDateUtc": "2020-12-10T01:22:00.0000000"
}
]