GET api/Data/Benutzer
Retrieves a list of users (Benutzer) from the database.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
An containing the list of users if found, or a 404 Not Found response if no users are available.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.