List/Search
HTTP Method: GET
URL: https://app.aplos.com/hermes/api/v1/taxtags
Parameters:
- f_taxtagname: Any part of the tax tag name, case insensitive
Headers:
- Authorization = Bearer: [ACCESS TOKEN]
The access token obtained via the authentication resource.
Example JSON:
{
"version": "v2_0_1",
"status": 200,
"meta": {
"available_filters": {
"f_taxtagname": "Any part of the tax tag name"
},
"resource_count": 50
},
"links": {
"next": "/api/v1/taxtags?page_size=50&page_num=2",
"self": "/api/v1/taxtags?page_size=50&page_num=1"
},
"data": {
"tagcategories": [
{
"id": 1,
"name": "Contributions and Grants",
"type": "revenue",
"tax_tags": [
{
"id": 1,
"name": "Federated Campaigns"
},
{
"id": 2,
"name": "Membership Dues"
},
{
"id": 3,
"name": "Fundraising Events"
},
{
"id": 4,
"name": "Related Organizations"
},
{
"id": 5,
"name": "Government Grants"
},
{
"id": 6,
"name": "All other contributions, gifts, grants, and similar amounts not included above"
}
]
}, (etc.)