Skip to main content
Get My Sync Appointments

Headers

Accept-Language
string

Convert string references and multi-language values into a specified language (iso2) code.

SO-Language
string

Convert string references and multi-language values into a specified language (iso2) code. Overrides Accept-Language value.

SO-Culture
string

Number, date formatting in a specified culture (iso2 language) code. Partially overrides SO-Language/Accept-Language value. Ignored if no Language set.

SO-TimeZone
string

Specify the timezone code that you would like date/time responses converted to.

SO-AppToken
string

The application token that identifies the partner app. Used when calling Online WebAPI from a server.

Query Parameters

$select
string

Optional comma separated list of properties to include in the result. Other fields are then nulled out to reduce payload size: "Name,department,category". Default = show all fields.

Body

StartTime, EndTime

GetMySyncAppointments: Method that returns a specified number of appointments within a time range. The appointments belong to the currently logged on user.

StartTime
string<date-time>
EndTime
string<date-time>

Response

OK

AlarmTime
string<date-time>

Date and time at which to show alarm

AppointmentId
integer<int32>

Primary key

AppointmentText
string

The appointment's textbox; holds a descriptive text about the appointment. Filled out by the user.

ContactDepartment
string

The department of the contact connected to the appointment

ContactFullName
string

The entire name of the contact, including department name

ContactName
string

The contact associated with the appointment.

ContactId
integer<int32>

The contacts identifier

EndDate
string<date-time>

Date + end time planned

HasAlarm
boolean

Does this appointment have an alarm

IsAllDay
boolean
IsAssignment
boolean
IsBusy
boolean
IsCompleted
boolean
IsInvitation
boolean
IsTentative
boolean
Location
string

Location for appointment, defaulted from invited resource of type place and other rules, but you can write anything you want here

Participants
object[]
PersonFormalName
string
PersonFullName
string

The full name of the person this appointment belongs to.

PersonId
integer<int32>

Person ID of person the appointment is with, may be 0

ProjectId
integer<int32>

ID of project referred to, may be 0

ProjectName
string

Project name

SaleId
integer<int32>

Owning sale, if any (may be 0)

SaleName
string

Sale heading (short description?)

StartDate
string<date-time>

date + start time planned

TaskName
string
TableRight
object

Wraps a table right together with an explanatory reason. Code can indicate why access is restricted.

FieldProperties
object

Field property dictionary mapping field names to field access rights.