I know we can get a single row (JSON) from this URL below:
https://appname.bubbleapps.io/api/1.1/obj/typename/uid
result for example:
{
“response”: {
“Created By”: “admin_user_wms-lmf_test”,
“Created Date”: “2023-03-28T18:49:00.744Z”,
“folder-id”: “test-0328g”,
“Modified Date”: “2023-03-28T18:49:00.744Z”,
“warehouse”: “1665672317633x321841022720278500”,
“_id”: “1680029340744x204947037619140450”
}
}
folder-id: “test-0328g” is the data I want, but if I don’t know the UID value, how am I able to get it?
is there a way to find the UID from outside bubble.io?
something like:
https://appname.bubbleapps.io/api/1.1/obj/typename?folder-id=test-0328g
?
Eric