GET api/Auth?token={token}&email={email}

Documentation for 'Get'.

Request Information

Parameters

NameDescriptionAdditional information
token
Documentation for 'token'.

Define this parameter in the request URI.

email
Documentation for 'email'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Nome": "sample string 2"
}

text/html

Sample:
{"Id":1,"Nome":"sample string 2"}

application/xml, text/xml

Sample:
<Auth xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JornalAVozDoPovoAPI.Models">
  <Id>1</Id>
  <Nome>sample string 2</Nome>
</Auth>