Zendesk Rest API Pagination Rules in Data Flow in Azure Data Factory

SB 0 Reputation points
2023-02-06T16:30:07.92+00:00

I am trying to apply pagination in Data Flow in Azure Data Factory to import all data from zendesk api, but I keep getting only 100 records. I tried using different pagination rules, but it is not working for me. They have asked me to use offset pagination. I see Pagination rules like EndCondition, AbsoluteURL, Query, Header, MaxRequestNumber and None. Anyone experience using ADF with zendesk that can give me some pointers? Your help is appreciated. Thank you.

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,603 questions
{count} votes

1 answer

Sort by: Most helpful
  1. KranthiPakala-MSFT 46,422 Reputation points Microsoft Employee
    2023-02-09T03:50:41.9566667+00:00

    Hi SB,

    Thanks for the details. You may try configuring your dataflow settings as below for paginating the API response.

    User's image

    Please note that I don't have Zendesk instance to test it but providing guidance as per this API pagination documentation: Using offset pagination

    User's image

    For your requirement you may use REST API using the REST connector as shown above or you can also use Zendesk connector as in inline dataset and you can transform data as needed and also you can filter the data using filter transformation.

    Hope this info helps.


    Please don’t forget to Accept Answer and Up-Vote wherever the information provided helps you, this can be beneficial to other community members.