Count Ideas with a Status

get

/api/restapi/idea/status/{status}

Returns the count of ideas with a given status. The service is not supported for cases other than record count so, is supposed to be used only with REC_COUNT_ONLY query.

Request

Path Parameters
  • Idea status.
    Allowed Values: [ "NEW", "SUBMITTED", "ACCEPTED", "REJECTED", "OWNER_ASSIGNED", "PROPOSAL" ]

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : Integer
Type: integer(int64)
Title: Integer

404 Response

The requested idea does not exist, or you do not have access to it.
Back to Top