GET api/ExtranetGeneratedCtrl/GetCanalreceptionById?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
BusinessResponseOfCanalreceptionDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Items | Collection of CanalreceptionDto |
None. |
Response Formats
application/json, text/json
Sample:
{
"Items": [
{
"IdCanalReception": 1,
"CodeCanalReception": "sample string 2",
"LibelleCanalReception": "sample string 3",
"IdDeleted": true,
"InfoSearchIdCanalReception": {
"Consider": true,
"IsOrderByField": true,
"Intervalle": {
"Debut": 1,
"Fin": 2
},
"OperatorToUse": "sample string 3"
},
"InfoSearchCodeCanalReception": {
"Consider": true,
"IsOrderByField": true,
"Intervalle": {
"Debut": "sample string 1",
"Fin": "sample string 2"
},
"OperatorToUse": "sample string 3"
},
"InfoSearchLibelleCanalReception": {
"Consider": true,
"IsOrderByField": true,
"Intervalle": {
"Debut": "sample string 1",
"Fin": "sample string 2"
},
"OperatorToUse": "sample string 3"
},
"InfoSearchIdDeleted": {
"Consider": true,
"IsOrderByField": true,
"Intervalle": {
"Debut": true,
"Fin": true
},
"OperatorToUse": "sample string 3"
},
"RowsCount": 4,
"Offset": 5,
"Rows": 6,
"CrDateDebut": "2025-12-10T19:36:33.024208+01:00",
"CrDateFin": "2025-12-10T19:36:33.024208+01:00"
},
{
"IdCanalReception": 1,
"CodeCanalReception": "sample string 2",
"LibelleCanalReception": "sample string 3",
"IdDeleted": true,
"InfoSearchIdCanalReception": {
"Consider": true,
"IsOrderByField": true,
"Intervalle": {
"Debut": 1,
"Fin": 2
},
"OperatorToUse": "sample string 3"
},
"InfoSearchCodeCanalReception": {
"Consider": true,
"IsOrderByField": true,
"Intervalle": {
"Debut": "sample string 1",
"Fin": "sample string 2"
},
"OperatorToUse": "sample string 3"
},
"InfoSearchLibelleCanalReception": {
"Consider": true,
"IsOrderByField": true,
"Intervalle": {
"Debut": "sample string 1",
"Fin": "sample string 2"
},
"OperatorToUse": "sample string 3"
},
"InfoSearchIdDeleted": {
"Consider": true,
"IsOrderByField": true,
"Intervalle": {
"Debut": true,
"Fin": true
},
"OperatorToUse": "sample string 3"
},
"RowsCount": 4,
"Offset": 5,
"Rows": 6,
"CrDateDebut": "2025-12-10T19:36:33.024208+01:00",
"CrDateFin": "2025-12-10T19:36:33.024208+01:00"
}
],
"HasError": true,
"Message": "sample string 2",
"Count": 3,
"IndexDebut": 4,
"IndexFin": 5,
"IsAuthentify": true,
"IsConnected": true
}
application/xml, text/xml
Sample:
<BusinessResponseOfCanalreceptionDtoUqWua_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:CanalreceptionDto>
<CrDateDebut>2025-12-10T19:36:33.024208+01:00</CrDateDebut>
<CrDateFin>2025-12-10T19:36:33.024208+01:00</CrDateFin>
<Offset>5</Offset>
<Rows>6</Rows>
<RowsCount>4</RowsCount>
<d2p1:CodeCanalReception>sample string 2</d2p1:CodeCanalReception>
<d2p1:IdCanalReception>1</d2p1:IdCanalReception>
<d2p1:IdDeleted>true</d2p1:IdDeleted>
<d2p1:InfoSearchCodeCanalReception>
<Consider>true</Consider>
<Intervalle>
<Debut>sample string 1</Debut>
<Fin>sample string 2</Fin>
</Intervalle>
<IsOrderByField>true</IsOrderByField>
<OperatorToUse>sample string 3</OperatorToUse>
</d2p1:InfoSearchCodeCanalReception>
<d2p1:InfoSearchIdCanalReception>
<Consider>true</Consider>
<Intervalle>
<Debut>1</Debut>
<Fin>2</Fin>
</Intervalle>
<IsOrderByField>true</IsOrderByField>
<OperatorToUse>sample string 3</OperatorToUse>
</d2p1:InfoSearchIdCanalReception>
<d2p1:InfoSearchIdDeleted>
<Consider>true</Consider>
<Intervalle>
<Debut>true</Debut>
<Fin>true</Fin>
</Intervalle>
<IsOrderByField>true</IsOrderByField>
<OperatorToUse>sample string 3</OperatorToUse>
</d2p1:InfoSearchIdDeleted>
<d2p1:InfoSearchLibelleCanalReception>
<Consider>true</Consider>
<Intervalle>
<Debut>sample string 1</Debut>
<Fin>sample string 2</Fin>
</Intervalle>
<IsOrderByField>true</IsOrderByField>
<OperatorToUse>sample string 3</OperatorToUse>
</d2p1:InfoSearchLibelleCanalReception>
<d2p1:LibelleCanalReception>sample string 3</d2p1:LibelleCanalReception>
</d2p1:CanalreceptionDto>
<d2p1:CanalreceptionDto>
<CrDateDebut>2025-12-10T19:36:33.024208+01:00</CrDateDebut>
<CrDateFin>2025-12-10T19:36:33.024208+01:00</CrDateFin>
<Offset>5</Offset>
<Rows>6</Rows>
<RowsCount>4</RowsCount>
<d2p1:CodeCanalReception>sample string 2</d2p1:CodeCanalReception>
<d2p1:IdCanalReception>1</d2p1:IdCanalReception>
<d2p1:IdDeleted>true</d2p1:IdDeleted>
<d2p1:InfoSearchCodeCanalReception>
<Consider>true</Consider>
<Intervalle>
<Debut>sample string 1</Debut>
<Fin>sample string 2</Fin>
</Intervalle>
<IsOrderByField>true</IsOrderByField>
<OperatorToUse>sample string 3</OperatorToUse>
</d2p1:InfoSearchCodeCanalReception>
<d2p1:InfoSearchIdCanalReception>
<Consider>true</Consider>
<Intervalle>
<Debut>1</Debut>
<Fin>2</Fin>
</Intervalle>
<IsOrderByField>true</IsOrderByField>
<OperatorToUse>sample string 3</OperatorToUse>
</d2p1:InfoSearchIdCanalReception>
<d2p1:InfoSearchIdDeleted>
<Consider>true</Consider>
<Intervalle>
<Debut>true</Debut>
<Fin>true</Fin>
</Intervalle>
<IsOrderByField>true</IsOrderByField>
<OperatorToUse>sample string 3</OperatorToUse>
</d2p1:InfoSearchIdDeleted>
<d2p1:InfoSearchLibelleCanalReception>
<Consider>true</Consider>
<Intervalle>
<Debut>sample string 1</Debut>
<Fin>sample string 2</Fin>
</Intervalle>
<IsOrderByField>true</IsOrderByField>
<OperatorToUse>sample string 3</OperatorToUse>
</d2p1:InfoSearchLibelleCanalReception>
<d2p1:LibelleCanalReception>sample string 3</d2p1:LibelleCanalReception>
</d2p1:CanalreceptionDto>
</Items>
</BusinessResponseOfCanalreceptionDtoUqWua_PXw>