I've been trying using Postman, sending a simple request to a TM1 server.
On Postman, I put :
URL = vvd-tm1ana:12355/api/v1/ExecuteMDX
In headers, I set those params :
Content-Type = application/x-www-form-urlencoded
Authorization = CAMNamespace ZGItdGVzdC03YmE6QGhSd2V0KioqKjIwMTc6QkVSQ1k= [this sequence was built by encoding, it works fine]
In Pre-request Script, I put :
{
"MDX" : "SELECT {[Parametre].[ETAPE_BUDGET_COUR],[Parametre].[CHEMIN_PJ_FE]} ON 1, {[Mesure_Parametrage].[NUM]} ON 0 FROM [Parametrage_Application]"
}
But Postman indicates a syntax error... I don't see where, as this MDX request works fine. I surely forgot something or miswrote it...
Could anyone help me ? Thanks.
Hoping that could help, I join this screen copy :
