GET api/Frontend/GetExternalLinks

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ServiceResultOfListOfEuiInfo
NameDescriptionTypeAdditional information
Success

boolean

None.

ErrorMessage

string

None.

SuccessMessage

string

None.

Result

Collection of EuiInfo

None.

StatusCode

HttpStatusCode

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "ErrorMessage": "sample string 2",
  "SuccessMessage": "sample string 3",
  "Result": [
    {
      "InfoText": "sample string 1",
      "Type": 0,
      "Id": 2,
      "Created": "2024-04-19T07:45:59.057523+02:00",
      "CreatedBy": "sample string 3",
      "Modified": "2024-04-19T07:45:59.057523+02:00",
      "ModifiedBy": "sample string 4"
    },
    {
      "InfoText": "sample string 1",
      "Type": 0,
      "Id": 2,
      "Created": "2024-04-19T07:45:59.057523+02:00",
      "CreatedBy": "sample string 3",
      "Modified": "2024-04-19T07:45:59.057523+02:00",
      "ModifiedBy": "sample string 4"
    }
  ],
  "StatusCode": 100
}

application/xml, text/xml

Sample:
<ServiceResultOfArrayOfEuiInfoYgFqSxnr xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Model">
  <ErrorMessage>sample string 2</ErrorMessage>
  <Result>
    <EuiInfo>
      <Created xmlns="http://schemas.datacontract.org/2004/07/Model.Base">2024-04-19T07:45:59.057523+02:00</Created>
      <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/Model.Base">sample string 3</CreatedBy>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Model.Base">2</Id>
      <Modified xmlns="http://schemas.datacontract.org/2004/07/Model.Base">2024-04-19T07:45:59.057523+02:00</Modified>
      <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/Model.Base">sample string 4</ModifiedBy>
      <InfoText>sample string 1</InfoText>
      <Type>CookieConditions</Type>
    </EuiInfo>
    <EuiInfo>
      <Created xmlns="http://schemas.datacontract.org/2004/07/Model.Base">2024-04-19T07:45:59.057523+02:00</Created>
      <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/Model.Base">sample string 3</CreatedBy>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Model.Base">2</Id>
      <Modified xmlns="http://schemas.datacontract.org/2004/07/Model.Base">2024-04-19T07:45:59.057523+02:00</Modified>
      <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/Model.Base">sample string 4</ModifiedBy>
      <InfoText>sample string 1</InfoText>
      <Type>CookieConditions</Type>
    </EuiInfo>
  </Result>
  <StatusCode>Continue</StatusCode>
  <Success>true</Success>
  <SuccessMessage>sample string 3</SuccessMessage>
</ServiceResultOfArrayOfEuiInfoYgFqSxnr>