Function Call:

list_tags

Purpose:

Lists an array of the tags created, optionally between given dates.

Parameters:

Optional:

date_start
date_end

format: YYYY-MM-DD

Return:

For each tag

tag_name
tag_id

status – if error
detail

Example:

http://example.com/a.php/api/list_tags?api_key=0c68398f

Between dates option:

http://example.com/a.php/api/list_tags?api_key=0c68398f&date_start=2018-07-31&date_end=2018-10-30