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": "da933f55-8a64-4d54-9468-f276350c297a",
"SeriesId": "a38c5562-7ad0-4f88-9ca4-db3812a9ee33",
"AccessorID": "fdd986b6-1287-4ecd-a0ec-ef727481cc18",
"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": "901a942e-f4b6-43ef-940c-dc8d03c64b70",
"ScheduledByID": "7dd186f8-d918-490d-95b6-5ccf64dbd319",
"DeletedDates": [
"2026-03-21T17:45:51Z",
"2026-03-21T17:45:51Z"
],
"ClearedDates": [
"2026-03-21T17:45:51Z",
"2026-03-21T17:45:51Z"
],
"RecurSpec": {
"Month": 1,
"Frequency": 2,
"Day": {
"DayAsInt": 1
},
"OptOutValue": true,
"Operator": "sample string 4",
"AuthManager": "sample string 5",
"Field": "sample string 6",
"EndDate": "2026-03-21T17:45:51Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-03-21T17:45:51Z",
"CreateDate": "2026-03-21T17:45:51Z",
"OccurTime": "2026-03-21T17:45:51Z",
"OccurEndTime": "2026-03-21T17:45:51Z",
"StartTime": "2026-03-21T17:45:51Z",
"EndTime": "2026-03-21T17:45:51Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"bd190b0e-f32a-4dac-b438-61ca5d4a2302",
"cc2670e2-7960-419d-b678-08450be0010b"
],
"Companies": [
"2a17dc8b-7186-4729-b5a3-058a8e235598",
"ef84bc62-c6ad-495f-a47f-931272f58f76"
],
"Groups": [
"3a77e271-6191-4552-962e-fdf5a4d263f6",
"5fb6b4ab-9a29-4f6d-89d5-0a72864cda72"
],
"Opportunities": [
"dad39bb2-1103-4e4a-bed8-235e4bda3571",
"1a0343ef-e4ec-486e-88d7-9f1f9063f00b"
]
}
},
{
"Id": "da933f55-8a64-4d54-9468-f276350c297a",
"SeriesId": "a38c5562-7ad0-4f88-9ca4-db3812a9ee33",
"AccessorID": "fdd986b6-1287-4ecd-a0ec-ef727481cc18",
"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": "901a942e-f4b6-43ef-940c-dc8d03c64b70",
"ScheduledByID": "7dd186f8-d918-490d-95b6-5ccf64dbd319",
"DeletedDates": [
"2026-03-21T17:45:51Z",
"2026-03-21T17:45:51Z"
],
"ClearedDates": [
"2026-03-21T17:45:51Z",
"2026-03-21T17:45:51Z"
],
"RecurSpec": {
"Month": 1,
"Frequency": 2,
"Day": {
"DayAsInt": 1
},
"OptOutValue": true,
"Operator": "sample string 4",
"AuthManager": "sample string 5",
"Field": "sample string 6",
"EndDate": "2026-03-21T17:45:51Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-03-21T17:45:51Z",
"CreateDate": "2026-03-21T17:45:51Z",
"OccurTime": "2026-03-21T17:45:51Z",
"OccurEndTime": "2026-03-21T17:45:51Z",
"StartTime": "2026-03-21T17:45:51Z",
"EndTime": "2026-03-21T17:45:51Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"bd190b0e-f32a-4dac-b438-61ca5d4a2302",
"cc2670e2-7960-419d-b678-08450be0010b"
],
"Companies": [
"2a17dc8b-7186-4729-b5a3-058a8e235598",
"ef84bc62-c6ad-495f-a47f-931272f58f76"
],
"Groups": [
"3a77e271-6191-4552-962e-fdf5a4d263f6",
"5fb6b4ab-9a29-4f6d-89d5-0a72864cda72"
],
"Opportunities": [
"dad39bb2-1103-4e4a-bed8-235e4bda3571",
"1a0343ef-e4ec-486e-88d7-9f1f9063f00b"
]
}
}
]