Question
Marketo REST API returns Empty result
I have been trying to access user activity using the Marketo API. But when I enable the filter for my form using the assetIds property, I get an empty result, even though the moreResult parameter is true.
I have tried sending subsequent requests using the nextPageToken from the response using a script 40+ times. Still I don't get any results even though i can see there are activities for that form via the Marketo UI.
{
"requestId": "cff5#194afe31292",
"success": true,
"nextPageToken": "V54QFQASDKUGS7WTQJFWFEQV3LEYG5A4FQ4BZGTUE7ZDQMS3U5MA====",
"moreResult": true
}