Get blog post
documentedRetrieve a blog post by ID or a set of posts by IDs (up to 100).
GET /xn/rest/{network}/1.0/BlogPostBlog Postsno 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/BlogPost?xn_pretty=true&id={{$id}}&fields={{$fields}}" \
-X GET \
-H 'Authorization: OAuth oauth_version="1.0",oauth_timestamp="{{OAUTH_TIMESTAMP}}",oauth_nonce="{{OAUTH_NONCE}}",oauth_consumer_key="{{NING_CONSUMER_KEY}}",oauth_token="{{OAUTH2_ACCESS_TOKEN}}",oauth_signature_method="PLAINTEXT",oauth_signature="{{NING_CONSUMER_SECRET}}%26{{NING_TOKEN_SECRET}}"' \
-H "Accept: application/json"