Resource type: estatetrackingdetails
Returns information about the estate tracking accounts under “Actions >> Property actions >> Property tracking / follow-up”.
Parameters:
accountname
STRING. MANDATORY. Account name of the estate tracking account. This is the column “Login” in the enterprise GUI.password
STRING. MANDATORY. Password of the estate tracking account.
Example:
{ "actionid": "urn:onoffice-de-ns:smart:2.5:smartml:action:get", "resourceid": "", "identifier": "", "resourcetype": "estatetrackingdetails", "parameters": { "accountname": "Tracking Kunde Musterfrau", "password": "kjsdfhks56jdhfsdjkhfhjhui" } }
Response:
accountname
Account name of the estate tracking accountinformation
Information about the estate tracking accountnote
Note about the estate tracking accountaddressid
Address id, which is linked with the estate tracking accountestateids
Estate ids, which are linked with the estate tracking account
Response example:
{ "status": { "code": 200, "errorcode": 0, "message": "OK" }, "response": { "results": [ { "actionid": "urn:onoffice-de-ns:smart:2.5:smartml:action:get", "resourceid": "", "resourcetype": "estatetrackingdetails", "cacheable": false, "identifier": "", "data": { "meta": { "cntabsolute": null }, "records": [ { "id": 1, "type": "estateTracking", "elements": { "accountname": "Tracking Kunde Musterfrau", "information": "Test", "note": "Test", "addressid": "153", "estateids": { "1": "2591", "3": "2595", "5": "2607" } } } ] }, "status": { "errorcode": 0, "message": "OK" } } ] } }