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": "9cd6c991-d7f6-4e03-9ae4-f243e1ee21b7",
"SeriesId": "2ae58ba4-5db6-4127-8ae4-aeb27b661e30",
"AccessorID": "8182851b-b364-47fb-8b0e-d110de6bd7b8",
"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": "a51f6fea-1f88-4695-ad57-909876582c58",
"ScheduledByID": "c79ce766-19fd-4ff3-997b-44c5e6cd8dfd",
"DeletedDates": [
"2026-05-04T13:09:14Z",
"2026-05-04T13:09:14Z"
],
"ClearedDates": [
"2026-05-04T13:09:14Z",
"2026-05-04T13:09:14Z"
],
"RecurSpec": {
"Month": 1,
"Frequency": 2,
"Day": {
"DayAsInt": 1
},
"OptOutValue": true,
"Operator": "sample string 4",
"AuthManager": "sample string 5",
"Field": "sample string 6",
"EndDate": "2026-05-04T13:09:14Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-05-04T13:09:14Z",
"CreateDate": "2026-05-04T13:09:14Z",
"OccurTime": "2026-05-04T13:09:14Z",
"OccurEndTime": "2026-05-04T13:09:14Z",
"StartTime": "2026-05-04T13:09:14Z",
"EndTime": "2026-05-04T13:09:14Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"9044b6cc-ec95-4a13-a609-7499a4af5c7a",
"08cb0686-9033-48dd-a198-a26781337414"
],
"Companies": [
"e16b5167-53e1-4650-8478-8ae6ad93f98f",
"c6a59910-d9f7-4240-8557-53b74125c590"
],
"Groups": [
"59adbba6-d0ae-41a7-a9c4-1fa7c4f8fb23",
"9a209c13-bcf0-4c6f-a297-48fc4993d0d9"
],
"Opportunities": [
"b7d5987c-c249-407d-8037-34aaaf148edc",
"6431eaeb-028c-4202-844f-b534316026c9"
]
}
},
{
"Id": "9cd6c991-d7f6-4e03-9ae4-f243e1ee21b7",
"SeriesId": "2ae58ba4-5db6-4127-8ae4-aeb27b661e30",
"AccessorID": "8182851b-b364-47fb-8b0e-d110de6bd7b8",
"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": "a51f6fea-1f88-4695-ad57-909876582c58",
"ScheduledByID": "c79ce766-19fd-4ff3-997b-44c5e6cd8dfd",
"DeletedDates": [
"2026-05-04T13:09:14Z",
"2026-05-04T13:09:14Z"
],
"ClearedDates": [
"2026-05-04T13:09:14Z",
"2026-05-04T13:09:14Z"
],
"RecurSpec": {
"Month": 1,
"Frequency": 2,
"Day": {
"DayAsInt": 1
},
"OptOutValue": true,
"Operator": "sample string 4",
"AuthManager": "sample string 5",
"Field": "sample string 6",
"EndDate": "2026-05-04T13:09:14Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-05-04T13:09:14Z",
"CreateDate": "2026-05-04T13:09:14Z",
"OccurTime": "2026-05-04T13:09:14Z",
"OccurEndTime": "2026-05-04T13:09:14Z",
"StartTime": "2026-05-04T13:09:14Z",
"EndTime": "2026-05-04T13:09:14Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"9044b6cc-ec95-4a13-a609-7499a4af5c7a",
"08cb0686-9033-48dd-a198-a26781337414"
],
"Companies": [
"e16b5167-53e1-4650-8478-8ae6ad93f98f",
"c6a59910-d9f7-4240-8557-53b74125c590"
],
"Groups": [
"59adbba6-d0ae-41a7-a9c4-1fa7c4f8fb23",
"9a209c13-bcf0-4c6f-a297-48fc4993d0d9"
],
"Opportunities": [
"b7d5987c-c249-407d-8037-34aaaf148edc",
"6431eaeb-028c-4202-844f-b534316026c9"
]
}
}
]