Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added mention of new against filters for activity threads.

...

NameExampleDescription
date_logged_before_filters=date_logged_before(14000000000)The logged date before this date provided. Accept unix timestamp
date_logged_after_filters=date_logged_after(13000000000)The logged date after this date provided. Accept unix timestamp
staff_involved_filters=staff_involved(1035, 1025)The ids of the staff members who interact in the thread
scope_filters=scope(internal)The scope accept internal or external
against_type AND against_id_filters=against_type(company),against_id(10)Filter threads related to a given object. Note. Unlike other against filters, this one only supports filtering of one object at a time and requires both against type and id to be provided.

Handling the response

Sample Response

...