View Currencies by Workspace
get
/primeapi/restapi/currency/workspace/{id}
This endpoint returns currencies that meet the following requirements:
- The object is associated with a workspace with an ID value that matches the value of the {workspaceId} path parameter.
Request
Path Parameters
-
id: integer(int64)
Id of Currency to be found
Response
Supported Media Types
- application/json
204 Response
Successful operation with no content.
404 Response
The requested currency does not exist, or you do not have access to it.