Get tag information for the user making the call (Called "lists" within the GUI application).


XML Request Example:    

<?xml version="1.0" encoding="UTF-8"?>
<xmlrequest>
  <username>JohnDoe</username>
  <usertoken>abc123abc123abc123abc123</usertoken>
  <requesttype>Tags</requesttype>
  <requestmethod>GetTags</requestmethod>
  <details>
    <!-- no parameters -->
  </details>
</xmlrequest>
XML

 <xmlrequest> element


Field NameDescription
usernameUsername used to login to Pinpointe
usertokenUnique token assigned to Pinpointe account
requesttypeTags
requestmethodGetTags



<details> element


Field NameDescription
[No entry]


Successful Response:


<response> element


Field NameDescription
statusWill return SUCCESS if tags were successfully found.
dataDetailed information per individual tag found.


Unsuccessful Response:


<response> element


Field NameDescription
statusWill return FAILED if unsuccessful
errormessageText explaining why request failed