How to Get Specific Row from Data Table.
Hi William Thompson,
I am calling data table API to get the specific record from the data table.
I want to get 40091 row. Please let me know how we can pass this code in where condition under the below API to fetch the specific row:
https://admin.threekit.com/api/datatables/{datatableId}/row?orgId=[orgId]&where=[where]
Comments
5 comments
Hello I am waiting for your response.
Hi vikram_s, Will does not moderate the community forum any longer. Additionally, our team are in the process of writing proper documentation for this but here is an example of the format:
@...
const rowQuery = {
storeCode: {
column: 'Store Code',
comparator: '=',
value: 40091,
},
};
Is it correct as per shared above screenshot?
vikram_s Yes that appears correct. If you are experiencing any issues you may need to adjust the format so these values are equal:
Hello @...,
This syntax is working fine for me :
Please sign in to leave a comment.