GET publicaciones/getListaPublicacionesConjuntos
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
PublicacionesConjuntosLista| Name | Description | Type | Additional information |
|---|---|---|---|
| Lista | Collection of SP_LIST_PUBLICACIONESCONJUNTOS_Result |
None. |
Response Formats
application/json, text/json
Sample:
{
"Lista": [
{
"$id": "2",
"PublicacionConjuntoID": 1,
"PublicacionID": 1,
"ConjuntoID": 1,
"NombreConjunto": "sample string 2",
"ZonasLocalidadID": 1,
"NombreZonaLocalidad": "sample string 3"
},
{
"$ref": "2"
}
]
}
text/html
Sample:
{
"$id": "1",
"Lista": [
{
"$id": "2",
"PublicacionConjuntoID": 1,
"PublicacionID": 1,
"ConjuntoID": 1,
"NombreConjunto": "sample string 2",
"ZonasLocalidadID": 1,
"NombreZonaLocalidad": "sample string 3"
},
{
"$ref": "2"
}
]
}