I am using confluence API to get attachments. i would like to sort the attachments based on the attachment name, by date, and by size.
I am using the below rest API to get attachments.
confluence/rest/api/content/109844408/child/attachment?limit=25&start=0&expand=history
On cloud you can use the v2 rest api endpoint, which allows you to sort by created-date, -created-date, modified-date, -modified-date:
GET /wiki/api/v2/pages/{id}/attachments
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.