Count activity items since date
documentedReturn the number of activity items created after a given date.
GET /xn/rest/{network}/1.0/Activity/countActivity Itemsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://external.ningapis.com/xn/rest/{{$network}}/1.0/Activity/count" \
-G \
-d "createdAfter={{$createdAfter}}" \
-H 'Authorization: OAuth oauth_version="1.0",oauth_timestamp="{{OAUTH_TIMESTAMP}}",oauth_nonce="{{OAUTH_NONCE}}",oauth_consumer_key="{{NING_API_KEY}}",oauth_token="{{OAUTH2_ACCESS_TOKEN}}",oauth_signature_method="HMAC-SHA1",oauth_signature="{{OAUTH_SIGNATURE}}"' \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Accept: application/json"