Requires ModuleWhat's this?
This capability is implemented by a Jive Module.
This feature may not be available on all Jive instances.

static osapi.jive.corev3.ideas.stages

Web service endpoints for idea stages.

Methods

Requires ModuleWhat's this?
This capability is implemented by a Jive Module.
This feature may not be available on all Jive instances.
get(options)
GET /idea-type-plugin/v1/stages

Retrieves

Stage[]

Description

Return a list of all idea stages defined in this Jive instance.

Options:
NameTypeRequiredDescription
fieldsStringfalseThe names of the fields to be returned
Retrieves:
  • A list of defined Stages
  • Requires ModuleWhat's this?
    This capability is implemented by a Jive Module.
    This feature may not be available on all Jive instances.
    get(options)
    GET /idea-type-plugin/v1/stages/{id}

    Retrieves

    Stage

    Description

    Return the specified idea stage with the specified fields.

    Options:
    NameTypeRequiredDescription
    uriStringfalseThe URI of the idea stage to be returned
    fieldsStringfalseThe fields to be returned
    Retrieves:
  • A Stage containing the specified stage