Get Reference
deprecated
This endpoint has been deprecated due to major changes to the foreign key system.
We may re-active this method after consultation on requirements.
Click here to show historic documentation
info
All JSON array responses have been shortened for readability.
GET/<ApplicationID/collections/<CollectionID>/documents/<DocumentID>/references/<KeyID>
Endpoint Requires Authentication
Example
https://api.weightron.cloud/641c1177ebc8b2f3c195b02c/collections/641c1177ebc8b2f3c195b033/documents/641c64ef8fde9d1d8a0e1e39/references/641c1177ebc8b2f3c195b053
Description
Returns an array of objects from the collection that the key corresponds with, automatically filtered to data that references this document.
Returns
{
"timestamp": "2023-03-23T14:53:38.165Z",
"data": [
{
"key": "641c1177ebc8b2f3c195b053",
"keyName": "Area",
"collection": "641c1177ebc8b2f3c195b037",
"collectionName": "Location",
"count": 1
}
]
}