Trendsic Platform Service

<back to all web services

PursuitDetailRequest

Requires Authentication
The following routes are available for this service:
GET,OPTIONS/v1/pursuits/{PursuitID}
PursuitDetailRequest Parameters:
NameParameterData TypeRequiredDescription
PursuitIDpathintNo
PursuitResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
PursuitformPursuitNo
AwardedProjectIDformint?No
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

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

HTTP + JSV

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

GET /v1/pursuits/{PursuitID} HTTP/1.1 
Host: api.dev.dynamics.trendsic.com 
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String,
				Meta: 
				{
					String: String
				}
			}
		],
		Meta: 
		{
			String: String
		}
	},
	Pursuit: 
	{
		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-01,
		EstimatorRfpRef: String,
		AwardedProjectID: 0,
		OpenedAt: 0001-01-01,
		SubmittedAt: 0001-01-01,
		DecidedAt: 0001-01-01,
		CreatedBy: String,
		CreatedAt: 0001-01-01,
		UpdatedAt: 0001-01-01,
		DaysOpen: 0,
		WeightedValue: 0,
		Activity: 
		[
			{
				PursuitActivityID: 0,
				PursuitID: 0,
				Kind: String,
				Label: String,
				Detail: String,
				Actor: String,
				CreatedAt: 0001-01-01
			}
		]
	},
	AwardedProjectID: 0
}