Get schema for indexing
get/files
This endpoint returns schema field to be indexed by search service.
1{2 "fields": [3 {4 "primaryKey": false,5 "name": "typeDefName",6 "type": "string",7 "label": "typeDefName",8 "facetable": true,9 "searchable": true,10 "defaultFacet": true,11 "multiValued": false,12 "displayableFacet": true13 }14 ],15 "version": 216}
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The schema representation of file service fields to be indexed. | Schema |