Marketo activities.json API endpoint causing a timeout -
i trying use marketo activities.json api endpoint, , getting timeout everytime try. have set curl timeout 25 seconds , using valid nextpagetoken
parameter filter results. timeframe yesterday , today.
when try other endpoints (lists.json
, activities/pagingtoken.json
, leads.json
, lists.json
, , stats/usage/last7days.json
) response , request not timeout.
here request making activities.json
:
method: "get" url: "https://[marketo-id].mktorest.com/rest/v1/activities.json" parameters: array ( [nextpagetoken] => [paging-token] [listid] => [list-id] [activitytypeids] => 24 [access_token] => [access-token] )
why getting timeout activities.json
endpoint? api endpoint broken or down?
the global timeout marketo's rest api 30 seconds, can first try adjusting local timeout match this? if remove list id from call happens?
Comments
Post a Comment