List Scheduled Activities API
Overview
Why Would I Use this API?
List Scheduled Activities API Behavior
List Scheduled Activities Endpoint
get
Authorizations
X-API-KEYstringRequired
X-BUSINESS-IDstringRequired
X-USER-IDstringRequired
Query parameters
assigned_to_mebooleanOptionalExample:
Filter Scheduled Activities assigned to the logged in employee
{"value":"True","summary":"Example 1"}completedbooleanOptionalExample:
Filter Scheduled Activities that have had a logged activity
{"value":"True","summary":"Example 1"}from_datestring · dateOptionalExample:
Filter Scheduled Activities Due Datetime starting from date
{"value":"2022-01-23","summary":"Example 1"}orderingstringOptionalExample:
Order Scheduled Activities by field. The negative sign in front of the '-activity_object' indicates descending order
{"value":"employee","summary":"Orders by Employees full name"}pageintegerOptional
A page number within the paginated result set.
page_sizeintegerOptional
Number of results to return per page.
searchstringOptional
to_datestring · dateOptionalExample:
Filter Scheduled Activities Due Datetime ending on date
{"value":"2022-02-27","summary":"Example 1"}Responses
200Success
application/json
get
/api/activities/scheduled-activity200Success
List Scheduled Activities Schema
What’s Next?
Last updated
Was this helpful?