Get a function category

get/functionCategories/{categoryId}
Internal-Use Only

Returns the function category with the provided ID.

Request Samples

1

Response Samples

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": 1
20}

Path Parameters

NameTypeRequiredDescription
categoryId
string
true

The identifier of the category.

Responses

StatusMeaningDescription
200OKThe function category was found.HeadersSchema
404Not FoundNo resource exists at the requested path.Schema