Get all bursting definitions

get

/epm/rest/v1/burstingDefinitions

Request

Query Parameters
  • A comma separated list of fields to return for each Bursting Definition. If no fields are specified, the default fields (burstingDefinitionId, name, description) will be included.
  • The maximum number of Bursting Definitions to return.
  • The list of Bursting Definitions returned will start at this offset into the full list.
  • A comma separated list of fields used to sort the list of Bursting Definitions being returned. The value is specified by the format "field:order" where order is either "asc" for ascending or "desc" for descending.
  • The query used to filter the Bursting Definitions. The expression format must adhere to the SCIM Protocol Filtering Specification RFC 7644 Section 3.4.2.2.
    Example:
    q=description co "Budget" and modifiedDate gt "2017-01-01T12:00:00Z"

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Request successful
Body ()
Root Schema : BurstingDefinition
Type: object
Show Source
Nested Schema : validationMessages
Type: array
Read Only: true
The errors found when trying to validate the Bursting Definition.
Show Source

400 Response

Invalid parameter

500 Response

Service Error
Back to Top