GET page/internaladdress/{name}/{externalId}
Gets url from integration identifier and page name.
Request Information
URI
https://eurotherm-web-api.xaitcpq.net/page/internaladdress/{name}/{externalId}?customerId={customerId}&contactId={contactId}&action={action}&returnUrl={returnUrl}
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
name |
Page name. |
string |
Required |
externalId |
Identifier for the external. |
string |
Required |
customerId |
External customer identifier. |
string |
None. |
contactId |
External contact identifier. |
string |
None. |
action |
Action to execute on load. |
string |
None. |
returnUrl |
Return Url. |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
The integration URL.
stringResponse Formats
application/json, text/json, text/html
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>