Expand my Community achievements bar.

The next phase for Workfront Community ideas is coming soon. Learn all about it in our blog!

API Pagination - link to next page, etc

Avatar

Level 10
Hi, One of the things which would make Workfront's API even better is if it provided links for the next page of results. This would allow it to be more easily used with other tools such as Azure Data Factory where you can configure pagination settings to use these links to get the next pages of results for a given set of query parameters. ServiceNow is an example of a system which provides this functionality. Here's their doco: REST message data can be split into multiple result sets rather than forcing the user to submit multiple requests. The header has different links available for the first set, previous set, next set, and the last set of records, where applicable. For example: https:// .service-now.com/api/now/table/cmdb_ci?sysparm_offset=40&sysparm_limit=10000>;rel="next", https:// .service-now.com/api/now/table/cmdb_ci?sysparm_offset=40&sysparm_limit=10000>;rel="prev", https:// .service-now.com/api/now/table/cmdb_ci?sysparm_offset=0&sysparm_limit=10000>;rel="first", https:// .service-now.com/api/now/table/cmdb_ci?sysparm_offset=2780&sysparm_limit=10000>;rel="last" Hoping our friend @Melinda Layten might be able to consider this for us! :) David Cornwell
2 Replies

Avatar

Level 5
Please add this in to the official idea exchange. And please know that I read all of the API and Integration ideas and definitely keep them in mind as I'm doing my long range planning. Melinda Layten Technical Project Manager - API and Integration Workfront

Avatar

Level 10
Done: "https://support.workfront.com/hc/en-us/community/posts/360027659414-API-Pagination-link-to-Next-Page-etc">If anyone else is interested, please vote for it here. Cheers David Cornwell