List recent activity items
documentedRetrieve the latest activity items from the Ning Network.
GET /xn/rest/{network}/1.0/Activity/recentActivity 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/recent?fields={{FIELDS}}&anchor={{ANCHOR}}&count={{COUNT}}&author={{AUTHOR}}" \
-X GET \
-H "Authorization: OAuth oauth_consumer_key=\"{{NING_OAUTH_CONSUMER_KEY}}\",oauth_token=\"{{NING_OAUTH_TOKEN}}\",oauth_signature_method=\"{{NING_OAUTH_SIGNATURE_METHOD}}\",oauth_signature=\"{{NING_OAUTH_SIGNATURE}}\",oauth_timestamp=\"{{NING_OAUTH_TIMESTAMP}}\",oauth_nonce=\"{{NING_OAUTH_NONCE}}\"" \
-H "Accept: application/json" \
-H "Content-Type: application/json"