Files
Retrieves an association object using a unique object ID
By passing in the appropriate options, you can retrieve an association
get/Associations/{ObjectId}
Path parameters
ObjectIdstring uuid required
Example:4ff1e5cc-9835-40d5-bb18-09fdb118db9c
Object id for single object
Query parameters
pagesizeinteger
Example:50
pass an optional page size value
pageinteger
Example:2
number of records to skip for pagination
sort'Name' | 'Size' | 'CreatedDateUtc' | 'AssociationDateUtc'
Example:Associations/{ObjectId}?sort=CreatedDateUtc
values to sort by
direction'ASC' | 'DESC'
Example:Associations/{ObjectId}?sort=CreatedDateUtc&direction=DESC
direction to sort by
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"
}
]