Ideas

List ideas for a product

When creating an idea where the creator is an idea user we strongly suggest to provide the submitted_idea_portal_id attribute to the idea to ensure that the idea is created in the correct ideas portal and the user gets access to the portal.

If you don't want the idea to be submitted to any portal, you can skip this by setting skip_portal: true in the request body.

get/products/{product_id}/ideas

Path parameters

product_idstring required

ProductId identifier

Query parameters

pagestring
per_pagestring
qstring
workflow_statusstring
assigned_to_userstring
tagstring
user_idstring
spamstring
created_sincestring
created_beforestring
updated_sincestring
sortstring
fieldsstring

Response

Successful operation

Changes

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

  • 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