© 2024 Clarivate
POST /api/.../recordsets/{id}/records/file?filename={filename}&sortByPropertyName={sortByPropertyName}&sortDescending={sortDescending}
Export record set's contents to an Excel 2007 .xlsx file.
Name | Type | Required | Description | ||||
---|---|---|---|---|---|---|---|
id | Integer | Yes | ID of record set to export. | ||||
filename | String | Yes | Name of file to save and return to caller. | ||||
sortByPropertyName | String | No |
Object's property name to sort contents by. Valid values:
|
||||
sortDescending | Boolean | No | Sort records in descending order. Only used when sortByPropertyName is supplied. |
{
"FileID": "PatronRecordSet_expiredpatrons_20180517163316_xlsx"
}
Code | Description |
---|---|
200 | Success |
400 | Bad request |
403 | Permission(s) not granted. |