GET v1/orientacoes_curricular?esc_id={esc_id}

Busca as orientacoes curriculares pela escola

Request Information

Parameters

NameDescriptionAdditional information
esc_id

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.