GET api/Edicao?id={id}
Documentation for 'Get'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | Documentation for 'id'. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Id": 1,
"Date": "2025-12-06T01:25:02.9445158-03:00"
}
text/html
Sample:
{"Id":1,"Date":"2025-12-06T01:25:02.9445158-03:00"}
application/xml, text/xml
Sample:
<Edicao xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JornalAVozDoPovoAPI.Models"> <Date>2025-12-06T01:25:02.9445158-03:00</Date> <Id>1</Id> </Edicao>