Collection Records
Get Collection Record By ID
This endpoint returns selected collection record data
GET
/
api
/
v1
/
collection-records
/
{collectionId}
/
{recordId}
Description
This API endpoint enables the retrieval of selected collection record data. The structure of the collection record data is dynamic and varies depending on the collection, with no fixed response keys within the data.
Path
collectionId
string
requiredA unique identifier for the collection.
recordId
string
requiredA unique identifier for the collection.
Response
status
boolean
Indicates the success or failure of the response. In this case, true signifies a successful operation.
message
string
Provides a human-readable message accompanying the response. In this instance, it confirms the successful retrieval of the record with the message “success”
data
object
The structure of the collection record data is dynamic and varies depending on the collection, with no fixed response keys within the data.