Hi fellow Bubblers,
I’m trying to export my bubble data from my app to make proper sample request for a different system.
When I run a get request on my main object, (project_id), then the response contains only the unique_ids of the associated tables. Has anyone figured out how to fetch all the underlaying data in one call?
As an example:
{
“response”: {
“Modified Date”: “2024-09-10T14:07:31.691Z”,
“Created Date”: “2024-02-15T16:08:55.824Z”,
“Created By”: “admin_user_deborah-69206_test”,
“algemeen_custom_algemeen": "1708013335317x165814889393812500”,
"installaties_list_custom_installatie": [
** “1724240209590x643626403288055800”**
** ],**
** “objecten_list_custom_object”: [**
** “1708013335252x933417019341644400”**
],
many thanks in advance!