GET api/authors/GetAuthors

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Author
NameDescriptionTypeAdditional information
ID

integer

None.

FULL_NAME

string

None.

PROFILE_IMAGE

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "FULL_NAME": "sample string 2",
  "PROFILE_IMAGE": "sample string 3"
}

application/xml, text/xml

Sample:
<Author xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Amigos.News.Api.News">
  <FullName>sample string 2</FullName>
  <ID>1</ID>
  <ProfileImage>sample string 3</ProfileImage>
</Author>