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": "305598cb-b9b4-49f2-b532-0ab15cb01c1c",
"SeriesId": "19a6e9e6-bb2d-4a03-9e85-7cbc73e2f54f",
"AccessorID": "7e362695-af23-44fe-a000-49e64dbda002",
"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": "54405dd0-cdb5-4101-9ac4-8fbbdccca68b",
"ScheduledByID": "5adc2b3c-0728-4b0d-ad60-21ddfb6ef8e6",
"DeletedDates": [
"2026-05-02T04:57:25Z",
"2026-05-02T04:57:25Z"
],
"ClearedDates": [
"2026-05-02T04:57:25Z",
"2026-05-02T04:57:25Z"
],
"RecurSpec": {
"Month": 1,
"Frequency": 2,
"Day": {
"DayAsInt": 1
},
"OptOutValue": true,
"Operator": "sample string 4",
"AuthManager": "sample string 5",
"Field": "sample string 6",
"EndDate": "2026-05-02T04:57:25Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-05-02T04:57:25Z",
"CreateDate": "2026-05-02T04:57:25Z",
"OccurTime": "2026-05-02T04:57:25Z",
"OccurEndTime": "2026-05-02T04:57:25Z",
"StartTime": "2026-05-02T04:57:25Z",
"EndTime": "2026-05-02T04:57:25Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"703e9706-3d1a-45d7-861c-0c504a2a3a31",
"be2d3b45-e1f4-41da-b068-4004868c5444"
],
"Companies": [
"6d42edc1-50e0-4b2e-9c9b-2f275064d407",
"d81c112c-1930-4a77-aebf-964694416279"
],
"Groups": [
"e2e8dbfc-0515-462f-8199-ceb714ecd72b",
"b86c7c73-7b24-450c-b28f-fea348c29222"
],
"Opportunities": [
"a2b0ffbd-4e16-418d-aa61-baec66441695",
"8db6fb5f-497f-439b-a337-07d7dfa3fdb1"
]
}
},
{
"Id": "305598cb-b9b4-49f2-b532-0ab15cb01c1c",
"SeriesId": "19a6e9e6-bb2d-4a03-9e85-7cbc73e2f54f",
"AccessorID": "7e362695-af23-44fe-a000-49e64dbda002",
"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": "54405dd0-cdb5-4101-9ac4-8fbbdccca68b",
"ScheduledByID": "5adc2b3c-0728-4b0d-ad60-21ddfb6ef8e6",
"DeletedDates": [
"2026-05-02T04:57:25Z",
"2026-05-02T04:57:25Z"
],
"ClearedDates": [
"2026-05-02T04:57:25Z",
"2026-05-02T04:57:25Z"
],
"RecurSpec": {
"Month": 1,
"Frequency": 2,
"Day": {
"DayAsInt": 1
},
"OptOutValue": true,
"Operator": "sample string 4",
"AuthManager": "sample string 5",
"Field": "sample string 6",
"EndDate": "2026-05-02T04:57:25Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-05-02T04:57:25Z",
"CreateDate": "2026-05-02T04:57:25Z",
"OccurTime": "2026-05-02T04:57:25Z",
"OccurEndTime": "2026-05-02T04:57:25Z",
"StartTime": "2026-05-02T04:57:25Z",
"EndTime": "2026-05-02T04:57:25Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"703e9706-3d1a-45d7-861c-0c504a2a3a31",
"be2d3b45-e1f4-41da-b068-4004868c5444"
],
"Companies": [
"6d42edc1-50e0-4b2e-9c9b-2f275064d407",
"d81c112c-1930-4a77-aebf-964694416279"
],
"Groups": [
"e2e8dbfc-0515-462f-8199-ceb714ecd72b",
"b86c7c73-7b24-450c-b28f-fea348c29222"
],
"Opportunities": [
"a2b0ffbd-4e16-418d-aa61-baec66441695",
"8db6fb5f-497f-439b-a337-07d7dfa3fdb1"
]
}
}
]