Datos de Radicados de la DGM
25/05/2021 13:29
Información general del servicio
Descripción
Este servicio expone datos referentes a datos de radicados.
Observaciones
Servicio de uso exclusivo para instituciones públicas.
Proveedor
Ministerio del Interior - Dirección General de Migraciones
Ambiente de Publicación
Producción
Mecanismo de autorización
Presentar Formulario de Solicitud del SII firmado por la máxima autoridad al MITIC y una nota para el productor, informando sobre el uso que se le dará a sus datos.
Tipo de servicio
REST: http://[IP:PUERTO]/migraciones/api/swagger.json
Documentación
---
Parámetros de cabecera
Authorization: Bearer [token] String (header)* requerido Accept String (header)* requerido
Métodos
Método 1
Radicado por número de documento
http://[IP:PUERTO]/migraciones/api/movimientos/obtenerRadicadosPorNroDocumento/{nroDocumento}
Parámetros
nroDocumento string (path) * requerido
Respuesta
Modelo
"ObtenerRadicadosPorNroDocumentoResponse": { "type": "object", "properties": { "respuestaRadicados": { "RespuestaRadicados": { "type": "object", "properties": { "codigo": { "type": "integer", "format": "int32" }, "mensaje": { "type": "string" }, "radicados": { "type": "array", "items": { "Radicados": { "type": "object", "properties": { "idc": { "type": "integer", "format": "int64" }, "referencia": { "type": "integer", "format": "int64" }, "libro": { "type": "string" }, "nro_registro": { "type": "integer", "format": "int64" }, "secuencia": { "type": "integer", "format": "int32" }, "nro_resol1": { "type": "integer", "format": "int64" }, "fecha_resol1": { "type": "string" }, "fecha_inscripcion": { "type": "string" }, "nro_expediente": { "type": "integer", "format": "int64" }, "idLibro": { "type": "string" }, "fecha": { "type": "string" }, "fecha_resol": { "type": "string" }, "nombres": { "type": "string" }, "apellidos": { "type": "string" }, "alsoname": { "type": "string" }, "fecha_nac": { "type": "string" }, "lugar_nac": { "type": "string" }, "sexo": { "type": "string" }, "pais": { "type": "integer", "format": "int32" }, "profesion": { "type": "integer", "format": "int32" }, "nation_nac": { "type": "string" }, "estado_civil": { "type": "integer", "format": "int32" }, "idcdpto": { "type": "integer", "format": "int32" }, "idcciu": { "type": "integer", "format": "int32" }, "tipo_radicacion": { "type": "string" }, "descripcionTipoRadicacion": { "type": "string" }, "fecha_llegada": { "type": "string" }, "tipo_documento": { "type": "integer", "format": "int32" }, "nro_documento": { "type": "string" }, "nro_carnet": { "type": "integer", "format": "int32" }, "domicilio": { "type": "string" }, "nation": { "type": "string" }, "nompais": { "type": "string" }, "gentilicio": { "type": "string" }, "continente": { "type": "integer", "format": "int32" }, "codtiposoli": { "type": "string" }, "requisitos": { "type": "string" }, "controles": { "type": "string" } } } } } } } } } }
Método 2
Radicado por datos personales (nombres, apellidos y fecha de nacimiento)
http://[IP:PUERTO]/migraciones/api/movimientos/obtenerRadicadosPorNomApeFechaNac
Parámetros
nombres string (query param) * requerido apellidos string (query param) * requerido fechaNac integer (query param) opcional
Respuesta
Modelo
"ObtenerRadicadosPorNomApeFechaNacResponse": { "type": "object", "properties": { "respuestaRadicados": { "RespuestaRadicados": { "type": "object", "properties": { "codigo": { "type": "integer", "format": "int32" }, "mensaje": { "type": "string" }, "radicados": { "type": "array", "items": { "Radicados": { "type": "object", "properties": { "idc": { "type": "integer", "format": "int64" }, "referencia": { "type": "integer", "format": "int64" }, "libro": { "type": "string" }, "nro_registro": { "type": "integer", "format": "int64" }, "secuencia": { "type": "integer", "format": "int32" }, "nro_resol1": { "type": "integer", "format": "int64" }, "fecha_resol1": { "type": "string" }, "fecha_inscripcion": { "type": "string" }, "nro_expediente": { "type": "integer", "format": "int64" }, "idLibro": { "type": "string" }, "fecha": { "type": "string" }, "fecha_resol": { "type": "string" }, "nombres": { "type": "string" }, "apellidos": { "type": "string" }, "alsoname": { "type": "string" }, "fecha_nac": { "type": "string" }, "lugar_nac": { "type": "string" }, "sexo": { "type": "string" }, "pais": { "type": "integer", "format": "int32" }, "profesion": { "type": "integer", "format": "int32" }, "nation_nac": { "type": "string" }, "estado_civil": { "type": "integer", "format": "int32" }, "idcdpto": { "type": "integer", "format": "int32" }, "idcciu": { "type": "integer", "format": "int32" }, "tipo_radicacion": { "type": "string" }, "descripcionTipoRadicacion": { "type": "string" }, "fecha_llegada": { "type": "string" }, "tipo_documento": { "type": "integer", "format": "int32" }, "nro_documento": { "type": "string" }, "nro_carnet": { "type": "integer", "format": "int32" }, "domicilio": { "type": "string" }, "nation": { "type": "string" }, "nompais": { "type": "string" }, "gentilicio": { "type": "string" }, "continente": { "type": "integer", "format": "int32" }, "codtiposoli": { "type": "string" }, "requisitos": { "type": "string" }, "controles": { "type": "string" } } } } } } } } } }
Método 3
Lista de estado de radicación
http://[IP:PUERTO]/migraciones/api/movimientos/obtenerTiposRadicados
Parámetros
---
Respuesta
Modelo
"ObtenerTiposRadicadosResponse": { "type": "object", "properties": { "respuestaTipoRadicados": { "RespuestaTipoRadicados": { "type": "object", "properties": { "codigo": { "type": "integer", "format": "int32" }, "mensaje": { "type": "string" }, "tipoRadicados": { "type": "array", "items": { "TipoRadicacion": { "type": "object", "properties": { "tipo_radicados": { "type": "string" }, "descripcion": { "type": "string" } } } } } } } } } }
Método 4
Datos de radicaciones en tramite
http://[IP:PUERTO]/migraciones/api/movimientos/obtenerExpedientesPorNroDocumento/{nroDocumento}
Parámetros
nroDocumento string (path param) * requerido
Respuesta
Modelo
"ObtenerExpedientesPorNroDocumentoResponse": { "type": "object", "properties": { "respuestaExpedientes": { "RespuestaExpedientes": { "type": "object", "properties": { "codigo": { "type": "integer", "format": "int32" }, "mensaje": { "type": "string" }, "expedientes": { "type": "array", "items": { "Expedientes": { "type": "object", "properties": { "idc": { "type": "integer", "format": "int32" }, "nroExpediente": { "type": "integer", "format": "int32" }, "idLibro": { "type": "string" }, "fecha": { "type": "string" }, "nroDocumento": { "type": "string" }, "nombres": { "type": "string" }, "apellidos": { "type": "string" }, "fechaNac": { "type": "string" }, "nomTipSoli": { "type": "string" }, "nacionalidad": { "type": "string" }, "lugarNacimiento": { "type": "string" }, "dominicilio": { "type": "string" } } } } } } } } } }
Método 5
Datos de radicaciones en tramite por datos personales (nombres, apellidos, fecha de nacimiento)
http://[IP:PUERTO]/migraciones/api/movimientos/obtenerExpedientesPorNomApeFechaNac
Parámetros
nombres string (query param) * requerido apellidos string (query param) * requerido fechaNac string (query param) opcional
Respuesta
Modelo
"ObtenerExpedientePorNomApeFechaNacResponse": { "type": "object", "properties": { "respuestaExpedientes": { "RespuestaExpedientes": { "type": "object", "properties": { "codigo": { "type": "integer", "format": "int32" }, "mensaje": { "type": "string" }, "expedientes": { "type": "array", "items": { "Expedientes": { "type": "object", "properties": { "idc": { "type": "integer", "format": "int32" }, "nroExpediente": { "type": "integer", "format": "int32" }, "idLibro": { "type": "string" }, "fecha": { "type": "string" }, "nroDocumento": { "type": "string" }, "nombres": { "type": "string" }, "apellidos": { "type": "string" }, "fechaNac": { "type": "string" }, "nomTipSoli": { "type": "string" }, "nacionalidad": { "type": "string" }, "lugarNacimiento": { "type": "string" }, "dominicilio": { "type": "string" } } } } } } } } } }
Nivel de calidad del servicio
Disponibilidad
99,99%
Tiempo de respuesta
menos de 1 segundo
Volumen de carga máx.
---
Fecha de Actualización
25/05/21 14:53:p.m.