Get Comment
get
/essbase/rest/v1/scenarios/{scenarioId}/comments/{commentId}
Gets a scenario comment by ID.
Request
Path Parameters
-
commentId(required): integer(int64)
Comment ID.
-
scenarioId(required): integer(int64)
Scenario ID.
Response
Supported Media Types
- application/json
- application/xml
200 Response
OK
Scenario comment returned successfully.
400 Response
Bad Request
Failed to get scenario comment. The scenario ID or comment ID may be invalid.
500 Response
Internal Server Error.