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": "0a05a64c-f016-4c31-9dcc-32d630202c32",
"SeriesId": "c6375a3c-73cc-4579-ad18-4d02cbd23306",
"AccessorID": "0a010dc8-fa11-47b5-835f-7490499a68d3",
"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": "6e791025-14ad-4f00-8e68-8233c9346b9a",
"ScheduledByID": "a27de81c-0265-48cc-b431-1dac8381b49b",
"DeletedDates": [
"2026-02-22T11:45:19Z",
"2026-02-22T11:45:19Z"
],
"ClearedDates": [
"2026-02-22T11:45:19Z",
"2026-02-22T11:45:19Z"
],
"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-22T11:45:19Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-02-22T11:45:19Z",
"CreateDate": "2026-02-22T11:45:19Z",
"OccurTime": "2026-02-22T11:45:19Z",
"OccurEndTime": "2026-02-22T11:45:19Z",
"StartTime": "2026-02-22T11:45:19Z",
"EndTime": "2026-02-22T11:45:19Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"9e01995f-852f-41f1-909a-dfb6012b33d7",
"875d33b4-e081-4cf0-a624-c739679973a8"
],
"Companies": [
"6c2636f3-c48a-4d77-903c-10beb4bcd5f5",
"fa42129c-9df3-40df-ae3a-c366391257ea"
],
"Groups": [
"25b1181e-bc1c-40a2-be11-37efc356f088",
"b812bfb0-f7d9-4d59-bae7-b41a0c0778ec"
],
"Opportunities": [
"7d39f245-36f0-4469-b43f-959eece1149a",
"3800783d-ca31-457f-9fa9-ece6fdc8ea19"
]
}
},
{
"Id": "0a05a64c-f016-4c31-9dcc-32d630202c32",
"SeriesId": "c6375a3c-73cc-4579-ad18-4d02cbd23306",
"AccessorID": "0a010dc8-fa11-47b5-835f-7490499a68d3",
"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": "6e791025-14ad-4f00-8e68-8233c9346b9a",
"ScheduledByID": "a27de81c-0265-48cc-b431-1dac8381b49b",
"DeletedDates": [
"2026-02-22T11:45:19Z",
"2026-02-22T11:45:19Z"
],
"ClearedDates": [
"2026-02-22T11:45:19Z",
"2026-02-22T11:45:19Z"
],
"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-22T11:45:19Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-02-22T11:45:19Z",
"CreateDate": "2026-02-22T11:45:19Z",
"OccurTime": "2026-02-22T11:45:19Z",
"OccurEndTime": "2026-02-22T11:45:19Z",
"StartTime": "2026-02-22T11:45:19Z",
"EndTime": "2026-02-22T11:45:19Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"9e01995f-852f-41f1-909a-dfb6012b33d7",
"875d33b4-e081-4cf0-a624-c739679973a8"
],
"Companies": [
"6c2636f3-c48a-4d77-903c-10beb4bcd5f5",
"fa42129c-9df3-40df-ae3a-c366391257ea"
],
"Groups": [
"25b1181e-bc1c-40a2-be11-37efc356f088",
"b812bfb0-f7d9-4d59-bae7-b41a0c0778ec"
],
"Opportunities": [
"7d39f245-36f0-4469-b43f-959eece1149a",
"3800783d-ca31-457f-9fa9-ece6fdc8ea19"
]
}
}
]