Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Count the number of recipients against an activity

Resource URL 

Code Block
languagebash
GET /activities/:id/interacts/count
Note
titleGET /activities/:id/recipients/count is now deprecated
This endpoint replaced the now deprecated recipients endpoint. Please start using the interacts endpoint. In the near future the recipients endpoint will cease to work.

Handling the response

Below is a table of available response fields and objects that are returned within the response object of the returned object. The optional fields and objects can be requested in the _fields paramater parameter; see included examples.

countunsigned intThe total number of objects found at the end of the resource.

Sample Response

Code Block
languagebash
GET /activities/:id/recipients/count.json

...