Query REST Custom Model Data

I’m using the open-suite-webapp from Git, and have created a custom model from
Administration->Model Management->Custom Models.
I’ve entered a record in this new model.

How do I query the record in REST?

/ws/rest/com.axelor.meta.db.MetaJsonModel/1
only shows the schema itself, not any data in the model

Thanks in advance

1 « J'aime »

This appears to get me what I was looking for
/ws/rest/com.axelor.meta.db.MetaJsonRecord

Any additional comments welcome if you know of a better way.

Thanks

works fine thanks