Get a function category
get/functionCategories/{categoryId}
Returns the function category with the provided ID.
1{2 "creationTimeStamp": "2020-06-01T15:38:30.988Z",3 "modifiedTimeStamp": "2020-06-01T15:38:30.988Z",4 "createdBy": "edmdev",5 "modifiedBy": "edmdev",6 "id": "4f4bf2a3-5eaa-4899-b238-0e3ebd21ef68",7 "name": "statistical_functions",8 "description": "Functions used to calculate various statistics.",9 "hidden": true,10 "links": [11 {12 "method": "GET",13 "rel": "self",14 "href": "/businessRules/functionCategories/4f4bf2a3-5eaa-4899-b238-0e3ebd21ef68",15 "uri": "/businessRules/functionCategories/4f4bf2a3-5eaa-4899-b238-0e3ebd21ef68",16 "type": "application/vnd.sas.business.rule.function.category"17 }18 ],19 "version": 120}