Sign in

List featured photos

documented

Retrieve photos sorted by featuredDate.

GET /xn/rest/{network}/1.0/Photo/featuredPhotosno 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 "https://external.ningapis.com/xn/rest/{{$network}}/1.0/Photo/featured?fields={{$fields}}&author={{$author}}&anchor={{$anchor}}&count={{$count}}&xn_pretty=true" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: OAuth oauth_consumer_key=\"{{$oauth_consumer_key}}\", oauth_token=\"{{$OAUTH2_ACCESS_TOKEN}}\", oauth_signature_method=\"PLAINTEXT\", oauth_signature=\"{{$oauth_signature}}\", oauth_timestamp=\"{{$oauth_timestamp}}\", oauth_nonce=\"{{$oauth_nonce}}\", oauth_version=\"1.0\"" \
  -H "X-Requested-With: XMLHttpRequest"
List featured photos · Ning · OpenIntegrations