Get global caslibs

get/cas/caslibs
Internal-Use Only

Get a list of global caslibs from the controller. Returns a CTB containing global caslib information.

Request Samples

1

Response Samples

1{
2 "description": "Results Table description",
3 "value": {
4 "_ctb": true,
5 "label": "Cas Table Label",
6 "title": "Cas Table Title",
7 "name": "Cas Table Name",
8 "schema": {
9 "$ref": "#/components/examples/ResultsTableColumn"
10 },
11 "rows": [
12 {
13 "Row1": null
14 },
15 {
16 "Row2": null
17 }
18 ]
19 }
20}

Responses

StatusMeaningDescription
200OKOKSchema