Get Keys
info
All JSON array responses have been shortened for readability.
GET/<ApplicationID>/keys
Endpoint Requires Authentication
Example
https://api.weightron.cloud/641c1177ebc8b2f3c195b02c/keys
Description
Returns an an array of objects containing keys in the given application.
Returns
{
"timestamp": "2023-03-23T08:51:14.020Z",
"data": [
{
"_id": "641c1177ebc8b2f3c195b044",
"name": "Product",
"localCollection": "641c1177ebc8b2f3c195b034",
"localProperties": {
"product": 1
},
"foreignCollection": "641c1177ebc8b2f3c195b039",
"foreignProperties": [
{
"local": "product",
"foreign": "_id"
}
],
"displayProperty": "name",
"importProperty": "product",
"criteria": {
"block": {
"$eq": false
}
},
"createdAt": "2022-12-07T12:29:02.297Z",
"updatedAt": "2023-03-09T11:19:47.644Z",
"__v": 0
}
]
}