v1

latestOpenAPI 3.0.02026-07-2494288373.8 KB
Activities

List all activities

Return a list of all activities in your Dotfile workspace


See also

Learn more about Filtering, Sorting and Pagination

get/v1/activities

Query parameters

case_idstring

Filter items by the case_id.{operator} field.
You can use the eq operators, the eq operator being the default.

individual_idstring

Filter items by the individual_id.{operator} field.
You can use the eq operators, the eq operator being the default.

company_idstring

Filter items by the company_id.{operator} field.
You can use the eq operators, the eq operator being the default.

type'api__created__case' | 'contact__created__case' | 'user__created__case' | 'api__updated_info__case' | 'contact__updated_info__case' | 'user__updated_info__case' | 'api__updated_status__case' | 'user__updated_status__case' | 'system__updated_status__case' | 'api__updated_template__case' | 'user__updated_template__case' | 'system__updated_template__case' | 'api__updated_assignee__case' | 'user__updated_assignee__case' | 'system__updated_assignee__case' | 'user__transferred_from_workspace__case' | 'api__assigned__case__to_space' | 'user__assigned__case__to_space' | 'contact__assigned__case__to_space' | 'api__updated_metadata__case' | 'contact__updated_metadata__case' | 'user__updated_metadata__case' | 'api__updated_risk__case' | 'user__updated_risk__case' | 'system__updated_risk__case' | 'system__updated_review__case' | 'user__updated_review__case' | 'api__confirmed_review__case' | 'system__confirmed_review__case' | 'user__confirmed_review__case' | 'api__deleted__case' | 'user__deleted__case' | 'api__added_tags__case' | 'user__added_tags__case' | 'system__added_tags__case' | 'api__removed_tags__case' | 'user__removed_tags__case' | 'system__added__case_control' | 'system__removed__case_control' | 'api__updated__case_relation' | 'contact__updated__case_relation' | 'user__updated__case_relation' | 'user__sent__communication' | 'system__sent__communication' | 'system__received__communication' | 'api__created__individual' | 'contact__created__individual' | 'user__created__individual' | 'api__updated__individual' | 'contact__updated__individual' | 'user__updated__individual' | 'api__marked_as_relevant__individual' | 'user__marked_as_relevant__individual' | 'api__marked_as_not_relevant__individual' | 'contact__marked_as_not_relevant__individual' | 'user__marked_as_not_relevant__individual' | 'contact__sent_collaboration_email__individual' | 'api__deleted__individual' | 'user__deleted__individual' | 'api__created__company' | 'contact__created__company' | 'user__created__company' | 'api__updated__company' | 'contact__updated__company' | 'user__updated__company' | 'api__marked_as_relevant__company' | 'user__marked_as_relevant__company' | 'api__marked_as_not_relevant__company' | 'contact__marked_as_not_relevant__company' | 'user__marked_as_not_relevant__company' | 'api__deleted__company' | 'user__deleted__company' | 'user__purchased__company_data' | 'api__started__check' | 'contact__started__check' | 'user__started__check' | 'system__started__check' | 'system__rolled_back__check' | 'api__set_review_needed__check' | 'contact__set_review_needed__check' | 'system__set_review_needed__check' | 'api__approved__check' | 'user__approved__check' | 'system__approved__check' | 'api__rejected__check' | 'user__rejected__check' | 'system__rejected__check' | 'api__enabled_monitoring__check' | 'user__enabled_monitoring__check' | 'api__disabled_monitoring__check' | 'user__disabled_monitoring__check' | 'system__disabled_monitoring__check' | 'system__expired__check' | 'end_user__started_flow__check' | 'end_user__finished_flow__check' | 'user__deleted__check' | 'api__deleted__check' | 'api__ignored__aml_hit' | 'user__ignored__aml_hit' | 'api__confirmed__aml_hit' | 'user__confirmed__aml_hit' | 'system__recreated_search__aml_data' | 'user__acknowledged__company_monitoring_alert' | 'user__run__template' | 'api__run__template' | 'contact__completed_forms__client_portal' | 'contact__completed_checks__client_portal' | 'user__mark_as_completed__case_control' | 'system__mark_as_completed__case_control' | 'user__mark_as_uncompleted__case_control' | 'system__mark_as_uncompleted__case_control'

Filter items by the type.{operator} field.
You can use the eq, not_eq, in and not_in operators, the eq operator being the default.
Comma separated for multiple values (in and not_in).

author_idstring

Filter items by the author_id.{operator} field.
You can use the eq operators, the eq operator being the default.

created_atstring

Date (yyyy-MM-dd eg 2023-01-31) or date time (yyyy-MM-ddTHH:mm:ss.S+X eg 2023-01-31T13:30:00.000Z) in format ISO 8601

Filter items by the created_at.{operator} field.
You can use the eq, gte, lte, gt and lt operators, the eq operator being the default.

sortstring

Use this parameter to sort query results.
If not specified, sorted in ascending order with values of field created_at.
Available fields are created_at.

pagenumber

Query response is paginated.
Use this parameter to choose which page you want to display.
Page index starts at 1 (the default).

limitnumber

Query response is paginated.
Use this parameter to choose the number of items per page.
Limit defaults to 20, maximum value is 100.

Response

List of activities in the workspace

ℹ️ Click to see full payload

Example response

{
  "pagination": {
    "count": 42
  }
}