About shares
Few elements in Sensorberg cloud can be shared with other accounts like applications, beacons or campaigns. Using this feature you can share for example your application with someone who owns beacons and earn money by delivering campaigns to your users
In order to establish a share both parties must activate it so it is very easy to create a share, delete it or put it temporarily on hold
JSON representation
share and share list item
{
"active": true, // is share activate right now
"createdAt": 1430990280000, // created date
"id": "share id",
"objectId": "shared object id",
"objectName": "shared object name",
"objectType": "shared object type like APPLICATION for example",
"ownerEmail": "owner email",
"ownerName": "owner name",
"recipientEmail": "recipient email",
"recipientName": "recipient name",
"updatedAt": 1430990280000 // last update date
}