provider Goals GET /goals/{id}/results
@utdk/pipedrive /goals/{id}/results
Get result of a goal
Gets the progress of a goal for the specified period.
id path required
The ID of the goal that the results are looked for
string
period.start query required
The start date of the period for which to find the goal's progress. Format: YYYY-MM-DD. This date must be the same or after the goal duration start date.
string
period.end query required
The end date of the period for which to find the goal's progress. Format: YYYY-MM-DD. This date must be the same or before the goal duration end date.
string

Try it

Authentication
Configure credentials for Pipedrive API v1
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

getgoalresult
GET/goals/{id}/results
Gets the progress of a goal for the specified period.

Parameters

required

The ID of the goal that the results are looked for

required

The start date of the period for which to find the goal's progress. Format: YYYY-MM-DD. This date must be the same or after the goal duration start date.

required

The end date of the period for which to find the goal's progress. Format: YYYY-MM-DD. This date must be the same or before the goal duration end date.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import pipedrive from '@utdk/pipedrive';

await pipedrive.getgoalresult()