Hi,
We need to get the success/failure count for each import via the integrator APIs for a stat report mechanism.
Is the only way to fetch success/failure counts from the jobs API?
We would like to fetch the success/failure count for past periods as well.
Example: we need to fetch how many payslips have been synced via the integration for the past 3 months.
Is there any way to fetch “/v1/jobs?type=import&status=completed”? The return responses of the APIs were a bit confusing.
Could you please help us?