Replies: 1 comment
-
Got it if I add: { |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good day.
Budibase 3.6.0 is installed on my own server.
An application has been created in Budibase itself and a PostgreSQL database with 4 columns has been connected (all at a minimum, for testing).
The application has been published, everyone has access, the API key has been received.
I make a request like this: http://10.25.10.157:10000/api/datasource_plus_488d8c77a1a14e3e9aef7681d42f252e__RegistryIS/search
JSON with my lines is returned, everything seems to be fine.
But my task is to return specific lines, by a specific value in my table, for example, there is a column: MyID, I need to display all the lines that have a value of 777 in the MyID column.
Please tell me how this can be done...?
Beta Was this translation helpful? Give feedback.
All reactions