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": "061f7edb-1d00-4ba1-9b9f-4f7711ba699d",
"SeriesId": "e0986524-3c7a-45d1-8ee9-6f7e3fa7df34",
"AccessorID": "56960eac-1be4-4626-82b0-83ee33a048f9",
"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": "9a481618-04db-47a9-9fc6-b883e1d81483",
"ScheduledByID": "ae0739eb-ab53-4e05-9e8f-4972f46a3ccc",
"DeletedDates": [
"2025-12-30T23:29:39Z",
"2025-12-30T23:29:39Z"
],
"ClearedDates": [
"2025-12-30T23:29:39Z",
"2025-12-30T23:29:39Z"
],
"RecurSpec": {
"Month": 1,
"Frequency": 2,
"Day": {
"DayAsInt": 1
},
"OptOutValue": true,
"Operator": "sample string 4",
"AuthManager": "sample string 5",
"Field": "sample string 6",
"EndDate": "2025-12-30T23:29:39Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2025-12-30T23:29:39Z",
"CreateDate": "2025-12-30T23:29:39Z",
"OccurTime": "2025-12-30T23:29:39Z",
"OccurEndTime": "2025-12-30T23:29:39Z",
"StartTime": "2025-12-30T23:29:39Z",
"EndTime": "2025-12-30T23:29:39Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"19178f56-c882-49f1-a726-ce6f5c613ef1",
"adb3d817-a1f3-4a9e-b520-ebf7a27a16d4"
],
"Companies": [
"b6c886fc-520a-4110-a380-97279079e5bc",
"807a6803-cdde-4388-894b-310250b228ea"
],
"Groups": [
"0650c26b-8525-4b9e-9d04-15e81bd08899",
"ec977d65-9f84-4341-8b2e-24277d5db2c0"
],
"Opportunities": [
"2fc3f36c-67b6-4e2e-8ac9-aea75b2f21a1",
"1d018dd5-aa4d-4cef-a151-01e689543a8b"
]
}
},
{
"Id": "061f7edb-1d00-4ba1-9b9f-4f7711ba699d",
"SeriesId": "e0986524-3c7a-45d1-8ee9-6f7e3fa7df34",
"AccessorID": "56960eac-1be4-4626-82b0-83ee33a048f9",
"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": "9a481618-04db-47a9-9fc6-b883e1d81483",
"ScheduledByID": "ae0739eb-ab53-4e05-9e8f-4972f46a3ccc",
"DeletedDates": [
"2025-12-30T23:29:39Z",
"2025-12-30T23:29:39Z"
],
"ClearedDates": [
"2025-12-30T23:29:39Z",
"2025-12-30T23:29:39Z"
],
"RecurSpec": {
"Month": 1,
"Frequency": 2,
"Day": {
"DayAsInt": 1
},
"OptOutValue": true,
"Operator": "sample string 4",
"AuthManager": "sample string 5",
"Field": "sample string 6",
"EndDate": "2025-12-30T23:29:39Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2025-12-30T23:29:39Z",
"CreateDate": "2025-12-30T23:29:39Z",
"OccurTime": "2025-12-30T23:29:39Z",
"OccurEndTime": "2025-12-30T23:29:39Z",
"StartTime": "2025-12-30T23:29:39Z",
"EndTime": "2025-12-30T23:29:39Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"19178f56-c882-49f1-a726-ce6f5c613ef1",
"adb3d817-a1f3-4a9e-b520-ebf7a27a16d4"
],
"Companies": [
"b6c886fc-520a-4110-a380-97279079e5bc",
"807a6803-cdde-4388-894b-310250b228ea"
],
"Groups": [
"0650c26b-8525-4b9e-9d04-15e81bd08899",
"ec977d65-9f84-4341-8b2e-24277d5db2c0"
],
"Opportunities": [
"2fc3f36c-67b6-4e2e-8ac9-aea75b2f21a1",
"1d018dd5-aa4d-4cef-a151-01e689543a8b"
]
}
}
]