GET api/GoogleDriveConfigurador/ObtenerUrlArchivo/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"$id": "2",
"id": 1,
"tabla": "sample string 2",
"url": "sample string 3"
},
{
"$ref": "2"
},
{
"$ref": "2"
}
]
application/xml, text/xml
Sample:
<ArrayOfsp_ObtenerUrlXCodApiGoogleDrive xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Datos.Entidades">
<sp_ObtenerUrlXCodApiGoogleDrive>
<id>1</id>
<tabla>sample string 2</tabla>
<url>sample string 3</url>
</sp_ObtenerUrlXCodApiGoogleDrive>
<sp_ObtenerUrlXCodApiGoogleDrive>
<id>1</id>
<tabla>sample string 2</tabla>
<url>sample string 3</url>
</sp_ObtenerUrlXCodApiGoogleDrive>
<sp_ObtenerUrlXCodApiGoogleDrive>
<id>1</id>
<tabla>sample string 2</tabla>
<url>sample string 3</url>
</sp_ObtenerUrlXCodApiGoogleDrive>
</ArrayOfsp_ObtenerUrlXCodApiGoogleDrive>