Get Activity List
Get Activity List
POST
[PlatformAddress]/api/1.0/crm?action=getActivityList
Get a list of activities.
Path Parameters
Name
Type
Description
venueId
integer
The unique id of the venue to which the activity belongs
The result from this call will be a collection of all the activities the user has access to. This call also accepts the pagination and filter properties.
Example Request
Get a specific venue’s activity List
subType:
One of the following values:
1 = Meeting
2 = Call
3 = Email
Last updated