Skip to main content
GET
https://testnet.polybase.xyz
/
v0
/
collections
/
{collection_path}
/
records
/
<record_id>
curl --request GET \
     --url https://testnet.polybase.xyz/v0/collections/polybase%2Fcore%2Fusers/records/id123\
     --header 'Accept: application/json'
curl --request GET \
     --url https://testnet.polybase.xyz/v0/collections/polybase%2Fcore%2Fusers/records/id123\
     --header 'Accept: application/json'

Path Params

collection_path
string
required
The path to the collection holding the record. This must be URL encoded, so a collection path of polybase/core/users would be requested as polybase%2Fcore%2Fusers.
record_id
string
required
A unique identifier for the record, as defined by the collection constructor function.