Get global caslibs
get/cas/caslibs
Get a list of global caslibs from the controller. Returns a CTB containing global caslib information.
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": null14 },15 {16 "Row2": null17 }18 ]19 }20}
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | OK | Schema |