Cochrane+ App API

<back to all web services

GetDebrief

Requires Authentication
The following routes are available for this service:
GET/debrief/{Id}
GetDebrief 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
GetDebriefResponse Parameters:
NameParameterData TypeRequiredDescription
DebriefsformList<DebriefData>No
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 .other suffix or ?format=other

HTTP + OTHER

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

GET /debrief/{Id} HTTP/1.1 
Host: cochraneplus-api-dev.happen.zone 
Accept: text/jsonl
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length

{"debriefs":[{}],"description":"String","heading":"String","wasSuccessful":false,"modelState":{}}