Contains API calls that can be used against the Functional Area.
1.Get Functional Areas
Returns a list of all functional areas(categories).In order to access this endpoint ensure that you do a GET request with an Authorization header containing your access token.
Headers:
Authorization : {token}
Result codes
403 Forbidden
200 OK
400 Bad request
500 Internal server error
Response
[
	{
		"Id":2,
		"Name":"Accounting/Auditing"
	},
	{
		"Id":3,
		"Name":"Administrative"
	},
	{
		"Id":4,
		"Name":"Advertising"
	},
	{
		"Id":8,
		"Name":"Art/Creative"
	},
	{
		"Id":5,
		"Name":"Business Analyst"
	},
	{
		"Id":9,
		"Name":"Business Development"
	},
	{
		"Id":10,
		"Name":"Consulting"
	}
]