Get All Carrier Accounts
The following example shows how to get a list of configured carrier accounts for your Remote Manager account.
Note Password information is not retured.
Request
GET ws/CarrierAuth
Response
<?xml version="1.0" encoding="ISO-8859-1"?>
<result>
<resultTotalRows>2</resultTotalRows>
<requestedStartRow>0</requestedStartRow>
<resultSize>2</resultSize>
<requestedSize>1000</requestedSize>
<remainingSize>0</remainingSize>
<CarrierAuth>
<caId>2</caId>
<cstId>3</cstId>
<prvName>ATT</prvName> <!-- carrier account #1 -->
<caUserName>exampleUser</caUserName>
<caUpdateTime>2012-10-15T15:17:00.000Z</caUpdateTime>
</CarrierAuth>
<CarrierAuth>
<caId>67</caId>
<cstId>3</cstId>
<prvName>Vodafone</prvName> <!-- carrier account #2 -->
<caUserName>exampleUser</caUserName>
<caUpdateTime>2012-10-31T18:55:00.000Z</caUpdateTime>
</CarrierAuth>
</result>