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


JSON Request Example: 


{
  "username": "JohnDoe",
  "usertoken": "abc123abc123abc123abc123",
  "requesttype": "Tags",
  "requestmethod": "GetTags",
  "details": {
    "includeshared": "{*bool*}"
  }
}


"json_request" element


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


"details" element


Field NameDescription
includeshared
(optional,
boolean)
include shared tags accessible but not owned by user; default is false 


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