Get a collection of function categories
get/functionCategories
Returns a collection of function categories based on the specified pagination, filtering, and sorting options.
1{2 "name": "items",3 "accept": "application/vnd.sas.business.rule.function.category",4 "version": 2,5 "items": [6 {7 "id": "4f4bf2a3-5eaa-4899-b238-0e3ebd21ef68",8 "name": "statistical_functions",9 "creationTimeStamp": "2020-06-01T15:38:30.988Z",10 "modifiedTimeStamp": "2020-06-01T15:38:30.988Z",11 "createdBy": "edmdev",12 "modifiedBy": "edmdev",13 "description": "Functions used to calculate various statistics.",14 "hidden": true,15 "links": [16 {17 "method": "GET",18 "rel": "self",19 "href": "/businessRules/functionCategories/4f4bf2a3-5eaa-4899-b238-0e3ebd21ef68",20 "uri": "/businessRules/functionCategories/4f4bf2a3-5eaa-4899-b238-0e3ebd21ef68",21 "type": "application/vnd.sas.business.rule.function.category"22 }23 ]24 },25 {26 "id": "4f4bf2a3-5eaa-4899-b238-0e3ebd21ef67",27 "name": "statistical_functions",28 "creationTimeStamp": "2020-06-01T15:38:30.988Z",29 "modifiedTimeStamp": "2020-06-01T15:38:30.988Z",30 "createdBy": "edmdev",31 "modifiedBy": "edmdev",32 "description": "Functions used to calculate various statistics.",33 "hidden": true,34 "links": [35 {36 "method": "GET",37 "rel": "self",38 "href": "/businessRules/functionCategories/4f4bf2a3-5eaa-4899-b238-0e3ebd21ef67",39 "uri": "/businessRules/functionCategories/4f4bf2a3-5eaa-4899-b238-0e3ebd21ef67",40 "type": "application/vnd.sas.business.rule.function.category"41 }42 ]43 }44 ]45}
Name | Type | Required | Description |
---|---|---|---|
filter | string<filter-criteria> | false | The criteria for filtering the function categories. See Filtering in REST APIs. |
limit | integer<int32> | false | The maximum number of function categories to return. Default: 20 |
sortBy | string<sort-criteria> | false | The criteria for sorting the function categories. See Sorting in REST APIs. |
start | integer<int64> | false | The index of the first function category to return. Default: 0 |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | A collection of function categories. | Headers | Schema |
400 | Bad Request | The request was invalid. | Schema |