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": "a544f7e0-bc7f-4b61-bca4-524509f3af34",
"SeriesId": "fe48f6d5-70a2-416d-83b0-dc135a25fe96",
"AccessorID": "a889ee03-825f-4073-84e4-17520d91143f",
"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": "e912b228-9e34-46bf-8a22-7546b056af33",
"ScheduledByID": "85e896cd-f695-45f5-bf9e-b8063d917d28",
"DeletedDates": [
"2026-06-24T23:46:42Z",
"2026-06-24T23:46:42Z"
],
"ClearedDates": [
"2026-06-24T23:46:42Z",
"2026-06-24T23:46:42Z"
],
"RecurSpec": {
"Month": 1,
"Frequency": 2,
"Day": {
"DayAsInt": 1
},
"OptOutValue": true,
"Operator": "sample string 4",
"AuthManager": "sample string 5",
"Field": "sample string 6",
"EndDate": "2026-06-24T23:46:42Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-06-24T23:46:42Z",
"CreateDate": "2026-06-24T23:46:42Z",
"OccurTime": "2026-06-24T23:46:42Z",
"OccurEndTime": "2026-06-24T23:46:42Z",
"StartTime": "2026-06-24T23:46:42Z",
"EndTime": "2026-06-24T23:46:42Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"310f4fe1-de12-4288-acbb-fb5fd62ec797",
"52ab8a18-fc28-4b02-8ef6-8587b76217ce"
],
"Companies": [
"04806c1d-4ff0-41a8-8866-edc138628f82",
"323928a0-1ed4-4681-b0cf-fe8c652ffa00"
],
"Groups": [
"172cf60c-3c59-495a-b459-4c021401e95c",
"77c9a5ba-08af-43c2-aa41-1490f00f3a29"
],
"Opportunities": [
"c54e7623-34c1-4912-8010-3f180b0b303c",
"093e3657-71d4-458d-a574-9772367b1da0"
]
}
},
{
"Id": "a544f7e0-bc7f-4b61-bca4-524509f3af34",
"SeriesId": "fe48f6d5-70a2-416d-83b0-dc135a25fe96",
"AccessorID": "a889ee03-825f-4073-84e4-17520d91143f",
"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": "e912b228-9e34-46bf-8a22-7546b056af33",
"ScheduledByID": "85e896cd-f695-45f5-bf9e-b8063d917d28",
"DeletedDates": [
"2026-06-24T23:46:42Z",
"2026-06-24T23:46:42Z"
],
"ClearedDates": [
"2026-06-24T23:46:42Z",
"2026-06-24T23:46:42Z"
],
"RecurSpec": {
"Month": 1,
"Frequency": 2,
"Day": {
"DayAsInt": 1
},
"OptOutValue": true,
"Operator": "sample string 4",
"AuthManager": "sample string 5",
"Field": "sample string 6",
"EndDate": "2026-06-24T23:46:42Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-06-24T23:46:42Z",
"CreateDate": "2026-06-24T23:46:42Z",
"OccurTime": "2026-06-24T23:46:42Z",
"OccurEndTime": "2026-06-24T23:46:42Z",
"StartTime": "2026-06-24T23:46:42Z",
"EndTime": "2026-06-24T23:46:42Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"310f4fe1-de12-4288-acbb-fb5fd62ec797",
"52ab8a18-fc28-4b02-8ef6-8587b76217ce"
],
"Companies": [
"04806c1d-4ff0-41a8-8866-edc138628f82",
"323928a0-1ed4-4681-b0cf-fe8c652ffa00"
],
"Groups": [
"172cf60c-3c59-495a-b459-4c021401e95c",
"77c9a5ba-08af-43c2-aa41-1490f00f3a29"
],
"Opportunities": [
"c54e7623-34c1-4912-8010-3f180b0b303c",
"093e3657-71d4-458d-a574-9772367b1da0"
]
}
}
]