Sign in

List featured comments

documented

Retrieve comments ordered by featuredDate for a content item.

GET /xn/rest/{network}/1.0/Comment/featuredCommentsno implementation yet0 runs
No 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 "http://external.ningapis.com/xn/rest/{{$network}}/1.0/Comment/featured?xn_pretty=true" \
  -X GET \
  -H "Authorization: oauth_signature_method=\"PLAINTEXT\",oauth_consumer_key=\"{{NING_API_KEY}}\",oauth_token=\"{{OAUTH2_ACCESS_TOKEN}}\",oauth_signature=\"{{NING_SECRET}}%26{{OAUTH2_ACCESS_TOKEN}}\"" \
  -H "Accept: application/json"
List featured comments · Ning · OpenIntegrations