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": "148b929b-1312-49b9-8a79-62a4b1babd34",
"SeriesId": "f10048b3-1c98-4a9d-9ea6-1186402becc6",
"AccessorID": "78f2b0d2-7398-43d1-bf6a-5aa6341a6214",
"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": "ab7d17fe-3890-451e-9249-df3318676dd3",
"ScheduledByID": "fa9707d3-8ae8-4a47-a7e4-9d63c550760e",
"DeletedDates": [
"2026-04-26T13:03:08Z",
"2026-04-26T13:03:08Z"
],
"ClearedDates": [
"2026-04-26T13:03:08Z",
"2026-04-26T13:03:08Z"
],
"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-26T13:03:08Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-04-26T13:03:08Z",
"CreateDate": "2026-04-26T13:03:08Z",
"OccurTime": "2026-04-26T13:03:08Z",
"OccurEndTime": "2026-04-26T13:03:08Z",
"StartTime": "2026-04-26T13:03:08Z",
"EndTime": "2026-04-26T13:03:08Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"146eb935-97ee-4464-b1d9-3310e40f51d8",
"2ac37058-882c-46f4-a659-6432d3418458"
],
"Companies": [
"613fc8de-4ab3-4ead-a790-878ed0558968",
"e999a755-661e-4bb9-8408-c623a2f80bcc"
],
"Groups": [
"c93a1284-bc22-499c-8e91-66869098d5ea",
"fe36c0fe-e3cc-47e9-b083-1ab0a2a1cfda"
],
"Opportunities": [
"81b07b1e-9ecd-42ef-a434-376442fe7966",
"f095e4f1-eefe-44ed-aaa5-ac7f5fbdabbb"
]
}
},
{
"Id": "148b929b-1312-49b9-8a79-62a4b1babd34",
"SeriesId": "f10048b3-1c98-4a9d-9ea6-1186402becc6",
"AccessorID": "78f2b0d2-7398-43d1-bf6a-5aa6341a6214",
"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": "ab7d17fe-3890-451e-9249-df3318676dd3",
"ScheduledByID": "fa9707d3-8ae8-4a47-a7e4-9d63c550760e",
"DeletedDates": [
"2026-04-26T13:03:08Z",
"2026-04-26T13:03:08Z"
],
"ClearedDates": [
"2026-04-26T13:03:08Z",
"2026-04-26T13:03:08Z"
],
"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-26T13:03:08Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-04-26T13:03:08Z",
"CreateDate": "2026-04-26T13:03:08Z",
"OccurTime": "2026-04-26T13:03:08Z",
"OccurEndTime": "2026-04-26T13:03:08Z",
"StartTime": "2026-04-26T13:03:08Z",
"EndTime": "2026-04-26T13:03:08Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"146eb935-97ee-4464-b1d9-3310e40f51d8",
"2ac37058-882c-46f4-a659-6432d3418458"
],
"Companies": [
"613fc8de-4ab3-4ead-a790-878ed0558968",
"e999a755-661e-4bb9-8408-c623a2f80bcc"
],
"Groups": [
"c93a1284-bc22-499c-8e91-66869098d5ea",
"fe36c0fe-e3cc-47e9-b083-1ab0a2a1cfda"
],
"Opportunities": [
"81b07b1e-9ecd-42ef-a434-376442fe7966",
"f095e4f1-eefe-44ed-aaa5-ac7f5fbdabbb"
]
}
}
]