Search for content API - Response is not sorted by sort and direction parameters.
I use this query and the output is not sorted by sort and direction parameters.
https://api.box.com/2.0/search?query=test&scope=user_content&created_at_range=2020-01-25T13:35:01-07:00&trash_content=non_trashed_only&sort=modified_at&direction=ASC&limit=30&include_recent_shared_links=false&offset=0
Output
{
"total_count": 3,
"entries": [
{
"type": "file",
"id": "769426299338",
"file_version": {
"type": "file_version",
"id": "821056431338",
"sha1": "3384a076427491f55049052e35546b0c41e5dff3"
},
"sequence_id": "0",
"etag": "0",
"sha1": "3384a076427491f55049052e35546b0c41e5dff3",
"name": "file-new-test-3.pdf",
"description": "",
"size": 13064,
"path_collection": {
...
},
"created_at": "2021-01-28T04:35:59-08:00",
"modified_at": "2021-01-28T04:35:59-08:00",
"trashed_at": null,
"purged_at": null,
"content_created_at": "2021-01-28T04:35:59-08:00",
"content_modified_at": "2021-01-28T04:35:59-08:00",
...
},
{
"type": "folder",
"id": "103743690378",
"sequence_id": "0",
"etag": "0",
"name": "test_folder_10",
"created_at": "2020-02-17T01:04:16-08:00",
"modified_at": "2020-02-17T01:07:08-08:00",
"description": "",
"size": 4,
"path_collection": {
...
"trashed_at": null,
"purged_at": null,
"content_created_at": "2020-02-17T01:04:16-08:00",
"content_modified_at": "2020-02-17T01:07:08-08:00",
"owned_by": {
...
},
"shared_link": null,
"folder_upload_email": null,
"parent": {
"type": "folder",
"id": "0",
"sequence_id": null,
"etag": null,
"name": "All Files"
},
"item_status": "active"
},
{
"type": "file",
"id": "769393414929",
"file_version": {
"type": "file_version",
"id": "821019645729",
"sha1": "3384a076427491f55049052e35546b0c41e5dff3"
},
"sequence_id": "0",
"etag": "0",
"sha1": "3384a076427491f55049052e35546b0c41e5dff3",
"name": "file-new-test.pdf",
"description": "",
"size": 13064,
"path_collection": {
"total_count": 2,
"entries": [
...
},
"created_at": "2021-01-28T02:32:03-08:00",
"modified_at": "2021-01-28T02:32:03-08:00",
"trashed_at": null,
"purged_at": null,
"content_created_at": "2021-01-28T02:32:03-08:00",
"content_modified_at": "2021-01-28T02:32:03-08:00",
...
"item_status": "active"
}
],
"limit": 30,
"offset": 0
}
Please sign in to leave a comment.
Comments
0 comments