Changes to Get post by ID

GET /v1/posts/{postId}

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 11 of the 61 revisions of this API.6313

  1. 8108f2a53d2e3
  2. a38cc07e90d81
  3. 36c72d74820a1
  4. 90de04b871332
  5. b948146fe72f1
  6. c0bac868f6182
  7. 5b94722856861
  8. 89fb753880983
  9. 9c49550c449d2
  10. 698c541b5b6e11
  11. bc28198acf2631

What changed

    • added the optional property canonicalUrl to the response with the 200 status

      response-optional-property-added

    • added the optional property communityId to the response with the 200 status

      response-optional-property-added

    • added the optional property publishOnline to the response with the 200 status

      response-optional-property-added

    • added the optional property imageAlt to the response with the 200 status

      response-optional-property-added

    • removed the optional property authors/items/farcaster from the response with the 200 status

      response-optional-property-removed

    • removed the optional property error from the response with the 404 status

      response-optional-property-removed

    • removed the optional property error from the response with the 500 status

      response-optional-property-removed

    • added the optional property status to the response with the 200 status

      response-optional-property-added

    • query request parameter includeContent list-of-types was widened by adding types string

      request-parameter-list-of-types-widened

    • for the query request parameter includeContent, the type/format was generalized from boolean null/ to /

      request-parameter-type-generalized

    • added the optional property views to the response with the 200 status

      response-optional-property-added

    • added the optional property authorIds to the response with the 200 status

      response-optional-property-added

    • added the optional property authors to the response with the 200 status

      response-optional-property-added

    • added the optional property categories to the response with the 200 status

      response-optional-property-added

    • the publishedAt response's property type/format changed from string/date-time to string/ for status 200

      response-property-type-changed

    • the updatedAt response's property type/format changed from string/date-time to string/ for status 200

      response-property-type-changed

  • 698c541b5b6e11See the full diff
    • for the query request parameter includeContent, the type/format was changed from string/ to boolean/

      request-parameter-type-changed

    • api operation id getPost removed and replaced with getPostById

      api-operation-id-removed

  • bc28198acf2631See the full diff
    • the response property json became optional for the status 200

      response-property-became-optional

    • the response property markdown became optional for the status 200

      response-property-became-optional

    • the response property staticHtml became optional for the status 200

      response-property-became-optional

    • added the new optional query request parameter includeContent

      new-optional-request-parameter