Requires ModuleWhat's this?
This capability is implemented by a Jive Module.
This feature may not be available on all Jive instances.
This feature may not be available on all Jive instances.
static
osapi.jive.corev3.ideas.stages
Web service endpoints for idea stages.
Methods
↑
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.
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:
Name | Type | Required | Description |
---|---|---|---|
fields | String | false | The names of the fields to be returned |
Retrieves:
↑
A Stage containing the specified stage
Requires ModuleWhat's this?
This capability is implemented by a Jive Module.
This feature may not be available on all Jive instances.
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:
Name | Type | Required | Description |
---|---|---|---|
uri | String | false | The URI of the idea stage to be returned |
fields | String | false | The fields to be returned |