Skip to content

feat(config-api): endpoint to return table info #11816

@pujavs

Description

@pujavs

Add new endpoint to return Jans table info :
public Map<String, Map<String, AttributeType>> getTableColumnsMap()

Format of result data:
Map<table_name, Map<attribute_name, AttributeType>

Example:
{janshealthentry={jansservice=AttributeType [name=jansservice, defName=jansService, type=varchar, multiValued=false], creationdate=AttributeType [name=creationdate, defName=creationDate, type=timestamp, multiValued=false], ....

Metadata

Metadata

Assignees

Labels

comp-jans-config-apiComponent affected by issue or PReffort-3Relative effort required for completion of issue or PRkind-enhancementIssue or PR is an enhancement to an existing functionalitykind-featureIssue or PR is a new feature requestpriority-3Issue or PR is relevant to core functions, but does not impede progress. Important, but not urgent

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions