GET api/Activities/{id}
Get activity instances of an Activity by ID. Supported Headers: SelectField, IncludeClearedDates, IncludeDeletedDates, DetailFormat
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
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": "b9398238-a73d-4cdf-845e-ffca99791160",
"SeriesId": "b8b22a4c-aec6-480b-9b44-df3307a2f8f7",
"AccessorID": "b5d4d196-2b66-4bb2-a5e7-d90c8f27cfbb",
"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": "64ac0abe-8907-479e-84db-452c40299a94",
"ScheduledByID": "06141d61-cb56-44a0-8536-dbe09887a605",
"DeletedDates": [
"2026-02-14T05:52:10Z",
"2026-02-14T05:52:10Z"
],
"ClearedDates": [
"2026-02-14T05:52:10Z",
"2026-02-14T05:52:10Z"
],
"RecurSpec": {
"Month": 1,
"Frequency": 2,
"Day": {
"DayAsInt": 1
},
"OptOutValue": true,
"Operator": "sample string 4",
"AuthManager": "sample string 5",
"Field": "sample string 6",
"EndDate": "2026-02-14T05:52:10Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-02-14T05:52:10Z",
"CreateDate": "2026-02-14T05:52:10Z",
"OccurTime": "2026-02-14T05:52:10Z",
"OccurEndTime": "2026-02-14T05:52:10Z",
"StartTime": "2026-02-14T05:52:10Z",
"EndTime": "2026-02-14T05:52:10Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"e0a2ebfd-63fc-4d3d-8873-274297f70b06",
"17cf869a-d6b4-4ce9-898e-e6acda1459e6"
],
"Companies": [
"ada57bfa-161b-4e84-b479-ece357dd6540",
"5e0d2d54-0cb4-4c80-9725-38597ee8c272"
],
"Groups": [
"9dd1d8a0-9517-44ff-9c56-c697d228d57c",
"197f5319-6b56-4d86-a4c2-a1d251907fc8"
],
"Opportunities": [
"b2aee9c9-8346-46d1-88a6-b301a52fc2f6",
"35eb66e3-a559-4541-8b24-d9c3ecd9a9c3"
]
}
},
{
"Id": "b9398238-a73d-4cdf-845e-ffca99791160",
"SeriesId": "b8b22a4c-aec6-480b-9b44-df3307a2f8f7",
"AccessorID": "b5d4d196-2b66-4bb2-a5e7-d90c8f27cfbb",
"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": "64ac0abe-8907-479e-84db-452c40299a94",
"ScheduledByID": "06141d61-cb56-44a0-8536-dbe09887a605",
"DeletedDates": [
"2026-02-14T05:52:10Z",
"2026-02-14T05:52:10Z"
],
"ClearedDates": [
"2026-02-14T05:52:10Z",
"2026-02-14T05:52:10Z"
],
"RecurSpec": {
"Month": 1,
"Frequency": 2,
"Day": {
"DayAsInt": 1
},
"OptOutValue": true,
"Operator": "sample string 4",
"AuthManager": "sample string 5",
"Field": "sample string 6",
"EndDate": "2026-02-14T05:52:10Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-02-14T05:52:10Z",
"CreateDate": "2026-02-14T05:52:10Z",
"OccurTime": "2026-02-14T05:52:10Z",
"OccurEndTime": "2026-02-14T05:52:10Z",
"StartTime": "2026-02-14T05:52:10Z",
"EndTime": "2026-02-14T05:52:10Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"e0a2ebfd-63fc-4d3d-8873-274297f70b06",
"17cf869a-d6b4-4ce9-898e-e6acda1459e6"
],
"Companies": [
"ada57bfa-161b-4e84-b479-ece357dd6540",
"5e0d2d54-0cb4-4c80-9725-38597ee8c272"
],
"Groups": [
"9dd1d8a0-9517-44ff-9c56-c697d228d57c",
"197f5319-6b56-4d86-a4c2-a1d251907fc8"
],
"Opportunities": [
"b2aee9c9-8346-46d1-88a6-b301a52fc2f6",
"35eb66e3-a559-4541-8b24-d9c3ecd9a9c3"
]
}
}
]