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": "0e3f9d22-1893-4006-9362-66df50328e1a",
"SeriesId": "db2e2dce-73f7-40ff-9a8e-a728c4584b68",
"AccessorID": "d05d6b49-253c-40bd-b091-a73a076a441d",
"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": "b2acb194-a04f-4b36-bf57-2c837dc7e913",
"ScheduledByID": "d60913ba-e65e-4234-828c-c5db106be74d",
"DeletedDates": [
"2026-03-17T01:43:51Z",
"2026-03-17T01:43:51Z"
],
"ClearedDates": [
"2026-03-17T01:43:51Z",
"2026-03-17T01:43:51Z"
],
"RecurSpec": {
"Month": 1,
"Frequency": 2,
"Day": {
"DayAsInt": 1
},
"OptOutValue": true,
"Operator": "sample string 4",
"AuthManager": "sample string 5",
"Field": "sample string 6",
"EndDate": "2026-03-17T01:43:51Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-03-17T01:43:51Z",
"CreateDate": "2026-03-17T01:43:51Z",
"OccurTime": "2026-03-17T01:43:51Z",
"OccurEndTime": "2026-03-17T01:43:51Z",
"StartTime": "2026-03-17T01:43:51Z",
"EndTime": "2026-03-17T01:43:51Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"6116026a-4134-4ea2-9c8d-2136a85a1a1f",
"b069f410-9118-4bb9-8f15-c59ebc03b557"
],
"Companies": [
"60b0ec5a-6010-4c6d-ae2d-45c85a537401",
"ee0fa743-07f7-444f-a9dd-72519cb4039c"
],
"Groups": [
"70f2f6ad-5135-424f-ab30-e4dd0847f00f",
"b6f4620b-5088-4641-97d4-102221307d3b"
],
"Opportunities": [
"364cc6db-d7ef-46d3-aa16-0fc448d45d70",
"fc8cc365-4915-41f7-8f20-befb4aa4b53c"
]
}
},
{
"Id": "0e3f9d22-1893-4006-9362-66df50328e1a",
"SeriesId": "db2e2dce-73f7-40ff-9a8e-a728c4584b68",
"AccessorID": "d05d6b49-253c-40bd-b091-a73a076a441d",
"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": "b2acb194-a04f-4b36-bf57-2c837dc7e913",
"ScheduledByID": "d60913ba-e65e-4234-828c-c5db106be74d",
"DeletedDates": [
"2026-03-17T01:43:51Z",
"2026-03-17T01:43:51Z"
],
"ClearedDates": [
"2026-03-17T01:43:51Z",
"2026-03-17T01:43:51Z"
],
"RecurSpec": {
"Month": 1,
"Frequency": 2,
"Day": {
"DayAsInt": 1
},
"OptOutValue": true,
"Operator": "sample string 4",
"AuthManager": "sample string 5",
"Field": "sample string 6",
"EndDate": "2026-03-17T01:43:51Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-03-17T01:43:51Z",
"CreateDate": "2026-03-17T01:43:51Z",
"OccurTime": "2026-03-17T01:43:51Z",
"OccurEndTime": "2026-03-17T01:43:51Z",
"StartTime": "2026-03-17T01:43:51Z",
"EndTime": "2026-03-17T01:43:51Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"6116026a-4134-4ea2-9c8d-2136a85a1a1f",
"b069f410-9118-4bb9-8f15-c59ebc03b557"
],
"Companies": [
"60b0ec5a-6010-4c6d-ae2d-45c85a537401",
"ee0fa743-07f7-444f-a9dd-72519cb4039c"
],
"Groups": [
"70f2f6ad-5135-424f-ab30-e4dd0847f00f",
"b6f4620b-5088-4641-97d4-102221307d3b"
],
"Opportunities": [
"364cc6db-d7ef-46d3-aa16-0fc448d45d70",
"fc8cc365-4915-41f7-8f20-befb4aa4b53c"
]
}
}
]