GET api/ExtranetGeneratedCtrl/GetNotificationById/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

BusinessResponseOfNotificationDto
NameDescriptionTypeAdditional information
Items

Collection of NotificationDto

None.

Response Formats

application/json, text/json

Sample:
{
  "Items": [
    {
      "IdNotification": 1,
      "IdProfile": 2,
      "Message": "sample string 3",
      "AffichageTermine": true,
      "IdUtilisateurCible": 5,
      "DateCreation": "2025-12-10T19:34:39.7707785+01:00",
      "DateMaj": "2025-12-10T19:34:39.7707785+01:00",
      "IsDeleted": true,
      "InfoSearchIdNotification": {
        "Consider": true,
        "IsOrderByField": true,
        "Intervalle": {
          "Debut": 1,
          "Fin": 2
        },
        "OperatorToUse": "sample string 3"
      },
      "InfoSearchIdProfile": {
        "Consider": true,
        "IsOrderByField": true,
        "Intervalle": {
          "Debut": 1,
          "Fin": 2
        },
        "OperatorToUse": "sample string 3"
      },
      "InfoSearchMessage": {
        "Consider": true,
        "IsOrderByField": true,
        "Intervalle": {
          "Debut": "sample string 1",
          "Fin": "sample string 2"
        },
        "OperatorToUse": "sample string 3"
      },
      "InfoSearchAffichageTermine": {
        "Consider": true,
        "IsOrderByField": true,
        "Intervalle": {
          "Debut": true,
          "Fin": true
        },
        "OperatorToUse": "sample string 3"
      },
      "InfoSearchIdUtilisateurCible": {
        "Consider": true,
        "IsOrderByField": true,
        "Intervalle": {
          "Debut": 1,
          "Fin": 2
        },
        "OperatorToUse": "sample string 3"
      },
      "InfoSearchDateCreation": {
        "Consider": true,
        "IsOrderByField": true,
        "Intervalle": {
          "Debut": "2025-12-10T19:34:39.7707785+01:00",
          "Fin": "2025-12-10T19:34:39.7707785+01:00"
        },
        "OperatorToUse": "sample string 3"
      },
      "InfoSearchDateMaj": {
        "Consider": true,
        "IsOrderByField": true,
        "Intervalle": {
          "Debut": "2025-12-10T19:34:39.7707785+01:00",
          "Fin": "2025-12-10T19:34:39.7707785+01:00"
        },
        "OperatorToUse": "sample string 3"
      },
      "InfoSearchIsDeleted": {
        "Consider": true,
        "IsOrderByField": true,
        "Intervalle": {
          "Debut": true,
          "Fin": true
        },
        "OperatorToUse": "sample string 3"
      },
      "RowsCount": 9,
      "Offset": 10,
      "Rows": 11,
      "CrDateDebut": "2025-12-10T19:34:39.7707785+01:00",
      "CrDateFin": "2025-12-10T19:34:39.7707785+01:00"
    },
    {
      "IdNotification": 1,
      "IdProfile": 2,
      "Message": "sample string 3",
      "AffichageTermine": true,
      "IdUtilisateurCible": 5,
      "DateCreation": "2025-12-10T19:34:39.7707785+01:00",
      "DateMaj": "2025-12-10T19:34:39.7707785+01:00",
      "IsDeleted": true,
      "InfoSearchIdNotification": {
        "Consider": true,
        "IsOrderByField": true,
        "Intervalle": {
          "Debut": 1,
          "Fin": 2
        },
        "OperatorToUse": "sample string 3"
      },
      "InfoSearchIdProfile": {
        "Consider": true,
        "IsOrderByField": true,
        "Intervalle": {
          "Debut": 1,
          "Fin": 2
        },
        "OperatorToUse": "sample string 3"
      },
      "InfoSearchMessage": {
        "Consider": true,
        "IsOrderByField": true,
        "Intervalle": {
          "Debut": "sample string 1",
          "Fin": "sample string 2"
        },
        "OperatorToUse": "sample string 3"
      },
      "InfoSearchAffichageTermine": {
        "Consider": true,
        "IsOrderByField": true,
        "Intervalle": {
          "Debut": true,
          "Fin": true
        },
        "OperatorToUse": "sample string 3"
      },
      "InfoSearchIdUtilisateurCible": {
        "Consider": true,
        "IsOrderByField": true,
        "Intervalle": {
          "Debut": 1,
          "Fin": 2
        },
        "OperatorToUse": "sample string 3"
      },
      "InfoSearchDateCreation": {
        "Consider": true,
        "IsOrderByField": true,
        "Intervalle": {
          "Debut": "2025-12-10T19:34:39.7707785+01:00",
          "Fin": "2025-12-10T19:34:39.7707785+01:00"
        },
        "OperatorToUse": "sample string 3"
      },
      "InfoSearchDateMaj": {
        "Consider": true,
        "IsOrderByField": true,
        "Intervalle": {
          "Debut": "2025-12-10T19:34:39.7707785+01:00",
          "Fin": "2025-12-10T19:34:39.7707785+01:00"
        },
        "OperatorToUse": "sample string 3"
      },
      "InfoSearchIsDeleted": {
        "Consider": true,
        "IsOrderByField": true,
        "Intervalle": {
          "Debut": true,
          "Fin": true
        },
        "OperatorToUse": "sample string 3"
      },
      "RowsCount": 9,
      "Offset": 10,
      "Rows": 11,
      "CrDateDebut": "2025-12-10T19:34:39.7707785+01:00",
      "CrDateFin": "2025-12-10T19:34:39.7707785+01:00"
    }
  ],
  "HasError": true,
  "Message": "sample string 2",
  "Count": 3,
  "IndexDebut": 4,
  "IndexFin": 5,
  "IsAuthentify": true,
  "IsConnected": true
}

application/xml, text/xml

Sample:
<BusinessResponseOfNotificationDtoUqWua_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:NotificationDto>
      <CrDateDebut>2025-12-10T19:34:39.7707785+01:00</CrDateDebut>
      <CrDateFin>2025-12-10T19:34:39.7707785+01:00</CrDateFin>
      <Offset>10</Offset>
      <Rows>11</Rows>
      <RowsCount>9</RowsCount>
      <d2p1:AffichageTermine>true</d2p1:AffichageTermine>
      <d2p1:DateCreation>2025-12-10T19:34:39.7707785+01:00</d2p1:DateCreation>
      <d2p1:DateMaj>2025-12-10T19:34:39.7707785+01:00</d2p1:DateMaj>
      <d2p1:IdNotification>1</d2p1:IdNotification>
      <d2p1:IdProfile>2</d2p1:IdProfile>
      <d2p1:IdUtilisateurCible>5</d2p1:IdUtilisateurCible>
      <d2p1:InfoSearchAffichageTermine>
        <Consider>true</Consider>
        <Intervalle>
          <Debut>true</Debut>
          <Fin>true</Fin>
        </Intervalle>
        <IsOrderByField>true</IsOrderByField>
        <OperatorToUse>sample string 3</OperatorToUse>
      </d2p1:InfoSearchAffichageTermine>
      <d2p1:InfoSearchDateCreation>
        <Consider>true</Consider>
        <Intervalle>
          <Debut>2025-12-10T19:34:39.7707785+01:00</Debut>
          <Fin>2025-12-10T19:34:39.7707785+01:00</Fin>
        </Intervalle>
        <IsOrderByField>true</IsOrderByField>
        <OperatorToUse>sample string 3</OperatorToUse>
      </d2p1:InfoSearchDateCreation>
      <d2p1:InfoSearchDateMaj>
        <Consider>true</Consider>
        <Intervalle>
          <Debut>2025-12-10T19:34:39.7707785+01:00</Debut>
          <Fin>2025-12-10T19:34:39.7707785+01:00</Fin>
        </Intervalle>
        <IsOrderByField>true</IsOrderByField>
        <OperatorToUse>sample string 3</OperatorToUse>
      </d2p1:InfoSearchDateMaj>
      <d2p1:InfoSearchIdNotification>
        <Consider>true</Consider>
        <Intervalle>
          <Debut>1</Debut>
          <Fin>2</Fin>
        </Intervalle>
        <IsOrderByField>true</IsOrderByField>
        <OperatorToUse>sample string 3</OperatorToUse>
      </d2p1:InfoSearchIdNotification>
      <d2p1:InfoSearchIdProfile>
        <Consider>true</Consider>
        <Intervalle>
          <Debut>1</Debut>
          <Fin>2</Fin>
        </Intervalle>
        <IsOrderByField>true</IsOrderByField>
        <OperatorToUse>sample string 3</OperatorToUse>
      </d2p1:InfoSearchIdProfile>
      <d2p1:InfoSearchIdUtilisateurCible>
        <Consider>true</Consider>
        <Intervalle>
          <Debut>1</Debut>
          <Fin>2</Fin>
        </Intervalle>
        <IsOrderByField>true</IsOrderByField>
        <OperatorToUse>sample string 3</OperatorToUse>
      </d2p1:InfoSearchIdUtilisateurCible>
      <d2p1:InfoSearchIsDeleted>
        <Consider>true</Consider>
        <Intervalle>
          <Debut>true</Debut>
          <Fin>true</Fin>
        </Intervalle>
        <IsOrderByField>true</IsOrderByField>
        <OperatorToUse>sample string 3</OperatorToUse>
      </d2p1:InfoSearchIsDeleted>
      <d2p1:InfoSearchMessage>
        <Consider>true</Consider>
        <Intervalle>
          <Debut>sample string 1</Debut>
          <Fin>sample string 2</Fin>
        </Intervalle>
        <IsOrderByField>true</IsOrderByField>
        <OperatorToUse>sample string 3</OperatorToUse>
      </d2p1:InfoSearchMessage>
      <d2p1:IsDeleted>true</d2p1:IsDeleted>
      <d2p1:Message>sample string 3</d2p1:Message>
    </d2p1:NotificationDto>
    <d2p1:NotificationDto>
      <CrDateDebut>2025-12-10T19:34:39.7707785+01:00</CrDateDebut>
      <CrDateFin>2025-12-10T19:34:39.7707785+01:00</CrDateFin>
      <Offset>10</Offset>
      <Rows>11</Rows>
      <RowsCount>9</RowsCount>
      <d2p1:AffichageTermine>true</d2p1:AffichageTermine>
      <d2p1:DateCreation>2025-12-10T19:34:39.7707785+01:00</d2p1:DateCreation>
      <d2p1:DateMaj>2025-12-10T19:34:39.7707785+01:00</d2p1:DateMaj>
      <d2p1:IdNotification>1</d2p1:IdNotification>
      <d2p1:IdProfile>2</d2p1:IdProfile>
      <d2p1:IdUtilisateurCible>5</d2p1:IdUtilisateurCible>
      <d2p1:InfoSearchAffichageTermine>
        <Consider>true</Consider>
        <Intervalle>
          <Debut>true</Debut>
          <Fin>true</Fin>
        </Intervalle>
        <IsOrderByField>true</IsOrderByField>
        <OperatorToUse>sample string 3</OperatorToUse>
      </d2p1:InfoSearchAffichageTermine>
      <d2p1:InfoSearchDateCreation>
        <Consider>true</Consider>
        <Intervalle>
          <Debut>2025-12-10T19:34:39.7707785+01:00</Debut>
          <Fin>2025-12-10T19:34:39.7707785+01:00</Fin>
        </Intervalle>
        <IsOrderByField>true</IsOrderByField>
        <OperatorToUse>sample string 3</OperatorToUse>
      </d2p1:InfoSearchDateCreation>
      <d2p1:InfoSearchDateMaj>
        <Consider>true</Consider>
        <Intervalle>
          <Debut>2025-12-10T19:34:39.7707785+01:00</Debut>
          <Fin>2025-12-10T19:34:39.7707785+01:00</Fin>
        </Intervalle>
        <IsOrderByField>true</IsOrderByField>
        <OperatorToUse>sample string 3</OperatorToUse>
      </d2p1:InfoSearchDateMaj>
      <d2p1:InfoSearchIdNotification>
        <Consider>true</Consider>
        <Intervalle>
          <Debut>1</Debut>
          <Fin>2</Fin>
        </Intervalle>
        <IsOrderByField>true</IsOrderByField>
        <OperatorToUse>sample string 3</OperatorToUse>
      </d2p1:InfoSearchIdNotification>
      <d2p1:InfoSearchIdProfile>
        <Consider>true</Consider>
        <Intervalle>
          <Debut>1</Debut>
          <Fin>2</Fin>
        </Intervalle>
        <IsOrderByField>true</IsOrderByField>
        <OperatorToUse>sample string 3</OperatorToUse>
      </d2p1:InfoSearchIdProfile>
      <d2p1:InfoSearchIdUtilisateurCible>
        <Consider>true</Consider>
        <Intervalle>
          <Debut>1</Debut>
          <Fin>2</Fin>
        </Intervalle>
        <IsOrderByField>true</IsOrderByField>
        <OperatorToUse>sample string 3</OperatorToUse>
      </d2p1:InfoSearchIdUtilisateurCible>
      <d2p1:InfoSearchIsDeleted>
        <Consider>true</Consider>
        <Intervalle>
          <Debut>true</Debut>
          <Fin>true</Fin>
        </Intervalle>
        <IsOrderByField>true</IsOrderByField>
        <OperatorToUse>sample string 3</OperatorToUse>
      </d2p1:InfoSearchIsDeleted>
      <d2p1:InfoSearchMessage>
        <Consider>true</Consider>
        <Intervalle>
          <Debut>sample string 1</Debut>
          <Fin>sample string 2</Fin>
        </Intervalle>
        <IsOrderByField>true</IsOrderByField>
        <OperatorToUse>sample string 3</OperatorToUse>
      </d2p1:InfoSearchMessage>
      <d2p1:IsDeleted>true</d2p1:IsDeleted>
      <d2p1:Message>sample string 3</d2p1:Message>
    </d2p1:NotificationDto>
  </Items>
</BusinessResponseOfNotificationDtoUqWua_PXw>