GET api/orientacoes_curricular?ent_id={ent_id}&esc_id={esc_id}&dataBase={dataBase}

Busca as orientacoes curriculares pela database, entidade e escola

Request Information

Parameters

NameDescriptionAdditional information
ent_id

Define this parameter in the request URI.

esc_id

Define this parameter in the request URI.

dataBase

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.