GetPartnerLog

Authentication Methods


  1. With AMS username and password
Input Parameter Type Description
Token* String Security token
Partner String Partner NMRA
Output Parameter Type Description
Success Boolean

*=required

CURL EXAMPLE
curl -v 'https://secure.nomadesk.com/ctrller/api.php?Task=GetPartnerLog&Partner=nmra000000000036&Token=nnj7kob59jtn2q333v3p8qe416'' 
RESPONSE

<Response>
<Status>1</Status>
<Message>Success</Message>
    <PartnerLogs>
            <PartnerLog>
                    <date>2014-03-13 08:43:15</date>
                    <account>partner4@nomadesk.com</account>
                    <change>BrandingID changes to KMA, Some messages were added</change>
                    <note>fdsafdsfads</note>
            </PartnerLog>
     </PartnerLogs>
</Response>