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": "44bfa673-2c78-40c9-bf34-3fb696d8ba92",
"SeriesId": "19b52a89-27f9-486c-b2f7-7259f3110beb",
"AccessorID": "aef3b3f3-cca4-4118-a63c-0cd12d1ab1d9",
"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": "06847f04-4df5-4b6e-89a2-6e7d64f9d5f4",
"ScheduledByID": "a6f50ad7-9cd1-447e-bbb4-1a4412704f7e",
"DeletedDates": [
"2026-01-09T01:42:45Z",
"2026-01-09T01:42:45Z"
],
"ClearedDates": [
"2026-01-09T01:42:45Z",
"2026-01-09T01:42:45Z"
],
"RecurSpec": {
"Month": 1,
"Frequency": 2,
"Day": {
"DayAsInt": 1
},
"OptOutValue": true,
"Operator": "sample string 4",
"AuthManager": "sample string 5",
"Field": "sample string 6",
"EndDate": "2026-01-09T01:42:45Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-01-09T01:42:45Z",
"CreateDate": "2026-01-09T01:42:45Z",
"OccurTime": "2026-01-09T01:42:45Z",
"OccurEndTime": "2026-01-09T01:42:45Z",
"StartTime": "2026-01-09T01:42:45Z",
"EndTime": "2026-01-09T01:42:45Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"9925c7e6-2bf0-4bb4-a41c-b21c35d05656",
"46491671-d101-484d-b394-5d62f1e5707b"
],
"Companies": [
"9fc183f7-a050-4db1-9ba4-6974c45f24f0",
"8d361662-9567-4a17-aba0-4ea883f46f76"
],
"Groups": [
"ecfb27f0-5752-49c9-ac65-469cbc8c74ec",
"258ae26b-74ca-4104-ad46-8db15955b63e"
],
"Opportunities": [
"c2457146-cecd-4575-a974-98b0d2f95150",
"a1278f52-b5d4-4e5c-baca-7fdc4049a7dd"
]
}
},
{
"Id": "44bfa673-2c78-40c9-bf34-3fb696d8ba92",
"SeriesId": "19b52a89-27f9-486c-b2f7-7259f3110beb",
"AccessorID": "aef3b3f3-cca4-4118-a63c-0cd12d1ab1d9",
"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": "06847f04-4df5-4b6e-89a2-6e7d64f9d5f4",
"ScheduledByID": "a6f50ad7-9cd1-447e-bbb4-1a4412704f7e",
"DeletedDates": [
"2026-01-09T01:42:45Z",
"2026-01-09T01:42:45Z"
],
"ClearedDates": [
"2026-01-09T01:42:45Z",
"2026-01-09T01:42:45Z"
],
"RecurSpec": {
"Month": 1,
"Frequency": 2,
"Day": {
"DayAsInt": 1
},
"OptOutValue": true,
"Operator": "sample string 4",
"AuthManager": "sample string 5",
"Field": "sample string 6",
"EndDate": "2026-01-09T01:42:45Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-01-09T01:42:45Z",
"CreateDate": "2026-01-09T01:42:45Z",
"OccurTime": "2026-01-09T01:42:45Z",
"OccurEndTime": "2026-01-09T01:42:45Z",
"StartTime": "2026-01-09T01:42:45Z",
"EndTime": "2026-01-09T01:42:45Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"9925c7e6-2bf0-4bb4-a41c-b21c35d05656",
"46491671-d101-484d-b394-5d62f1e5707b"
],
"Companies": [
"9fc183f7-a050-4db1-9ba4-6974c45f24f0",
"8d361662-9567-4a17-aba0-4ea883f46f76"
],
"Groups": [
"ecfb27f0-5752-49c9-ac65-469cbc8c74ec",
"258ae26b-74ca-4104-ad46-8db15955b63e"
],
"Opportunities": [
"c2457146-cecd-4575-a974-98b0d2f95150",
"a1278f52-b5d4-4e5c-baca-7fdc4049a7dd"
]
}
}
]