Skip to main content

Get Application

info

All JSON array responses have been shortened for readability.

GET/<ApplicationID>
Endpoint Requires Authentication
Example
https://api.weightron.cloud/641c1177ebc8b2f3c195b02c
Description

Returns an object containing the given application.

Returns
{
"timestamp": "2023-03-23T08:47:35.818Z",
"data": {
"_id": "641c1177ebc8b2f3c195b02c",
"name": "Documentation Examples",
"locked": false,
"hidden": false,
"template": false,
"expiry": "2024-03-23T08:44:39.349Z",
"company": {
"nameDisplay": "Weightron",
"nameInternal": "Weightron",
"addressBilling": ["123 Weightron"],
"addressPostal": ["123 Weightron"],
"website": "https://weightron.cloud",
"contact": {
"name": "Weightron",
"email": "weightron@weightron.cloud",
"phoneNo": "1234567890"
}
},
"licensing": {
"user": 5,
"device": 0
},
"deploymentHistory": {
"created": {
"collections": [],
"keys": []
},
"removed": {
"collections": [],
"keys": []
}
},
"dashboards": [],
"createdAt": "2023-03-23T08:44:39.514Z",
"updatedAt": "2023-03-23T08:45:16.990Z",
"__v": 0
}
}