GET Use
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of vUser| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Use | string |
None. |
|
| Pas | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Use": "sample string 2",
"Pas": "sample string 3"
},
{
"Id": 1,
"Use": "sample string 2",
"Pas": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfvUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WALogic.Modelo">
<vUser>
<Id>1</Id>
<Pas>sample string 3</Pas>
<Use>sample string 2</Use>
</vUser>
<vUser>
<Id>1</Id>
<Pas>sample string 3</Pas>
<Use>sample string 2</Use>
</vUser>
</ArrayOfvUser>