Cochrane+ App API

<back to all web services

GetDebriefMeetingList

Requires Authentication
The following routes are available for this service:
GET/debrief/meetings/{Id}
GetDebriefMeetingList Parameters:
NameParameterData TypeRequiredDescription
DebriefIdqueryintNo
ApiServiceRequest Parameters:
NameParameterData TypeRequiredDescription
ApiKeyformstringYesThe API Key required for authentication
LatitudeformdoubleNoLatitude of the user making this request
LongitudeformdoubleNoLongitude of the user making this request
GetDebriefMeetingListResponse Parameters:
NameParameterData TypeRequiredDescription
MeetingsformList<MeetingData>No
ApiServiceResponse Parameters:
NameParameterData TypeRequiredDescription
DescriptionformstringNo
HeadingformstringNo
WasSuccessfulformboolNo
ModelStateformObjectNo
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

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 /debrief/meetings/{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

{
	meetings: 
	[
		{
			meetingId: 0,
			startTime: String,
			arrivalTime: String,
			leftTime: String,
			duration: String,
			showTimeFields: False,
			arrivalStatus: String,
			email: String,
			hasEmail: True,
			contactName: String,
			latitude: 0,
			longitude: 0,
			location: String,
			address: String,
			subject: String,
			description: String,
			endTime: String,
			company: String,
			contactNumber: String,
			hasContactNumber: True,
			hasLocation: False,
			setBy: String,
			virtualOrInPerson: String
		}
	],
	description: String,
	heading: String,
	wasSuccessful: False,
	modelState: {}
}