TM1 REST API Postman Requests
Posted: Fri Jun 28, 2019 5:36 pm
Hi,
After referencing the swagger file from IBM's website (https://ibm.ent.box.com/s/7qtprz4zntkhl ... pol9w1z5vr), I've been trying to find working Postman requests to IBM TM1 for:
1) POST /Cubes('{Name}')/ibm.tm1.api.v1.UpdateCells
I have tried the request body:
but I get back code 278, "Could not find entity reference in payload."
2) GET for TM1SecurityRightRead(), TM1SecurityRightWrite(), TM1SecurityRightNone(), TM1SecurityRightReserve(), TM1SecurityRightLock(), and TM1SecurityRightAdmin().
If anyone could point me in the correct direction, it would be greatly appreciated.
Thank you!
After referencing the swagger file from IBM's website (https://ibm.ent.box.com/s/7qtprz4zntkhl ... pol9w1z5vr), I've been trying to find working Postman requests to IBM TM1 for:
1) POST /Cubes('{Name}')/ibm.tm1.api.v1.UpdateCells
I have tried the request body:
Code: Select all
{
"Updates": [
{
"Tuple": [
{
"Name": "Sales" ,
"UniqueName": "[}Cubes].[}Cubes].[Sales]",
"Type": "N_Elem",
"Level": 0,
"Attributes": {},
"Hierarchy": {},
"Parents": [],
"Components": [],
"Edges": [],
"LocalizedAttributes": []
}
],
"Value": "READ",
"ReferenceCube": {},
"ReferenceCell": []
],
"Order": "NoOrder"
}
2) GET for TM1SecurityRightRead(), TM1SecurityRightWrite(), TM1SecurityRightNone(), TM1SecurityRightReserve(), TM1SecurityRightLock(), and TM1SecurityRightAdmin().
If anyone could point me in the correct direction, it would be greatly appreciated.
Thank you!