-
Notifications
You must be signed in to change notification settings - Fork 16
Action – Run Report
Eric Domke edited this page May 6, 2019
·
1 revision
<!-- SOAP_ACTION = ApplyAML or ApplyItem -->
<Item type="Method" action="Run Report">
<report_name>{Report Name}</report_name>
<AML>
<Item typeId='' id='' />
</AML>
</Item>
⚠️ Note that atypeId
attribute is required on the AML used to retrieve the item, or errors can occur.
<Item type="Method" action="Run Report">
<report_name>ME Dashboard</report_name>
<AML>
<Item type="Team" id="2291675007934035AC4125513249B999"/>
</AML>
</Item>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<Result><!DOCTYPE html><html xmlns:user="urn:user-scripts" ... </Result>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>