list_notification_tags


GET /list_notification_tags

To get a list of notifications tags for an application.

/list_notification_tags?token=XXXXX&app_code_365=YOURAPPCODE

field description
token Credentials provided by Powersoft that allow access to the API
app_code_365 The unique code of the 365 application

Returns

		{
			"api_response": {
				"response_code": "1",
				"response_msg": "OK",
				"response_id": ""
			},
			"list_tags": [
				{
				"tag_code_365": "AgentCode"
				},
				{
				"tag_code_365": "BirthDate"
				},
				{
				"tag_code_365": "CardNumber"
				}
			]
		}