Api parent/child record

Hi.
Is it possible to get parent/child records in the same api calls?

For example if there are two modules as blog, comments. Comments has the ID of the blog. So is it possible to get parent blog details in same api query?

Not at the moment – you’ll need to do two requests.

If you wish to minimize the latency between the requests, you can probably run them in paralel.

1 Like

I can get the data from the workflow but is there any api run the workflow?