Trendsic Platform Service

<back to all web services

PursuitPipelineRequest

Requires Authentication
The following routes are available for this service:
GET,OPTIONS/v1/pursuits/pipeline
PursuitListResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
PursuitsformList<Pursuit>No
SummaryformPursuitPipelineSummaryNo
Pursuit Parameters:
NameParameterData TypeRequiredDescription
PursuitIDformintNo
PursuitUIDformGuidNo
PursuitNumberformstringNo
NameformstringNo
ClientOwnerformstringNo
WorkTypeformstringNo
SolicitationformstringNo
LocationformstringNo
ScopeformstringNo
StageformstringNo
OutcomeformstringNo
BidValueformdecimalNo
EstCostformdecimalNo
WinProbabilityformdecimalNo
CostOfPursuitformdecimalNo
DueDateformDateTime?No
EstimatorRfpRefformstringNo
AwardedProjectIDformint?No
OpenedAtformDateTime?No
SubmittedAtformDateTime?No
DecidedAtformDateTime?No
CreatedByformstringNo
CreatedAtformDateTime?No
UpdatedAtformDateTime?No
DaysOpenformintNo
WeightedValueformdecimalNo
ActivityformList<PursuitActivity>No
PursuitActivity Parameters:
NameParameterData TypeRequiredDescription
PursuitActivityIDformintNo
PursuitIDformintNo
KindformstringNo
LabelformstringNo
DetailformstringNo
ActorformstringNo
CreatedAtformDateTime?No
PursuitPipelineSummary Parameters:
NameParameterData TypeRequiredDescription
ActivePursuitsformintNo
PipelineValueformdecimalNo
WeightedValueformdecimalNo
WonCountformintNo
DecidedCountformintNo
WinRateformdecimalNo
ClosingThisWeekformintNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /v1/pursuits/pipeline HTTP/1.1 
Host: api.dev.dynamics.trendsic.com 
Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}},"Pursuits":[{"PursuitID":0,"PursuitUID":"00000000000000000000000000000000","PursuitNumber":"String","Name":"String","ClientOwner":"String","WorkType":"String","Solicitation":"String","Location":"String","Scope":"String","Stage":"String","Outcome":"String","BidValue":0,"EstCost":0,"WinProbability":0,"CostOfPursuit":0,"DueDate":"0001-01-01T00:00:00.0000000","EstimatorRfpRef":"String","AwardedProjectID":0,"OpenedAt":"0001-01-01T00:00:00.0000000","SubmittedAt":"0001-01-01T00:00:00.0000000","DecidedAt":"0001-01-01T00:00:00.0000000","CreatedBy":"String","CreatedAt":"0001-01-01T00:00:00.0000000","UpdatedAt":"0001-01-01T00:00:00.0000000","DaysOpen":0,"WeightedValue":0,"Activity":[{"PursuitActivityID":0,"PursuitID":0,"Kind":"String","Label":"String","Detail":"String","Actor":"String","CreatedAt":"0001-01-01T00:00:00.0000000"}]}],"Summary":{"ActivePursuits":0,"PipelineValue":0,"WeightedValue":0,"WonCount":0,"DecidedCount":0,"WinRate":0,"ClosingThisWeek":0}}