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": "507543c7-3976-42db-b51c-f19b595d1bfd",
"SeriesId": "77052745-9571-4bac-b00a-e7c5e863406a",
"AccessorID": "e905fee6-154a-4900-842a-435ff4381c2b",
"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": "a547ba78-b330-40e1-a383-134402bcce56",
"ScheduledByID": "3ff0a764-3f90-4776-a779-ba5ba504d471",
"DeletedDates": [
"2026-03-07T05:43:54Z",
"2026-03-07T05:43:54Z"
],
"ClearedDates": [
"2026-03-07T05:43:54Z",
"2026-03-07T05:43:54Z"
],
"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-07T05:43:55Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-03-07T05:43:55Z",
"CreateDate": "2026-03-07T05:43:55Z",
"OccurTime": "2026-03-07T05:43:55Z",
"OccurEndTime": "2026-03-07T05:43:55Z",
"StartTime": "2026-03-07T05:43:55Z",
"EndTime": "2026-03-07T05:43:55Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"a9cb02c8-0e1d-453f-a647-f3062236f479",
"d617edc0-72eb-40a7-8e8a-ddb6cff5d9a5"
],
"Companies": [
"d9f28ac7-0b28-438a-8950-873e09543c29",
"df9d2771-0a9f-438f-b599-459423b4412f"
],
"Groups": [
"eba05385-7306-49c1-901f-6965ec0ea94a",
"67eee7f2-d2d1-441e-b3b7-710532dc0f18"
],
"Opportunities": [
"f0d6581a-823d-419e-92ce-776bbfde55de",
"4f5e5536-1e2d-45b2-b471-4703d58cf694"
]
}
},
{
"Id": "507543c7-3976-42db-b51c-f19b595d1bfd",
"SeriesId": "77052745-9571-4bac-b00a-e7c5e863406a",
"AccessorID": "e905fee6-154a-4900-842a-435ff4381c2b",
"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": "a547ba78-b330-40e1-a383-134402bcce56",
"ScheduledByID": "3ff0a764-3f90-4776-a779-ba5ba504d471",
"DeletedDates": [
"2026-03-07T05:43:54Z",
"2026-03-07T05:43:54Z"
],
"ClearedDates": [
"2026-03-07T05:43:54Z",
"2026-03-07T05:43:54Z"
],
"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-07T05:43:55Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-03-07T05:43:55Z",
"CreateDate": "2026-03-07T05:43:55Z",
"OccurTime": "2026-03-07T05:43:55Z",
"OccurEndTime": "2026-03-07T05:43:55Z",
"StartTime": "2026-03-07T05:43:55Z",
"EndTime": "2026-03-07T05:43:55Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"a9cb02c8-0e1d-453f-a647-f3062236f479",
"d617edc0-72eb-40a7-8e8a-ddb6cff5d9a5"
],
"Companies": [
"d9f28ac7-0b28-438a-8950-873e09543c29",
"df9d2771-0a9f-438f-b599-459423b4412f"
],
"Groups": [
"eba05385-7306-49c1-901f-6965ec0ea94a",
"67eee7f2-d2d1-441e-b3b7-710532dc0f18"
],
"Opportunities": [
"f0d6581a-823d-419e-92ce-776bbfde55de",
"4f5e5536-1e2d-45b2-b471-4703d58cf694"
]
}
}
]