API Accounting Tags

Available Here


List/Search

HTTP Method: GET

URL: https://www.aplos.com/hermes/api/v1/tags

Parameters:

  • f_tagname: Any part of the tag name, case insensitive

Headers:

  • Authorization = Bearer: [ACCESS TOKEN]
    The access token obtained via the authentication resource.

Example JSON:


{
  "version": "v2_0_0",
  "status": 200,
  "meta": {
	"resource_count": 1,
	"available_filters": {
	  "f_tagname": "Any part of the tag name, case insensitive",
	}
  },
  "links": {
	"next": "/api/v1/tags?page_size=1&page_num=2",
	"self": "/api/v1/tags?page_size=1&page_num=1"
  },
  "data": {
	"tagcategories": [
	  {
		"id": 1,
		"name": "Custom",
		"tag_groups": [
		  {
			"id": 1,
			"name": "All Tags",
			"tags": [
			  {
				"id": 1,
				"name": "Allocate"
			  },
			  {
				"id": 2,
				"name": "West"
			  } 
			]
		  }
	  ]
   }
}

Get

HTTP Method: GET

URL: https://www.aplos.com/hermes/api/v1/tags/:tagId

Parameters:

  • [NONE]

Headers:

  • Authorization = Bearer: [ACCESS TOKEN]
    The access token obtained via the authentication resource.

Example JSON:


{
  "version": "v2_0_0",
  "status": 200,
  "meta": {
	"resource_count": 1
  },
  "links": {
	"self": "/api/v1/tags/2"
  },
  "data": {
	"tagcategories": [
	  {
		"id": 1,
		"name": "Custom",
		"tag_groups": [
		  {
			"id": 1,
			"name": "All Tags",
			"tags": [
			  {
				"id": 2,
				"name": "West"
			  }
			]
		  }
		]
	  }
	]
  }
}


Create Your Aplos Account

Must include min. 8 characters and 3 of the following: upper case letter, lower case letter, number, symbol
What day of the week is it (e.g. Sunday)?

By creating your Aplos account, you are agreeing to our
Terms and Conditions.