Hello,
Is there a default value for the parameter NumToRetrieve ? Or if it is not defined in the request, the number of records returned is without limit ?
Thanks for your reply.
In general, when NumToRetrieve is not specified, the system will return all matching results.
There are a couple of queries where the return counts are limited to protect the system from runaway queries. For example, the JobList query is limited to 1000 returned jobs.
Ok thanks.
Could you please give me the limit value for the JobDeliveryStatus request ?
There is no limit for that request - a JobDeliveryStatus request will by default return delivery data for all items in the job.