Get Email links (deprecated)

DEPRECATED. Use “Get email info” instead.

Resource type: emailassignments

This can be used to retrieve address and property links with an email. Can read only one adress linked with the mail.

Parameters:

  • messageid
    Unique message ID of the email
  • uid
    Unique identifier of the email
  • folder
    Folder in which the email is located
  • emailidentity
    Email identity. Can only accept identities associated with the user in enterprise

Example:

1
2
3
4
5
6
7
8
9
10
11
12
{
    "actionid": "urn:onoffice-de-ns:smart:2.5:smartml:action:get",
    "resourceid": "",
    "identifier": "",
    "resourcetype": "emailassignments",
    "parameters": {
        "messageid": "xxx",
        "uid": "123",
        "folder": "Posteingang",
        "emailidentity": "xxx@my-onoffice.de"
    }
}

Response:

  • addressid
    Address ID
  • addresscustomerno
    Customer number (address)
  • addressfirstname
    First name (address)
  • addresssurname
    Surname (address)
  • addresscompany
    Company (address)
  • estateid
    Estate ID
  • estateexternalno
    External property number (estate)
  • estateowner
    Owner (estate)
  • estatestreet
    Street (estate)
  • estatecity
    City (estate)