Changes to List ideas for a product

GET /products/{product_id}/ideas

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

Changed in 3 of the 5 revisions of this API.716

  1. bfbe6f6d74a172
  2. 6274be5aa6c511
  3. 69bd8c9e89323

What changed

  • bfbe6f6d74a172See the full diff
    • removed the optional property ideas/items/created_at from the response with the 200 status

      response-optional-property-removed

    • removed the optional property ideas/items/description from the response with the 200 status

      response-optional-property-removed

    • removed the optional property ideas/items/reference_num from the response with the 200 status

      response-optional-property-removed

    • removed the optional property ideas/items/resource from the response with the 200 status

      response-optional-property-removed

    • removed the optional property ideas/items/updated_at from the response with the 200 status

      response-optional-property-removed

    • removed the optional property ideas/items/url from the response with the 200 status

      response-optional-property-removed

    • removed the optional property ideas/items/workflow_status from the response with the 200 status

      response-optional-property-removed

    • added the optional property ideas/items/product_id to the response with the 200 status

      response-optional-property-added

    • added the optional property ideas/items/votes to the response with the 200 status

      response-optional-property-added

    • added the new optional query request parameter assigned_to_user

      new-optional-request-parameter

    • added the new optional query request parameter created_before

      new-optional-request-parameter

    • added the new optional query request parameter created_since

      new-optional-request-parameter

    • added the new optional query request parameter fields

      new-optional-request-parameter

    • added the new optional query request parameter q

      new-optional-request-parameter

    • added the new optional query request parameter sort

      new-optional-request-parameter

    • added the new optional query request parameter spam

      new-optional-request-parameter

    • added the new optional query request parameter tag

      new-optional-request-parameter

    • added the new optional query request parameter updated_since

      new-optional-request-parameter

    • added the new optional query request parameter user_id

      new-optional-request-parameter

    • added the new optional query request parameter workflow_status

      new-optional-request-parameter

    • added the new optional query request parameter page

      new-optional-request-parameter

    • added the new optional query request parameter per_page

      new-optional-request-parameter

    • added the optional property ideas/items/workflow_status/workflow_status_category to the response with the 200 status

      response-optional-property-added