Record reading
Record reading provides you a single record that you wish to get the details for. Use this when you wish to show a specific record, for example when clicking on a specific record in a record list. |
To get a specific record stored under a specific module, use the GET $ComposeAPI/namespace/$NAMESPACE_ID/module/$MODULE_ID/record/$RECORD_ID
endpoint.
If you wish to read multiple records at the same time, instead of making N requests, simply use [examples:compose-api:record-list] with the query of |