GET api/modules/supportdesk/tickets/{ticketEntityInstanceId}/relation/emailaddress?supportDeskMailAccountId={supportDeskMailAccountId}
Gets the e-mail address of the relation related to a specific ticket and mail account.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ticketEntityInstanceId |
The id of the ticket. |
integer |
Required |
supportDeskMailAccountId |
The id of the SupportDeskMailAccount attempting to retrieve the e-mail address. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The e-mail address, if it exists; null, otherwise.
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>