GET api/Data/Artikel

Retrieves a list of articles (Artikel) from the database.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

An containing the list of articles if found, or a 404 Not Found response if no articles are available.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.