View a curve profile by name and workspace

get

/primeapi/restapi/curve/resolveCurve/workspace/{workspaceId}/curveName/{curveName}

Send a request to this endpoint to view a curve with a name value matching the value of the {curvename} path parameter and stored within the workspace hierarchy of a workspace with an id matching the value of the {workspaceid} path parameter.

Request

Path Parameters

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : ApiEntityCurve
Type: object
Show Source
Nested Schema : buckets
Type: array
Unique Items Required: true
The buckets of a cost curve.
Show Source
Nested Schema : ApiEntityCurveBucket
Type: object
Show Source

204 Response

Successful operation with no content.

404 Response

The requested curve does not exist, or you do not have access to it.