Changes to Get board

GET /boards/{board_id}

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

Changed in 5 of the 29 revisions of this API.41018

  1. v514c297539b642109
  2. v543134ca41f181
  3. v589c27ed39cfd1
  4. v5689b4b2676397
  5. v58583f6373a802

What changed

  • v514c297539b642109See the full diff
    • the privacy response's property type/format changed from string/ to / for status 200

      response-property-type-changed

    • removed the required property name from the response with the 200 status

      response-required-property-removed

    • removed the optional property board_pins_modified_at from the response with the 200 status

      response-optional-property-removed

    • removed the optional property collaborator_count from the response with the 200 status

      response-optional-property-removed

    • removed the optional property created_at from the response with the 200 status

      response-optional-property-removed

    • removed the optional property description from the response with the 200 status

      response-optional-property-removed

    • removed the optional property follower_count from the response with the 200 status

      response-optional-property-removed

    • removed the optional property id from the response with the 200 status

      response-optional-property-removed

    • removed the optional property is_ads_only from the response with the 200 status

      response-optional-property-removed

    • removed the optional property media from the response with the 200 status

      response-optional-property-removed

    • removed the optional property owner from the response with the 200 status

      response-optional-property-removed

    • removed the optional property pin_count from the response with the 200 status

      response-optional-property-removed

    • added BoardBase to the response body allOf list for the response status 200

      response-body-all-of-added

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 429

      response-non-success-status-added

    • added BoardPrivacy to the privacy response property allOf list for the response status 200

      response-property-all-of-added

    • removed the PROTECTED enum value from the privacy response property for the response status 200

      response-property-enum-value-removed

    • removed the PUBLIC enum value from the privacy response property for the response status 200

      response-property-enum-value-removed

    • removed the SECRET enum value from the privacy response property for the response status 200

      response-property-enum-value-removed

    This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

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

      response-optional-property-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the endpoint scheme security client_credentials was added to the API

      api-security-added

    This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new optional query request parameter ad_account_id

      new-optional-request-parameter

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the pattern ^\d+$ to the path request parameter board_id

      request-parameter-pattern-added

    • the owner response's property type/format changed from / to object/ for status 200

      response-property-type-changed