Sort string format

https://developers.pipedrive.com/docs/api/v1/#!/Organizations/get_organizations_id_files

Hello I’m trying to list files for an organization: https://xx.pipedrive.com/v1/organizations/id/files?sort=file_name+ASC&api_token=token

but the data doesn’t get sorted it’s the same if i use sort=file_name%20ASC, what am I doing wrong?

Thanks for reporting the issue. From the docs

Field names and sorting mode separated by a comma (field_name_1 ASC, field_name_2 DESC). Only first-level field keys are supported (no nested keys). Supported fields: id, user_id, deal_id, person_id, org_id, product_id, add_time, update_time, file_name, file_type, file_size, comment.

You can find more info at Pipedrive API v1 Reference

Feel free to create a new topic if you still face challenges