How to get Paging details from API Data Page request
How to get paging details from the API Data page, when we are using
List type API Data Page and Source is not Report definition but Data transform or Activity.
Not able to use pagination in the scenario when source is not report definition.
POST /data_views/{data_view_ID} -> DX API is used to access the API Data page
Example JSON:
{
"dataViewParameters": {
"Grade": "",
"Department": "",
"Profession": ""
},
"paging": {
"pageNumber": 1,
"pageSize": 5
},
"useExtendedTimeout": false
}