GET api/Documentos?IdCliente={IdCliente}&IdColegioAnioAcademico={IdColegioAnioAcademico}&CodUsuario={CodUsuario}&IdIdioma={IdIdioma}&CodAlumno={CodAlumno}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
IdCliente

integer

Required

IdColegioAnioAcademico

integer

Required

CodUsuario

integer

Required

IdIdioma

string

Required

CodAlumno

integer

Required

Body Parameters

Collection of integer

Request Formats

application/json, text/json

Sample:
[
  1,
  2
]

application/xml, text/xml

Sample:
<ArrayOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <int>1</int>
  <int>2</int>
</ArrayOfint>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'List`1'.

Response Information

Resource Description

Collection of Documentos
NameDescriptionTypeAdditional information
Area

string

None.

DocumentosArray

Collection of Documento

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Area": "sample string 1",
    "DocumentosArray": [
      {
        "IdDocumento": 1,
        "Nombre": "sample string 2",
        "Fecha": "2025-05-07T05:57:45.9826709+02:00",
        "Tipo": "sample string 3",
        "Enlace": "sample string 4"
      },
      {
        "IdDocumento": 1,
        "Nombre": "sample string 2",
        "Fecha": "2025-05-07T05:57:45.9826709+02:00",
        "Tipo": "sample string 3",
        "Enlace": "sample string 4"
      }
    ]
  },
  {
    "Area": "sample string 1",
    "DocumentosArray": [
      {
        "IdDocumento": 1,
        "Nombre": "sample string 2",
        "Fecha": "2025-05-07T05:57:45.9826709+02:00",
        "Tipo": "sample string 3",
        "Enlace": "sample string 4"
      },
      {
        "IdDocumento": 1,
        "Nombre": "sample string 2",
        "Fecha": "2025-05-07T05:57:45.9826709+02:00",
        "Tipo": "sample string 3",
        "Enlace": "sample string 4"
      }
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfDocumentos xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EduAppFam_ApiSwagger.EduAppFam_ApiSwagger.Models">
  <Documentos>
    <Area>sample string 1</Area>
    <DocumentosArray>
      <Documento>
        <Enlace>sample string 4</Enlace>
        <Fecha>2025-05-07T05:57:45.9826709+02:00</Fecha>
        <IdDocumento>1</IdDocumento>
        <Nombre>sample string 2</Nombre>
        <Tipo>sample string 3</Tipo>
      </Documento>
      <Documento>
        <Enlace>sample string 4</Enlace>
        <Fecha>2025-05-07T05:57:45.9826709+02:00</Fecha>
        <IdDocumento>1</IdDocumento>
        <Nombre>sample string 2</Nombre>
        <Tipo>sample string 3</Tipo>
      </Documento>
    </DocumentosArray>
  </Documentos>
  <Documentos>
    <Area>sample string 1</Area>
    <DocumentosArray>
      <Documento>
        <Enlace>sample string 4</Enlace>
        <Fecha>2025-05-07T05:57:45.9826709+02:00</Fecha>
        <IdDocumento>1</IdDocumento>
        <Nombre>sample string 2</Nombre>
        <Tipo>sample string 3</Tipo>
      </Documento>
      <Documento>
        <Enlace>sample string 4</Enlace>
        <Fecha>2025-05-07T05:57:45.9826709+02:00</Fecha>
        <IdDocumento>1</IdDocumento>
        <Nombre>sample string 2</Nombre>
        <Tipo>sample string 3</Tipo>
      </Documento>
    </DocumentosArray>
  </Documentos>
</ArrayOfDocumentos>