GET api/Activities
Get all activities matching an optional Filter. Supported Headers: SelectField, Filter, Sort, SortDesc, IncludeClearedDates, IncludeDeletedDates, DetailFormat
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Activity| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| SeriesId | globally unique identifier |
None. |
|
| AccessorID | globally unique identifier |
None. |
|
| IsCleared | boolean |
None. |
|
| IsAlarmCreated | boolean |
None. |
|
| IsAlarmed | boolean |
None. |
|
| LeadMinutes | integer |
None. |
|
| AlarmDue | string |
None. |
|
| ExternalID | string |
None. |
|
| Location | string |
None. |
|
| IsTimeless | boolean |
None. |
|
| IsPrivate | boolean |
None. |
|
| PriorityId | integer |
None. |
|
| ActivityPriorityName | string |
None. |
|
| ActivityTypeId | integer |
None. |
|
| ActivityTypeName | string |
None. |
|
| Subject | string |
None. |
|
| ScheduledBy | string |
None. |
|
| ScheduledFor | string |
None. |
|
| ScheduledForID | globally unique identifier |
None. |
|
| ScheduledByID | globally unique identifier |
None. |
|
| DeletedDates | Collection of date |
None. |
|
| ClearedDates | Collection of date |
None. |
|
| RecurSpec | ActivityRecurSpec |
None. |
|
| EditDate | date |
None. |
|
| CreateDate | date |
None. |
|
| OccurTime | date |
None. |
|
| OccurEndTime | date |
None. |
|
| StartTime |
SQL Column Name: [START_DATE_TIME] |
date |
None. |
| EndTime |
SQL Column Name: [END_DATE_TIME] |
date |
None. |
| Details |
SQL Column Name: [DETAILS] |
string |
None. |
| LinkedEntities | LinkedEntities |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "c4f23799-d4c9-4e96-a0b9-bf9a75cd00ba",
"SeriesId": "2094ce2a-40a6-4ef3-a994-6d80c0aac2c5",
"AccessorID": "752d9de9-ad26-4241-9949-f64940931d82",
"IsCleared": true,
"IsAlarmCreated": true,
"IsAlarmed": true,
"LeadMinutes": 7,
"AlarmDue": "sample string 8",
"ExternalID": "sample string 9",
"Location": "sample string 10",
"IsTimeless": true,
"IsPrivate": true,
"PriorityId": 13,
"ActivityPriorityName": "sample string 14",
"ActivityTypeId": 15,
"ActivityTypeName": "sample string 16",
"Subject": "sample string 17",
"ScheduledBy": "sample string 18",
"ScheduledFor": "sample string 19",
"ScheduledForID": "a4a2748e-917f-45f2-a758-623d6eccc1cb",
"ScheduledByID": "b4992a75-cd94-4926-a70f-3bfc2b72c2f5",
"DeletedDates": [
"2026-07-25T13:05:50Z",
"2026-07-25T13:05:50Z"
],
"ClearedDates": [
"2026-07-25T13:05:50Z",
"2026-07-25T13:05:50Z"
],
"RecurSpec": {
"Month": 1,
"Frequency": 2,
"Day": {
"DayAsInt": 1
},
"OptOutValue": true,
"Operator": "sample string 4",
"AuthManager": "sample string 5",
"Field": "sample string 6",
"EndDate": "2026-07-25T13:05:50Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-07-25T13:05:50Z",
"CreateDate": "2026-07-25T13:05:50Z",
"OccurTime": "2026-07-25T13:05:50Z",
"OccurEndTime": "2026-07-25T13:05:50Z",
"StartTime": "2026-07-25T13:05:50Z",
"EndTime": "2026-07-25T13:05:50Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"9e0e4850-55d1-4da6-b5fa-66b0130b0eeb",
"14dccee9-64f9-4900-8026-a990d213c436"
],
"Companies": [
"f26a9cab-cba1-4e48-a9d7-5b35d7c49127",
"b9118806-6bb8-4c11-8011-ea3bbf75b1af"
],
"Groups": [
"06907968-2c1b-41be-aa0b-1a1b335f2707",
"0178df07-4da9-4ef8-9779-2b4ccfa3d8d7"
],
"Opportunities": [
"14a7abca-85ec-4751-b3ce-0a5c3e88fe85",
"1f8e57d5-b86b-4a90-8992-5fa5ff818150"
]
}
},
{
"Id": "c4f23799-d4c9-4e96-a0b9-bf9a75cd00ba",
"SeriesId": "2094ce2a-40a6-4ef3-a994-6d80c0aac2c5",
"AccessorID": "752d9de9-ad26-4241-9949-f64940931d82",
"IsCleared": true,
"IsAlarmCreated": true,
"IsAlarmed": true,
"LeadMinutes": 7,
"AlarmDue": "sample string 8",
"ExternalID": "sample string 9",
"Location": "sample string 10",
"IsTimeless": true,
"IsPrivate": true,
"PriorityId": 13,
"ActivityPriorityName": "sample string 14",
"ActivityTypeId": 15,
"ActivityTypeName": "sample string 16",
"Subject": "sample string 17",
"ScheduledBy": "sample string 18",
"ScheduledFor": "sample string 19",
"ScheduledForID": "a4a2748e-917f-45f2-a758-623d6eccc1cb",
"ScheduledByID": "b4992a75-cd94-4926-a70f-3bfc2b72c2f5",
"DeletedDates": [
"2026-07-25T13:05:50Z",
"2026-07-25T13:05:50Z"
],
"ClearedDates": [
"2026-07-25T13:05:50Z",
"2026-07-25T13:05:50Z"
],
"RecurSpec": {
"Month": 1,
"Frequency": 2,
"Day": {
"DayAsInt": 1
},
"OptOutValue": true,
"Operator": "sample string 4",
"AuthManager": "sample string 5",
"Field": "sample string 6",
"EndDate": "2026-07-25T13:05:50Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-07-25T13:05:50Z",
"CreateDate": "2026-07-25T13:05:50Z",
"OccurTime": "2026-07-25T13:05:50Z",
"OccurEndTime": "2026-07-25T13:05:50Z",
"StartTime": "2026-07-25T13:05:50Z",
"EndTime": "2026-07-25T13:05:50Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"9e0e4850-55d1-4da6-b5fa-66b0130b0eeb",
"14dccee9-64f9-4900-8026-a990d213c436"
],
"Companies": [
"f26a9cab-cba1-4e48-a9d7-5b35d7c49127",
"b9118806-6bb8-4c11-8011-ea3bbf75b1af"
],
"Groups": [
"06907968-2c1b-41be-aa0b-1a1b335f2707",
"0178df07-4da9-4ef8-9779-2b4ccfa3d8d7"
],
"Opportunities": [
"14a7abca-85ec-4751-b3ce-0a5c3e88fe85",
"1f8e57d5-b86b-4a90-8992-5fa5ff818150"
]
}
}
]