GET xaitporter/lookup/{xaitPorterTableUUID}
Looks up the last used location of the table uuid.
Request Information
URI
https://eurotherm-web-api.xaitcpq.net/xaitporter/lookup/{xaitPorterTableUUID}
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| xaitPorterTableUUID |
The XaitPorter table uuid. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
The table uuid last record URL.
XaitPorterLastAction| Name | Description | Type | Additional information |
|---|---|---|---|
| Url | string |
None. |
|
| SectionId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"Url": "sample string 1",
"SectionId": "9faec1a2-6e2c-4d2c-82f4-7569f770571a"
}
text/html
Sample:
{"Url":"sample string 1","SectionId":"9faec1a2-6e2c-4d2c-82f4-7569f770571a"}
application/xml, text/xml
Sample:
<XaitPorterLastAction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Shared.Models.DataModels"> <SectionId>9faec1a2-6e2c-4d2c-82f4-7569f770571a</SectionId> <Url>sample string 1</Url> </XaitPorterLastAction>