I am trying to integrate Adobe Creative Cloud using Web Services connector and need more information on how to configure paging. Adobe’s endpoints will accept paging only in the url path. It’s a mandatory parameter (User Access APIs).
I am not sure how this can be configured. I have configured the below in the paging steps:
TERMINATE_IF ($response.lastPage$ == true)
$offset$ = $offset$ + 1; with the initial page offset set to 0.
And passed the above variable in the context url users/12345@AdobeOrg/$offset$
Any help would be appreciated. Thank you in advance.