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": "794fdd00-a6e9-42d7-8ccc-ea142ebe8045",
"SeriesId": "e43e73b8-9ca8-4490-bfc2-3323542be089",
"AccessorID": "3166251f-873f-4434-81d6-9d0ee19f9035",
"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": "1f7483fa-39ad-4495-b34d-ba68bb100ddd",
"ScheduledByID": "b6827f7a-3973-4ce2-9a29-4cdabd29e21a",
"DeletedDates": [
"2026-02-27T13:47:17Z",
"2026-02-27T13:47:17Z"
],
"ClearedDates": [
"2026-02-27T13:47:17Z",
"2026-02-27T13:47:17Z"
],
"RecurSpec": {
"Month": 1,
"Frequency": 2,
"Day": {
"DayAsInt": 1
},
"OptOutValue": true,
"Operator": "sample string 4",
"AuthManager": "sample string 5",
"Field": "sample string 6",
"EndDate": "2026-02-27T13:47:17Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-02-27T13:47:17Z",
"CreateDate": "2026-02-27T13:47:17Z",
"OccurTime": "2026-02-27T13:47:17Z",
"OccurEndTime": "2026-02-27T13:47:17Z",
"StartTime": "2026-02-27T13:47:17Z",
"EndTime": "2026-02-27T13:47:17Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"20458421-7411-47eb-ab32-f21c5ca1952a",
"7ac08e86-c809-4a80-b51f-7b0c142545b9"
],
"Companies": [
"f396b7a7-617a-40b1-9275-4b49f33fcb60",
"77b21e99-155b-4b76-999e-fce57d794852"
],
"Groups": [
"95c815db-049e-4f2d-97aa-c71b30d20f31",
"d5be712e-adad-4c24-825c-f211859b4cf2"
],
"Opportunities": [
"228c010a-9edf-469f-8203-b1996c96aea0",
"210b61a7-1591-47eb-b2bf-48e9307428a6"
]
}
},
{
"Id": "794fdd00-a6e9-42d7-8ccc-ea142ebe8045",
"SeriesId": "e43e73b8-9ca8-4490-bfc2-3323542be089",
"AccessorID": "3166251f-873f-4434-81d6-9d0ee19f9035",
"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": "1f7483fa-39ad-4495-b34d-ba68bb100ddd",
"ScheduledByID": "b6827f7a-3973-4ce2-9a29-4cdabd29e21a",
"DeletedDates": [
"2026-02-27T13:47:17Z",
"2026-02-27T13:47:17Z"
],
"ClearedDates": [
"2026-02-27T13:47:17Z",
"2026-02-27T13:47:17Z"
],
"RecurSpec": {
"Month": 1,
"Frequency": 2,
"Day": {
"DayAsInt": 1
},
"OptOutValue": true,
"Operator": "sample string 4",
"AuthManager": "sample string 5",
"Field": "sample string 6",
"EndDate": "2026-02-27T13:47:17Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-02-27T13:47:17Z",
"CreateDate": "2026-02-27T13:47:17Z",
"OccurTime": "2026-02-27T13:47:17Z",
"OccurEndTime": "2026-02-27T13:47:17Z",
"StartTime": "2026-02-27T13:47:17Z",
"EndTime": "2026-02-27T13:47:17Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"20458421-7411-47eb-ab32-f21c5ca1952a",
"7ac08e86-c809-4a80-b51f-7b0c142545b9"
],
"Companies": [
"f396b7a7-617a-40b1-9275-4b49f33fcb60",
"77b21e99-155b-4b76-999e-fce57d794852"
],
"Groups": [
"95c815db-049e-4f2d-97aa-c71b30d20f31",
"d5be712e-adad-4c24-825c-f211859b4cf2"
],
"Opportunities": [
"228c010a-9edf-469f-8203-b1996c96aea0",
"210b61a7-1591-47eb-b2bf-48e9307428a6"
]
}
}
]