GET pipelines/{id}/pursuits
Get the list of pursuits in the pipeline.Request
URL ( requires authentication )
https://api-lease.crexi.com/pipelines/{id}/pursuits?term={term}Parameters
idinteger |
Pipeline Id Required |
termstring |
Optional |
Response
Details
Returns an HTTP 200 OK if operation was successfull. Returns 400 Bad Request and an error message otherwise.
Data fields
Idinteger |
|
Namestring |
|
PursuitsCollection of PursuitData |
|
Example
JSON
[ { "Id": 1, "Name": "sample string 2", "Pursuits": [ { "EntityName": "sample string 3", "Id": 1, "Name": "sample string 2", "Probability": "High", "RateYearly": 1.0, "UserCanContactOwner": true }, { "EntityName": "sample string 3", "Id": 1, "Name": "sample string 2", "Probability": "High", "RateYearly": 1.0, "UserCanContactOwner": true } ] }, { "Id": 1, "Name": "sample string 2", "Pursuits": [ { "EntityName": "sample string 3", "Id": 1, "Name": "sample string 2", "Probability": "High", "RateYearly": 1.0, "UserCanContactOwner": true }, { "EntityName": "sample string 3", "Id": 1, "Name": "sample string 2", "Probability": "High", "RateYearly": 1.0, "UserCanContactOwner": true } ] } ]