GET parametricas/getListaConjuntosById?id={id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

ConjuntosByIdLista
NameDescriptionTypeAdditional information
Lista

Collection of SP_LIST_CONJUNTOSBYID_Result

None.

Response Formats

application/json, text/json

Sample:
{
  "Lista": [
    {
      "$id": "2",
      "ConjuntoID": 1,
      "NombreConjunto": "sample string 2",
      "ZonaLocalidadID": 1
    },
    {
      "$ref": "2"
    }
  ]
}

text/html

Sample:
{
  "$id": "1",
  "Lista": [
    {
      "$id": "2",
      "ConjuntoID": 1,
      "NombreConjunto": "sample string 2",
      "ZonaLocalidadID": 1
    },
    {
      "$ref": "2"
    }
  ]
}