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": "262c0a8e-b388-45c2-8d4a-e7c251f31ce0",
"SeriesId": "a6629227-a13a-4833-92b8-3f48d2c5c1b1",
"AccessorID": "2f4f2b42-ed8b-47e0-9cc8-af139e884752",
"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": "16a2fd39-2828-4604-9876-96a0633ccb1c",
"ScheduledByID": "a49a6304-34dc-416c-be1b-831000640343",
"DeletedDates": [
"2026-01-27T22:44:55Z",
"2026-01-27T22:44:55Z"
],
"ClearedDates": [
"2026-01-27T22:44:55Z",
"2026-01-27T22:44:55Z"
],
"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-27T22:44:55Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-01-27T22:44:55Z",
"CreateDate": "2026-01-27T22:44:55Z",
"OccurTime": "2026-01-27T22:44:55Z",
"OccurEndTime": "2026-01-27T22:44:55Z",
"StartTime": "2026-01-27T22:44:55Z",
"EndTime": "2026-01-27T22:44:55Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"a56be0c2-2fa4-48fe-8e33-7e26622b5d51",
"019ecb19-af24-4699-ace3-e2c5ff2da032"
],
"Companies": [
"bc9903b0-1470-484e-a6ac-960b291ad13f",
"0e61b6b0-b838-4c84-9ebb-0bd0b745f86a"
],
"Groups": [
"a2c758ca-7a7e-458e-8cd6-0f16ce1c7119",
"c74faa5e-220b-490d-8fa9-c6fa0cf4a6ae"
],
"Opportunities": [
"dfc8cde4-9f51-4b53-9f6a-a4d42d86e254",
"86fd849a-d195-4f61-9547-fef4bd24c175"
]
}
},
{
"Id": "262c0a8e-b388-45c2-8d4a-e7c251f31ce0",
"SeriesId": "a6629227-a13a-4833-92b8-3f48d2c5c1b1",
"AccessorID": "2f4f2b42-ed8b-47e0-9cc8-af139e884752",
"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": "16a2fd39-2828-4604-9876-96a0633ccb1c",
"ScheduledByID": "a49a6304-34dc-416c-be1b-831000640343",
"DeletedDates": [
"2026-01-27T22:44:55Z",
"2026-01-27T22:44:55Z"
],
"ClearedDates": [
"2026-01-27T22:44:55Z",
"2026-01-27T22:44:55Z"
],
"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-27T22:44:55Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-01-27T22:44:55Z",
"CreateDate": "2026-01-27T22:44:55Z",
"OccurTime": "2026-01-27T22:44:55Z",
"OccurEndTime": "2026-01-27T22:44:55Z",
"StartTime": "2026-01-27T22:44:55Z",
"EndTime": "2026-01-27T22:44:55Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"a56be0c2-2fa4-48fe-8e33-7e26622b5d51",
"019ecb19-af24-4699-ace3-e2c5ff2da032"
],
"Companies": [
"bc9903b0-1470-484e-a6ac-960b291ad13f",
"0e61b6b0-b838-4c84-9ebb-0bd0b745f86a"
],
"Groups": [
"a2c758ca-7a7e-458e-8cd6-0f16ce1c7119",
"c74faa5e-220b-490d-8fa9-c6fa0cf4a6ae"
],
"Opportunities": [
"dfc8cde4-9f51-4b53-9f6a-a4d42d86e254",
"86fd849a-d195-4f61-9547-fef4bd24c175"
]
}
}
]