Gets a list of labels
| Argument | Data Type | Required | Description |
| XML Response | JSON Response |
| <response> <label> <id>7</id> <title>Tradeshow</title> <color>#339933</color> </label> <label> <id>9</id> <title>OnPoint</title> <color>#0000FF</color> </label> </response> |
{
"label": [
{
"id": "7",
"title": "Tradeshow",
"color": "#339933"
},
{
"id": "9",
"title": "OnPoint",
"color": "#0000FF"
}
]
} |