latestSwagger 2.02026-08-1766151238.8 KB
a444c5b1e78b
Activity
OData end point to get a list of all activities (tasks/events/emails/calls) accessible by the user
get/api/activity
Response
OK
Example response
[
{
"blobs": [
{
"guid": "00000000-0000-0000-0000-000000000000"
}
],
"assignedToUsers": [
{
"guid": "00000000-0000-0000-0000-000000000000"
}
],
"assignedToContacts": [
{
"guid": "00000000-0000-0000-0000-000000000000"
}
],
"completedByUser": {
"guid": "00000000-0000-0000-0000-000000000000"
},
"completedByContact": {
"guid": "00000000-0000-0000-0000-000000000000"
},
"createdBy": {
"guid": "00000000-0000-0000-0000-000000000000"
},
"lastModifiedBy": {
"guid": "00000000-0000-0000-0000-000000000000"
},
"account": {
"guid": "00000000-0000-0000-0000-000000000000"
},
"project": {
"guid": "00000000-0000-0000-0000-000000000000",
"accountGuid": "00000000-0000-0000-0000-000000000000"
},
"lawToolboxCourtRule_Id": "00000000-0000-0000-0000-000000000000",
"guid": "00000000-0000-0000-0000-000000000000"
}
]