GET v1/alunos?alu_ids={alu_ids}

Descrição: retorna registros de usuário dos alunos pelos ids concatenados -- Utilização: URL_API/alunos?alu_ids=1;2;3 -- Parâmetros: ids: ids dos alunos concatenados

Request Information

Parameters

NameDescriptionAdditional information
alu_ids
No Documentation Found.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {},
  {},
  {}
]

text/xml

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

text/csv

Sample:

Sample not available.