Cochrane+ App API

<back to all web services

GetAllMeetings

Requires Authentication
The following routes are available for this service:
GET/user/meetings
GetAllMeetings Parameters:
NameParameterData TypeRequiredDescription
DatequerystringYes
DashboardqueryboolNo
ApiServiceRequest Parameters:
NameParameterData TypeRequiredDescription
ApiKeyformstringYesThe API Key required for authentication
LatitudeformdoubleNoLatitude of the user making this request
LongitudeformdoubleNoLongitude of the user making this request
GetAllMeetingsResponse Parameters:
NameParameterData TypeRequiredDescription
StartLatitudeformdoubleNo
StartLongitudeformdoubleNo
EndLatitudeformdoubleNo
EndLongitudeformdoubleNo
MeetingGroupsformList<MeetingGroupData>No
NextMeetingformMeetingDataNo
ArrivalStatusEnumformArrivalStatusEnumNo
ApiServiceResponse Parameters:
NameParameterData TypeRequiredDescription
DescriptionformstringNo
HeadingformstringNo
WasSuccessfulformboolNo
ModelStateformObjectNo
MeetingGroupData Parameters:
NameParameterData TypeRequiredDescription
TimeformstringNo
MeetingsformList<MeetingData>No
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
ArrivalStatusEnum Enum:
NameValue
Unknown0
OnTime1
Late2

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

{
	startLatitude: 0,
	startLongitude: 0,
	endLatitude: 0,
	endLongitude: 0,
	meetingGroups: 
	[
		{
			
		}
	],
	nextMeeting: 
	{
		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
	},
	arrivalStatusEnum: 0,
	description: String,
	heading: String,
	wasSuccessful: False,
	modelState: {}
}