Working with Members
You can get and add members using a set of REST resources, as summarized here.
Before using the REST resources, you must understand how to access the REST resources and other important concepts. See Implementation Best Practices for Cloud EPM REST APIs. Using this REST API requires prerequisites. See Prerequisites.
Table 8-47 Working with Members
Task | Request | REST Resource |
---|---|---|
Add Member | POST | /HyperionPlanning/rest/{api_version}/applications/{application}/dimensions/{dimensionname}/members |
Get Member | GET | /HyperionPlanning/rest/{api_version}/applications/{application}/dimensions/{dimension}/members/{member} |