GET api/Rol/Catalogos
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of TablasTipo| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| nombre | string |
None. |
|
| tipo | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"nombre": "sample string 2",
"tipo": 3
},
{
"id": 1,
"nombre": "sample string 2",
"tipo": 3
}
]
application/xml, text/xml
Sample:
<ArrayOfTablasTipo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPIQCAZ.Models">
<TablasTipo>
<id>1</id>
<nombre>sample string 2</nombre>
<tipo>3</tipo>
</TablasTipo>
<TablasTipo>
<id>1</id>
<nombre>sample string 2</nombre>
<tipo>3</tipo>
</TablasTipo>
</ArrayOfTablasTipo>