Cochrane+ App API

<back to all web services

CreateDebrief

Requires Authentication
The following routes are available for this service:
POST/debrief/create
CreateDebrief Parameters:
NameParameterData TypeRequiredDescription
MeetingIdbodyintNo
ApiServiceRequest Parameters:
NameParameterData TypeRequiredDescription
ApiKeyformstringYesThe API Key required for authentication
LatitudeformdoubleNoLatitude of the user making this request
LongitudeformdoubleNoLongitude of the user making this request
CreateDebriefResponse Parameters:
NameParameterData TypeRequiredDescription
DebriefformDebriefDataNo
ApiServiceResponse Parameters:
NameParameterData TypeRequiredDescription
DescriptionformstringNo
HeadingformstringNo
WasSuccessfulformboolNo
ModelStateformObjectNo
DebriefData Parameters:
NameParameterData TypeRequiredDescription
HasAiPermissionsformboolNo
IdformintNo
MeetingformMeetingDataNo
DateCreatedformstringNo
LastUpdatedformstringNo
CompletedformboolNo
HasAudioformboolNo
CompanyNameformstringNo
MeetingTimeformstringNo
AddressformstringNo
FeedbackformstringNo
ResearchformstringNo
NextStepsformstringNo
OpportunitiesformstringNo
PersonnelformstringNo
GroupformstringNo
IndustryformstringNo
NewContactsformList<NewContactData>No
RatingCommentDetailsformList<DebriefRatingCommentDetail>No
HasCommentsformboolNo
MeetingData Parameters:
NameParameterData TypeRequiredDescription
MeetingIdformintNo
StartTimeformstringNo
ArrivalTimeformstringNo
LeftTimeformstringNo
DurationformstringNo
ShowTimeFieldsformboolNo
ArrivalStatusformstringNo
EmailformstringNo
HasEmailformboolNo
ContactNameformstringNo
LatitudeformdoubleNo
LongitudeformdoubleNo
LocationformstringNo
AddressformstringNo
SubjectformstringNo
DescriptionformstringNo
EndTimeformstringNo
CompanyformstringNo
ContactNumberformstringNo
HasContactNumberformboolNo
HasLocationformboolNo
SetByformstringNo
VirtualOrInPersonformstringNo
NewContactData 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 .csv suffix or ?format=csv

HTTP + CSV

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

POST /debrief/create HTTP/1.1 
Host: cochraneplus-api-dev.happen.zone 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"meetingId":0,"apiKey":"String","latitude":0,"longitude":0}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"description":"String","heading":"String","wasSuccessful":false,"modelState":{}}