Agent.GetList
August 10, 2015
Description
Returns a list of your agents with their ID, Name, Settings, Description, and other important information.
Required parameters
None
Optional parameters
IncludeStartingURL (true or false)
Returns
A list of agents for an account.
Example request url
https://api.mozenda.com/rest?WebServiceKey=C70E1F84-E12B-4e73-B199-2EE6D43AF44E&Service=Mozenda10&Operation=Agent.GetList
Example response
<?xml version="1.0" encoding="utf-8" ?> <AgentGetListResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Result>Success</Result> <AgentList> <Agent> <Created>2008-06-21 08:45:32</Created> <Modified /> <AgentID>1001</AgentID> <Name>My First Agent</Name> <Description>This is my first agent</Description> <Settings /> <StartingURL>http://mozenda.com/builderwelcome</StartingURL> </Agent> <Agent> <Created>2008-06-23 14:20:49</Created> <Modified /> <AgentID>1003</AgentID> <Name>Scraped Data</Name> <Description /> <Settings /> <StartingURL>http://mozenda.com/builderwelcome</StartingURL> </Agent> </AgentList> </AgentGetListResponse>