Controller: Link Management: GetLinkDetails
GetLinkDetails
Returns the parameters assigned to a link
Authentication Methods
- With a Link ID
Input Parameter | Type | Description |
---|---|---|
ID | String |
Output Parameter | Type | Description
LinksInfo | LinkInfo | Information about the link, output depends on the link type
REST
curl -v 'https://secure.nomadesk.com/ctrller/api.php?Task=GetLinkDetails&ID=49fe57c9-f467-0995-78eb-20444c8c6931'
RESPONSE
Response depends on the like type, this shows the output for a change email link:
<Response>
<Status>1</Status>
<Message>Success</Message>
<Params>
<Param>
<Name>NewEmail</Name>
<Value>nico.vanlaerebeke@crazytje.com</Value>
</Param>
<Param>
<Name>OldEmail</Name>
<Value>nico.vanlaerebeke@nomadesk.com</Value>
</Param>
</Params>
</Response>