Get a List of Tags
Lists the available tags which can be applied to a job or contact note.
Query String Parameters
Name | Type | Description | Required |
---|---|---|---|
Action | String | Tags | Required |
Type | String | Only return Tags of this type | Optional |
Response Codes
Code | Message | Information |
---|---|---|
0 | Response Data | See 'Response' example tab |
Example
- Request
- Response
Request URL
https://webservice.bigchange.com/v01/services.ashx?action=tags
Response Data
{ "Code": 0, "Result": [ { "Id": 125, "colour": "Red", "tagName": "Urgent Review", "type": "Job" }, { "Id": 128, "colour": "skyblue", "tagName": "Ready for Billing", "type": "Job" }, { "Id": 862, "colour": "red", "tagName": "Completed", "type": "ContactNote" }, { "Id": 942, "colour": "GreenYellow", "tagName": "Finance Department", "type": "ContactUser" }, { "Id": 3189, "colour": "orangered", "tagName": "Sales Opportunity - High Priority", "type": "SalesOpportunity" } ] }