Skip to content

Commit

Permalink
added filter by status for /deals
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Miesel committed Oct 22, 2018
1 parent bff193a commit 153432e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sections/deals.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ curl -X GET \
-H 'Authorization: Token token={api-key}'
```

Additionally, these parameters can be supplied:

* **status** – "potential", "pending", "won", "lost" or "dropped"

This returns an array with complete lead information (see attributes).

## GET /deals/{id}
Expand Down

0 comments on commit 153432e

Please sign in to comment.