/
Ad Spaces' Groups Listing

Ad Spaces' Groups Listing



URL: /admin/adnet/pub/admin/grupo_espacio.html?op=l&o=xml

Response:

It contains a list of objects <gespacio>.  The identifier is specified by the attribute gespacio_id and the data presented are:
  • nombre: group name
  • fecha_alta: group creation date
  • fecha_baja: if the group has been cleared, indicates the date it was deleted.
  • espacio_id: sites linsting, belonging to the group

Response example:

<lista>
    <gespacio gespacio_id=”123”>
        <nombre>Lat</nombre>
        <fecha_alta>2006-03-22 13:45:35</fecha_alta>
        <fecha_baja/>
        <espacio_id>
            <item id='1'>12429</item>
            <item id='2'>12500</item>
            <item id='3'>12509</item>
        </espacio_id>
    </gespacio>
</lista>

Related content