Cochrane+ App API

<back to all web services

GetDebriefReviewRequest

Requires Authentication
The following routes are available for this service:
GET/debriefreview/{Id}
GetDebriefReviewRequest Parameters:
NameParameterData TypeRequiredDescription
IdpathintNo
ApiServiceRequest Parameters:
NameParameterData TypeRequiredDescription
ApiKeyformstringYesThe API Key required for authentication
LatitudeformdoubleNoLatitude of the user making this request
LongitudeformdoubleNoLongitude of the user making this request
GetDebriefReviewResponse Parameters:
NameParameterData TypeRequiredDescription
DataformDebriefReviewDataNo
ApiServiceResponse Parameters:
NameParameterData TypeRequiredDescription
DescriptionformstringNo
HeadingformstringNo
WasSuccessfulformboolNo
ModelStateformObjectNo
DebriefReviewData Parameters:
NameParameterData TypeRequiredDescription
IdformintNo
NameformstringNo
CompanyNameformstringNo
MeetingIdformintNo
LinkedToMeetingformstringNo
MeetingTimeformstringNo
AddressformstringNo
ResearchformstringNo
NextStepsformstringNo
FeedbackformstringNo
NewOpportunitiesformstringNo
PersonnelInfoformstringNo
GroupStructureformstringNo
IndustryformstringNo
MeetingLatitudeformdoubleNo
MeetingLongitudeformdoubleNo
RecordingLengthformstringNo
RecordingTooShortformstringNo
MajoritySilentformstringNo
VolumeTooLowformstringNo
ActionsToTakeformstringNo
MeetingSummaryformstringNo
PolarityformstringNo
SentimentformstringNo
NotesForManagementformstringNo
NotesForSalesPersonformstringNo
OverallScoreformstringNo
PersonalAppealformstringNo
VocabularyformstringNo
EquipmentformstringNo
StructureformstringNo
CoherenceformstringNo
SectorKnowledgeformstringNo
ClarityOfTechnicalInputformstringNo
CaseStudyRelevanceformstringNo
StorytellingformstringNo
SummationformstringNo
DynamicDiscussionformstringNo
ListeningformstringNo
NewContactsformList<NewContactDetail>No
ReportUrlformstringNo
RatingCommentDetailsformList<DebriefRatingCommentDetail>No
NewContactDetail Parameters:
NameParameterData TypeRequiredDescription
NameformstringNo
JobTitleformstringNo
CompanyNameformstringNo
EmailAddressformstringNo
ContactNumberformstringNo
DebriefRatingCommentDetail Parameters:
NameParameterData TypeRequiredDescription
ManagerIdformintNo
NameformstringNo
TitleformstringNo
ReviewedDateformstringNo
RatingformintNo
CommentsformstringNo

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 /debriefreview/{Id} HTTP/1.1 
Host: cochraneplus-api-dev.happen.zone 
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	data: 
	{
		id: 0,
		name: String,
		companyName: String,
		meetingId: 0,
		linkedToMeeting: String,
		meetingTime: String,
		address: String,
		research: String,
		nextSteps: String,
		feedback: String,
		newOpportunities: String,
		personnelInfo: String,
		groupStructure: String,
		industry: String,
		meetingLatitude: 0,
		meetingLongitude: 0,
		recordingLength: String,
		recordingTooShort: String,
		majoritySilent: String,
		volumeTooLow: String,
		actionsToTake: String,
		meetingSummary: String,
		polarity: String,
		sentiment: String,
		notesForManagement: String,
		notesForSalesPerson: String,
		overallScore: String,
		personalAppeal: String,
		vocabulary: String,
		equipment: String,
		structure: String,
		coherence: String,
		sectorKnowledge: String,
		clarityOfTechnicalInput: String,
		caseStudyRelevance: String,
		storytelling: String,
		summation: String,
		dynamicDiscussion: String,
		listening: String,
		newContacts: 
		[
			{
				
			}
		],
		reportUrl: String,
		ratingCommentDetails: 
		[
			{
				managerId: 0,
				name: String,
				title: String,
				reviewedDate: String,
				rating: 0,
				comments: String
			}
		]
	},
	description: String,
	heading: String,
	wasSuccessful: False,
	modelState: {}
}