Collections

One collection's weekly digest, with resolved release links

Full digest row (title, intro, markdown body, cited release ids) for one ET week, plus server-resolved minimal release info (title, org, canonical /release/* path) for every cited release — resolved server-side so the web page never N+1s. :weekStart must be the Monday (YYYY-MM-DD, ET) starting the week. Release ids that no longer resolve (deleted/suppressed since generation) are silently dropped from releases.

get/collections/{slug}/digests/{weekStart}

Path parameters

slugstring required

Collection slug.

weekStartstring required

ET Monday starting the week, YYYY-MM-DD.

Response

Full digest row with resolved release links.

idstring required
weekStartstring required
titlestring required
introstring required
bodystring required
releaseIdsstring[] required
releaseCountinteger required
generatedAtstring required

Changes

Changed in 2 of the 5 revisions of this API.21

    • added the new too_large enum value to the error/type response property for the response status 400

      response-property-enum-value-added

    • added the new too_large enum value to the error/type response property for the response status 404

      response-property-enum-value-added

    • added the optional property releases/items/importance to the response with the 200 status

      response-optional-property-added