GET api/Archivos_Digitales_Tipos/GetArchivos_Digitales_Tipos
Retorna todos los tipos.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Archivos_Digitales_Tipos| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Id del tipo de archivo |
integer |
None. |
| Nombre |
Nombre del tipo de archivo |
string |
String length: inclusive between 0 and 50 |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Nombre": "sample string 2"
}
application/xml, text/xml
Sample:
<Archivos_Digitales_Tipos xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Seed_APi_Bella_Aurora"> <Id>1</Id> <Nombre>sample string 2</Nombre> </Archivos_Digitales_Tipos>