# List Available Concepts Allows users to retrieve a list of all the available concepts that can be used for data curation. Endpoint: GET /outputcharsets/concepts Version: 3 Security: apiKey ## Query parameters: - `page` (integer) Current page number. Example: "10" - `pageSize` (integer) Number of items per page. Example: "10" ## Response 200 fields (application/json): - `numberOfPages` (integer) Number of pages. Example: "10" - `page` (integer) Current page number. Example: "1" - `pageSize` (integer) Number of items per page. Example: "100" - `total` (integer) Total number of items which can be paged. Example: "67" - `values` (array) List of available Concepts. - `values.concept` (string) Display name of the Concept. Example: "Address"