GET api/informes/templo/{temploId}/misiones

Request Information

URI Parameters

NameDescriptionTypeAdditional information
temploId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Zona
NameDescriptionTypeAdditional information
Id

integer

None.

Nombre

string

None.

PadreId

integer

None.

Clave

string

None.

Zonas

Collection of Zona

None.

ResponsableId

integer

None.

Responsable

Usuario

None.

Direccion

string

None.

Telefono

string

None.

TipoZonaId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "nombre": "sample string 2",
    "padreId": 3,
    "clave": "sample string 4",
    "zonas": [],
    "responsableId": 1,
    "responsable": {
      "correoElectronico": "sample string 1",
      "contrasenia": "sample string 2",
      "rolId": 3,
      "rol": {
        "nombre": "sample string 1",
        "id": 2,
        "fechaCreacion": "2025-12-05T23:31:00.2246409-06:00",
        "usuarioCreador": 5,
        "fechaModificacion": "2025-12-05T23:31:00.2246409-06:00",
        "usuarioModificador": 1
      },
      "rolNombre": "sample string 4",
      "nombre": "sample string 5",
      "id": 6,
      "fechaCreacion": "2025-12-05T23:31:00.2246409-06:00",
      "usuarioCreador": 9,
      "fechaModificacion": "2025-12-05T23:31:00.2246409-06:00",
      "usuarioModificador": 1
    },
    "direccion": "sample string 5",
    "telefono": "sample string 6",
    "tipoZonaId": 1
  },
  {
    "id": 1,
    "nombre": "sample string 2",
    "padreId": 3,
    "clave": "sample string 4",
    "zonas": [],
    "responsableId": 1,
    "responsable": {
      "correoElectronico": "sample string 1",
      "contrasenia": "sample string 2",
      "rolId": 3,
      "rol": {
        "nombre": "sample string 1",
        "id": 2,
        "fechaCreacion": "2025-12-05T23:31:00.2246409-06:00",
        "usuarioCreador": 5,
        "fechaModificacion": "2025-12-05T23:31:00.2246409-06:00",
        "usuarioModificador": 1
      },
      "rolNombre": "sample string 4",
      "nombre": "sample string 5",
      "id": 6,
      "fechaCreacion": "2025-12-05T23:31:00.2246409-06:00",
      "usuarioCreador": 9,
      "fechaModificacion": "2025-12-05T23:31:00.2246409-06:00",
      "usuarioModificador": 1
    },
    "direccion": "sample string 5",
    "telefono": "sample string 6",
    "tipoZonaId": 1
  }
]

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'Admin.Shared.Entities.Catalogos.Zona' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'Admin.Shared.Entities.Catalogos.Zona' contains cycles and cannot be serialized if reference tracking is disabled.