Get Participants

get

/essbase/rest/v1/scenarios/{scenarioId}/participants

Gets scenario participants by scenario ID.

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

OK

Scenario participants returned successfully.

Body ()
Root Schema : Participants
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : properties
Type: object
Additional Properties Allowed
Show Source
Nested Schema : Participant
Type: object
Show Source

400 Response

Bad Request

Failed to get scenario participants. The scenario ID may be invalid.

500 Response

Internal Server Error.

Back to Top