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": "bb9a153c-31cd-4ff8-92d8-816b8c7c8874",
"SeriesId": "32ce99ee-59fd-467c-84e1-00baeb1797e6",
"AccessorID": "9b6dbd17-8152-4c84-bee8-baf39b2976d9",
"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": "83c933f1-5443-4118-849b-bdb161d22c0f",
"ScheduledByID": "cf2e0176-eb91-4b28-8c1c-2b39e6acb872",
"DeletedDates": [
"2026-04-28T12:13:04Z",
"2026-04-28T12:13:04Z"
],
"ClearedDates": [
"2026-04-28T12:13:04Z",
"2026-04-28T12:13:04Z"
],
"RecurSpec": {
"Month": 1,
"Frequency": 2,
"Day": {
"DayAsInt": 1
},
"OptOutValue": true,
"Operator": "sample string 4",
"AuthManager": "sample string 5",
"Field": "sample string 6",
"EndDate": "2026-04-28T12:13:04Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-04-28T12:13:04Z",
"CreateDate": "2026-04-28T12:13:04Z",
"OccurTime": "2026-04-28T12:13:04Z",
"OccurEndTime": "2026-04-28T12:13:04Z",
"StartTime": "2026-04-28T12:13:04Z",
"EndTime": "2026-04-28T12:13:04Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"cfe2e665-e457-4ded-93d7-abd164f41cdd",
"bd2bc68e-b9b9-4cd6-9e77-e5e925c7d8c7"
],
"Companies": [
"91d3b197-217c-486c-a4d3-35dd23f7ad23",
"38811cf8-4f9f-40bc-938b-9657f8162a0c"
],
"Groups": [
"29fde107-5cbb-43dd-8eea-69fd99a5b868",
"175b404c-9488-4ae6-963d-d92af450992f"
],
"Opportunities": [
"d567a773-c0a2-4354-8498-bd200e26853f",
"c8decae0-7953-4bb3-9075-dba48dd73ab5"
]
}
},
{
"Id": "bb9a153c-31cd-4ff8-92d8-816b8c7c8874",
"SeriesId": "32ce99ee-59fd-467c-84e1-00baeb1797e6",
"AccessorID": "9b6dbd17-8152-4c84-bee8-baf39b2976d9",
"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": "83c933f1-5443-4118-849b-bdb161d22c0f",
"ScheduledByID": "cf2e0176-eb91-4b28-8c1c-2b39e6acb872",
"DeletedDates": [
"2026-04-28T12:13:04Z",
"2026-04-28T12:13:04Z"
],
"ClearedDates": [
"2026-04-28T12:13:04Z",
"2026-04-28T12:13:04Z"
],
"RecurSpec": {
"Month": 1,
"Frequency": 2,
"Day": {
"DayAsInt": 1
},
"OptOutValue": true,
"Operator": "sample string 4",
"AuthManager": "sample string 5",
"Field": "sample string 6",
"EndDate": "2026-04-28T12:13:04Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-04-28T12:13:04Z",
"CreateDate": "2026-04-28T12:13:04Z",
"OccurTime": "2026-04-28T12:13:04Z",
"OccurEndTime": "2026-04-28T12:13:04Z",
"StartTime": "2026-04-28T12:13:04Z",
"EndTime": "2026-04-28T12:13:04Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"cfe2e665-e457-4ded-93d7-abd164f41cdd",
"bd2bc68e-b9b9-4cd6-9e77-e5e925c7d8c7"
],
"Companies": [
"91d3b197-217c-486c-a4d3-35dd23f7ad23",
"38811cf8-4f9f-40bc-938b-9657f8162a0c"
],
"Groups": [
"29fde107-5cbb-43dd-8eea-69fd99a5b868",
"175b404c-9488-4ae6-963d-d92af450992f"
],
"Opportunities": [
"d567a773-c0a2-4354-8498-bd200e26853f",
"c8decae0-7953-4bb3-9075-dba48dd73ab5"
]
}
}
]