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": "69bbea4a-e63e-4ef0-824a-9d2d4484839f",
"SeriesId": "2a6a4504-d1b5-4bfe-b2f7-64710b813cb1",
"AccessorID": "e8fbe45d-ceac-406e-ad69-906514003001",
"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": "743a847f-8e32-4df3-97ba-a9503181b10e",
"ScheduledByID": "77502330-0af6-409e-a7de-c59e400bf494",
"DeletedDates": [
"2026-02-28T23:49:09Z",
"2026-02-28T23:49:09Z"
],
"ClearedDates": [
"2026-02-28T23:49:09Z",
"2026-02-28T23:49:09Z"
],
"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-28T23:49:09Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-02-28T23:49:09Z",
"CreateDate": "2026-02-28T23:49:09Z",
"OccurTime": "2026-02-28T23:49:09Z",
"OccurEndTime": "2026-02-28T23:49:09Z",
"StartTime": "2026-02-28T23:49:09Z",
"EndTime": "2026-02-28T23:49:09Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"8af5429b-119e-4f7c-b7eb-2e51c195f0d7",
"ab033006-3307-478c-9c5f-3c53e88e63b2"
],
"Companies": [
"e578aa60-d9a5-4438-ad20-6746d6803163",
"59365596-0e36-4583-9311-5c39c5639ed7"
],
"Groups": [
"d860afca-fa49-4629-909d-91fc39f26b1a",
"7c65c10f-b611-41a7-ad30-78b9e8118b70"
],
"Opportunities": [
"f1ab804e-0de7-4a2b-822d-b024c1a87f55",
"9e70d44e-e586-4316-b1b0-7b3132daca7f"
]
}
},
{
"Id": "69bbea4a-e63e-4ef0-824a-9d2d4484839f",
"SeriesId": "2a6a4504-d1b5-4bfe-b2f7-64710b813cb1",
"AccessorID": "e8fbe45d-ceac-406e-ad69-906514003001",
"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": "743a847f-8e32-4df3-97ba-a9503181b10e",
"ScheduledByID": "77502330-0af6-409e-a7de-c59e400bf494",
"DeletedDates": [
"2026-02-28T23:49:09Z",
"2026-02-28T23:49:09Z"
],
"ClearedDates": [
"2026-02-28T23:49:09Z",
"2026-02-28T23:49:09Z"
],
"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-28T23:49:09Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-02-28T23:49:09Z",
"CreateDate": "2026-02-28T23:49:09Z",
"OccurTime": "2026-02-28T23:49:09Z",
"OccurEndTime": "2026-02-28T23:49:09Z",
"StartTime": "2026-02-28T23:49:09Z",
"EndTime": "2026-02-28T23:49:09Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"8af5429b-119e-4f7c-b7eb-2e51c195f0d7",
"ab033006-3307-478c-9c5f-3c53e88e63b2"
],
"Companies": [
"e578aa60-d9a5-4438-ad20-6746d6803163",
"59365596-0e36-4583-9311-5c39c5639ed7"
],
"Groups": [
"d860afca-fa49-4629-909d-91fc39f26b1a",
"7c65c10f-b611-41a7-ad30-78b9e8118b70"
],
"Opportunities": [
"f1ab804e-0de7-4a2b-822d-b024c1a87f55",
"9e70d44e-e586-4316-b1b0-7b3132daca7f"
]
}
}
]