GetDashboards

Authentication Methods


  • With a username and password
  • With AMS username and password
Input Parameter Type Description
Token String Security token
Email String Email address to get the dashboards for(Only AMS)
Output Parameter Type Description
Success Boolean True on success, False on failure

EXAMPLES

curl 'https://secure.nomadesk.com/ctrller/api.php?Token=rrc1d3ntb53tt6b2vhail6rdtrsxov3v&Task=GetDashboards'

RESPONSE

<Response>
    <Status>1</Status>
    <Message></Message>
    <Dashboards>
        <Dashboard>
            <Name>DashboardName</Name>
            <LocationID>7b12283d-1b09-4057-b2cb-49c0214cb5cd</LocationID>
            <Stolen>false</Stolen>
            <ClientVersion>6.0.4.0</ClientVersion>
            <OS>Windows</OS>
            <OSVersion>10</OSVersion>
            <LastAccessed>1247647163</LastAccessed>
            <LastAccessedBy>User Name</LastAccessedBy>
            <LastAccessedIp>255.255.255.255</LastAccessedIp>
            <Shredded>false</Shredded>
        </Dashboard>
    </Dashboards>
</Response>