improved

Absence API: absence categories

Added the absence category attribute to the "TimeOffType" object:

"data":[
	0:{
		"type":"TimeOffType"
		"attributes":{
			"id":1234
			"name":"Paid vacation"
			"category":NULL
		}
	}	
	1:{
		"type":"TimeOffType"
		"attributes":{
			"id":1235
			"name":"Home office"
			"category":"offsite_work"
		}
	}
]

Learn more about absence categories here