Sites Listing
Sites Listing
URL: /admin/adnet/pub/admin/sitios.html?op=l&=o=xml
Potential parameters:
- estado: site status. If not specified, all the sites are displayed. The potential values are:
- act: active
- arc: archived
- all: all
Examples of URLs with parameters:
/admin/adnet/pub/admin/sitios.html?op=l&o=xml
/admin/adnet/pub/admin/sitios.html?op=l&estado=act&o=xml
/admin/adnet/pub/admin/sitios.html?op=l&estado=arc&o=xml
Response:
It contains a list of objetcs <sitio>. The identifier is specified by the attribute sitio_id and the data presented are:
- nombre: site name
- url: site URL
- observaciones: comments about the site
- estado: indica tes if the site is active (0) or archived (1)
- fecha_alta: fsite creation date
- fecha_baja: if the site has been cleared, indicates the date it was deleted.
Response example:
<lista> <sitio sitio_id=”123”> <nombre>Autos.com</nombre> <estado>0</estado> 10 v 4.4.0 <observaciones/> <url>http://www.autos.com/</url> <fecha_alta>2006-03-22 13:45:35</fecha_alta> <fecha_baja/> </sitio> <sitio sitio_id=”129”> <nombre>Telefonos.com</nombre> <estado>1</estado> <observaciones>Venta de telefonos on-line</observaciones> <url>http://www.telefonos.com/</url> <fecha_alta>2006-03-21 11:25:15</fecha_alta> <fecha_baja/> </sitio> </lista> |
, multiple selections available,