Skip to main content
Get My Active Contacts

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

ActivityStartTime, ContactCategories, ActionType

GetMyActiveContacts: Returns the contacts where there has been activity since activityStartTime. If activityStartTime is larger than the current date, all contacts with activity since last log-out are returned. The result set can be filtered by category and action type.

ActivityStartTime
string<date-time>
ContactCategories
integer<int32>[]
ActionType
enum<string>
Available options:
Unknown,
Created,
Updated,
NewActivity,
ActivityCompleted,
PersonAdded,
PersonUpdated,
DocumentAdded,
All

Response

OK

ContactId
integer<int32>

Primary key

Department
string

Department

OrgNr
string

VAT number or similar

Name
string

Contact name

URL
string

URL address

AssociateFullName
string

The contact's owner

Action
enum<string>

The activity that has occured on this contact.

Available options:
Unknown,
Created,
Updated,
NewActivity,
ActivityCompleted,
PersonAdded,
PersonUpdated,
DocumentAdded,
All
ActionTime
string<date-time>

The time of the activity. If more than one activity has occured on the contact, the last activity time is shown.

Category
string

The contact category.

ActivityPersonName
string

The person that carried out the activity on the contact.

ActionId
integer<int32>

Id of the last element an activity was found on. I.e. AppointmentId, ContactId, or PersonId

PersonId
integer<int32>

The person id

ActivityPersonId
integer<int32>

Id of the person causing the activity.

AssociateId
integer<int32>

Our contact

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.