Gorilla Dash

arrow_back Back to Knowledge Base

Weekly digest posts on the API

download Download PDF

GET https://api.gorilladash.com/api/v1/digest-posts returns the individual posts that make up your weekly digest — the newsletter you send around your network. Use it to build an archive page, or to surface the latest few items on an intranet.

Parameters

ParameterNotes
pagePage number, from 1.
results_per_pageUp to 100. Defaults to 25.

Posts come back newest published first.

What comes back

FieldNotes
id, organisation_idKey your own records on id.
heading, sub_headingThe post title.
authorWho wrote it.
articleThe body.
positionWhere it sat within its edition.
publish_dateWhen it was published. Can be empty on older posts.
card_imageThe post image.

What counts as published

A POST IS PUBLIC ONCE ITS EDITION HAS GONE OUT
Publication is recorded on the digest edition, not on the post. A post you have written but not yet included in a sent edition will not appear here, however finished it looks in Gorilla Dash. If a post is missing, check the edition it belongs to.

Scoping and caching

Digest posts belong to the organisation — there is no per-tribe digest — so a tribe key sees its parent organisation's posts. The endpoint is cached and sends an ETag.