Skip to content

#1840: API structure improvement: expose columns through a technical name/slug/alias#2428

Draft
samin-z wants to merge 5 commits intomainfrom
feature/1840-expose-columns
Draft

#1840: API structure improvement: expose columns through a technical name/slug/alias#2428
samin-z wants to merge 5 commits intomainfrom
feature/1840-expose-columns

Conversation

@samin-z
Copy link
Copy Markdown
Contributor

@samin-z samin-z commented Mar 30, 2026

Feature ticket: #1840

New response structure:

"data": [
{
"columnId": 70,
"value": 11
},
{
"columnId": 72,
"value": 3
},
{
"columnId": 76,
"value": [
{
"id": "user1",
"type": 0,
"displayName": "user1"
}
]
}
],
"dataByAlias": {
"column_70": {
"columnId": 70,
"value": 11
},
"column_72": {
"columnId": 72,
"value": 3
},
"test_customer": {
"columnId": 76,
"value": [
{
"id": "user1",
"type": 0,
"displayName": "user1"
}
]
}
}

now we have new field added to columns called 'technical_name' which if user does not add it as default will be 'column_{id}', 'dataByAlias' added on top of 'data' not to break the current structure.
Screenshot 2026-03-30 at 15 13 32

samin-z added 3 commits March 30, 2026 15:09
Signed-off-by: samin-z <samin.zavarkesh@gmail.com>
Signed-off-by: samin-z <samin.zavarkesh@gmail.com>
@blizzz blizzz added enhancement New feature or request 3. to review Waiting for reviews labels Apr 2, 2026
samin-z added 2 commits April 2, 2026 18:08
Signed-off-by: samin-z <samin.zavarkesh@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants