GET api/ExtranetGeneratedCtrl/GetMailparametreById/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

BusinessResponseOfMailparametreDto
NameDescriptionTypeAdditional information
Items

Collection of MailparametreDto

None.

Response Formats

application/json, text/json

Sample:
{
  "Items": [
    {
      "IdMailParametre": 1,
      "Code": "sample string 2",
      "Description": "sample string 3",
      "Valeur": "sample string 4",
      "Ordre": 1,
      "InfoSearchIdMailParametre": {
        "Consider": true,
        "IsOrderByField": true,
        "Intervalle": {
          "Debut": 1,
          "Fin": 2
        },
        "OperatorToUse": "sample string 3"
      },
      "InfoSearchCode": {
        "Consider": true,
        "IsOrderByField": true,
        "Intervalle": {
          "Debut": "sample string 1",
          "Fin": "sample string 2"
        },
        "OperatorToUse": "sample string 3"
      },
      "InfoSearchDescription": {
        "Consider": true,
        "IsOrderByField": true,
        "Intervalle": {
          "Debut": "sample string 1",
          "Fin": "sample string 2"
        },
        "OperatorToUse": "sample string 3"
      },
      "InfoSearchValeur": {
        "Consider": true,
        "IsOrderByField": true,
        "Intervalle": {
          "Debut": "sample string 1",
          "Fin": "sample string 2"
        },
        "OperatorToUse": "sample string 3"
      },
      "InfoSearchOrdre": {
        "Consider": true,
        "IsOrderByField": true,
        "Intervalle": {
          "Debut": 1,
          "Fin": 2
        },
        "OperatorToUse": "sample string 3"
      },
      "RowsCount": 5,
      "Offset": 6,
      "Rows": 7,
      "CrDateDebut": "2025-12-10T19:34:45.1926592+01:00",
      "CrDateFin": "2025-12-10T19:34:45.1926592+01:00"
    },
    {
      "IdMailParametre": 1,
      "Code": "sample string 2",
      "Description": "sample string 3",
      "Valeur": "sample string 4",
      "Ordre": 1,
      "InfoSearchIdMailParametre": {
        "Consider": true,
        "IsOrderByField": true,
        "Intervalle": {
          "Debut": 1,
          "Fin": 2
        },
        "OperatorToUse": "sample string 3"
      },
      "InfoSearchCode": {
        "Consider": true,
        "IsOrderByField": true,
        "Intervalle": {
          "Debut": "sample string 1",
          "Fin": "sample string 2"
        },
        "OperatorToUse": "sample string 3"
      },
      "InfoSearchDescription": {
        "Consider": true,
        "IsOrderByField": true,
        "Intervalle": {
          "Debut": "sample string 1",
          "Fin": "sample string 2"
        },
        "OperatorToUse": "sample string 3"
      },
      "InfoSearchValeur": {
        "Consider": true,
        "IsOrderByField": true,
        "Intervalle": {
          "Debut": "sample string 1",
          "Fin": "sample string 2"
        },
        "OperatorToUse": "sample string 3"
      },
      "InfoSearchOrdre": {
        "Consider": true,
        "IsOrderByField": true,
        "Intervalle": {
          "Debut": 1,
          "Fin": 2
        },
        "OperatorToUse": "sample string 3"
      },
      "RowsCount": 5,
      "Offset": 6,
      "Rows": 7,
      "CrDateDebut": "2025-12-10T19:34:45.1926592+01:00",
      "CrDateFin": "2025-12-10T19:34:45.1926592+01:00"
    }
  ],
  "HasError": true,
  "Message": "sample string 2",
  "Count": 3,
  "IndexDebut": 4,
  "IndexFin": 5,
  "IsAuthentify": true,
  "IsConnected": true
}

application/xml, text/xml

Sample:
<BusinessResponseOfMailparametreDtoUqWua_PXw xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inexa.ASO.Extranet.Commons.Infras.Domains">
  <Count>3</Count>
  <HasError>true</HasError>
  <IndexDebut>4</IndexDebut>
  <IndexFin>5</IndexFin>
  <IsAuthentify>true</IsAuthentify>
  <IsConnected>true</IsConnected>
  <Message>sample string 2</Message>
  <Items xmlns:d2p1="http://schemas.datacontract.org/2004/07/Inexa.ASO.Extranet.Commons.Dtos">
    <d2p1:MailparametreDto>
      <CrDateDebut>2025-12-10T19:34:45.1926592+01:00</CrDateDebut>
      <CrDateFin>2025-12-10T19:34:45.1926592+01:00</CrDateFin>
      <Offset>6</Offset>
      <Rows>7</Rows>
      <RowsCount>5</RowsCount>
      <d2p1:Code>sample string 2</d2p1:Code>
      <d2p1:Description>sample string 3</d2p1:Description>
      <d2p1:IdMailParametre>1</d2p1:IdMailParametre>
      <d2p1:InfoSearchCode>
        <Consider>true</Consider>
        <Intervalle>
          <Debut>sample string 1</Debut>
          <Fin>sample string 2</Fin>
        </Intervalle>
        <IsOrderByField>true</IsOrderByField>
        <OperatorToUse>sample string 3</OperatorToUse>
      </d2p1:InfoSearchCode>
      <d2p1:InfoSearchDescription>
        <Consider>true</Consider>
        <Intervalle>
          <Debut>sample string 1</Debut>
          <Fin>sample string 2</Fin>
        </Intervalle>
        <IsOrderByField>true</IsOrderByField>
        <OperatorToUse>sample string 3</OperatorToUse>
      </d2p1:InfoSearchDescription>
      <d2p1:InfoSearchIdMailParametre>
        <Consider>true</Consider>
        <Intervalle>
          <Debut>1</Debut>
          <Fin>2</Fin>
        </Intervalle>
        <IsOrderByField>true</IsOrderByField>
        <OperatorToUse>sample string 3</OperatorToUse>
      </d2p1:InfoSearchIdMailParametre>
      <d2p1:InfoSearchOrdre>
        <Consider>true</Consider>
        <Intervalle>
          <Debut>1</Debut>
          <Fin>2</Fin>
        </Intervalle>
        <IsOrderByField>true</IsOrderByField>
        <OperatorToUse>sample string 3</OperatorToUse>
      </d2p1:InfoSearchOrdre>
      <d2p1:InfoSearchValeur>
        <Consider>true</Consider>
        <Intervalle>
          <Debut>sample string 1</Debut>
          <Fin>sample string 2</Fin>
        </Intervalle>
        <IsOrderByField>true</IsOrderByField>
        <OperatorToUse>sample string 3</OperatorToUse>
      </d2p1:InfoSearchValeur>
      <d2p1:Ordre>1</d2p1:Ordre>
      <d2p1:Valeur>sample string 4</d2p1:Valeur>
    </d2p1:MailparametreDto>
    <d2p1:MailparametreDto>
      <CrDateDebut>2025-12-10T19:34:45.1926592+01:00</CrDateDebut>
      <CrDateFin>2025-12-10T19:34:45.1926592+01:00</CrDateFin>
      <Offset>6</Offset>
      <Rows>7</Rows>
      <RowsCount>5</RowsCount>
      <d2p1:Code>sample string 2</d2p1:Code>
      <d2p1:Description>sample string 3</d2p1:Description>
      <d2p1:IdMailParametre>1</d2p1:IdMailParametre>
      <d2p1:InfoSearchCode>
        <Consider>true</Consider>
        <Intervalle>
          <Debut>sample string 1</Debut>
          <Fin>sample string 2</Fin>
        </Intervalle>
        <IsOrderByField>true</IsOrderByField>
        <OperatorToUse>sample string 3</OperatorToUse>
      </d2p1:InfoSearchCode>
      <d2p1:InfoSearchDescription>
        <Consider>true</Consider>
        <Intervalle>
          <Debut>sample string 1</Debut>
          <Fin>sample string 2</Fin>
        </Intervalle>
        <IsOrderByField>true</IsOrderByField>
        <OperatorToUse>sample string 3</OperatorToUse>
      </d2p1:InfoSearchDescription>
      <d2p1:InfoSearchIdMailParametre>
        <Consider>true</Consider>
        <Intervalle>
          <Debut>1</Debut>
          <Fin>2</Fin>
        </Intervalle>
        <IsOrderByField>true</IsOrderByField>
        <OperatorToUse>sample string 3</OperatorToUse>
      </d2p1:InfoSearchIdMailParametre>
      <d2p1:InfoSearchOrdre>
        <Consider>true</Consider>
        <Intervalle>
          <Debut>1</Debut>
          <Fin>2</Fin>
        </Intervalle>
        <IsOrderByField>true</IsOrderByField>
        <OperatorToUse>sample string 3</OperatorToUse>
      </d2p1:InfoSearchOrdre>
      <d2p1:InfoSearchValeur>
        <Consider>true</Consider>
        <Intervalle>
          <Debut>sample string 1</Debut>
          <Fin>sample string 2</Fin>
        </Intervalle>
        <IsOrderByField>true</IsOrderByField>
        <OperatorToUse>sample string 3</OperatorToUse>
      </d2p1:InfoSearchValeur>
      <d2p1:Ordre>1</d2p1:Ordre>
      <d2p1:Valeur>sample string 4</d2p1:Valeur>
    </d2p1:MailparametreDto>
  </Items>
</BusinessResponseOfMailparametreDtoUqWua_PXw>