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": "6429776f-61c3-4581-adec-cfaeb04f2a25",
"SeriesId": "f95ae262-fe44-4f98-9352-13c496ee5a77",
"AccessorID": "edae93ea-9af9-4d13-a83d-7506ad120a20",
"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": "30cf68f1-7d91-4fb7-b610-2206ea1d8183",
"ScheduledByID": "b5c2f81a-a240-4314-ab46-ba89603d8d2d",
"DeletedDates": [
"2026-03-23T08:36:29Z",
"2026-03-23T08:36:29Z"
],
"ClearedDates": [
"2026-03-23T08:36:29Z",
"2026-03-23T08:36:29Z"
],
"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-23T08:36:29Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-03-23T08:36:29Z",
"CreateDate": "2026-03-23T08:36:29Z",
"OccurTime": "2026-03-23T08:36:29Z",
"OccurEndTime": "2026-03-23T08:36:29Z",
"StartTime": "2026-03-23T08:36:29Z",
"EndTime": "2026-03-23T08:36:29Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"48451d6a-3ebe-49d3-ac48-a649aca0c5a9",
"02897535-5047-47c2-a852-c744d606f0d3"
],
"Companies": [
"54959320-e44b-4995-84b2-5bace5eea341",
"5099caa9-2519-4030-a1d9-189b99c58ad9"
],
"Groups": [
"6aae27b7-2d16-44ac-a9f3-7a2511e8731b",
"bb08e605-1236-4570-b380-d6123f320c4d"
],
"Opportunities": [
"9141ec31-32a8-4014-9b5c-eddefe9507ae",
"074afe60-927b-4831-86a0-2134e877c3fb"
]
}
},
{
"Id": "6429776f-61c3-4581-adec-cfaeb04f2a25",
"SeriesId": "f95ae262-fe44-4f98-9352-13c496ee5a77",
"AccessorID": "edae93ea-9af9-4d13-a83d-7506ad120a20",
"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": "30cf68f1-7d91-4fb7-b610-2206ea1d8183",
"ScheduledByID": "b5c2f81a-a240-4314-ab46-ba89603d8d2d",
"DeletedDates": [
"2026-03-23T08:36:29Z",
"2026-03-23T08:36:29Z"
],
"ClearedDates": [
"2026-03-23T08:36:29Z",
"2026-03-23T08:36:29Z"
],
"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-23T08:36:29Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-03-23T08:36:29Z",
"CreateDate": "2026-03-23T08:36:29Z",
"OccurTime": "2026-03-23T08:36:29Z",
"OccurEndTime": "2026-03-23T08:36:29Z",
"StartTime": "2026-03-23T08:36:29Z",
"EndTime": "2026-03-23T08:36:29Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"48451d6a-3ebe-49d3-ac48-a649aca0c5a9",
"02897535-5047-47c2-a852-c744d606f0d3"
],
"Companies": [
"54959320-e44b-4995-84b2-5bace5eea341",
"5099caa9-2519-4030-a1d9-189b99c58ad9"
],
"Groups": [
"6aae27b7-2d16-44ac-a9f3-7a2511e8731b",
"bb08e605-1236-4570-b380-d6123f320c4d"
],
"Opportunities": [
"9141ec31-32a8-4014-9b5c-eddefe9507ae",
"074afe60-927b-4831-86a0-2134e877c3fb"
]
}
}
]