GET /goals/{id}/results
Gets the progress of a goal for the specified period.
Servers
- https://api.pipedrive.com/v1
Path parameters
Name | Type | Required | Description |
---|---|---|---|
id |
String | Yes |
The ID of the goal that the results are looked for |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
period.end |
String | Yes |
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. |
period.start |
String | Yes |
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. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.