Last active
June 4, 2018 19:38
-
-
Save cami7ord/685030d7823f9d315b7e10a5ed0de5cd to your computer and use it in GitHub Desktop.
Routes-Json-Response
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"routes": [{ | |
"id": 133123213, | |
"name": "Ruta 1", | |
"tribunals": [{ | |
"name": "Juzgado 1", | |
"address": "Calle 1 - 23", | |
"processes": [{ | |
"id": 1736187, | |
"caseNumber": "AB12313", | |
"name": "Camilo vs Felipe", | |
"latestStage": "En proceso", | |
"latestUpdate": "DATE", | |
"numTasks": 3 | |
}, { | |
"id": 2142141, | |
"caseNumber": "AC12313", | |
"name": "Bancolombia vs Juan", | |
"latestStage": "En proceso", | |
"latestUpdate": "DATE", | |
"numTasks": 0 | |
}] | |
}, { | |
"name": "Juzgado 2", | |
"address": "Calle 2 - 34", | |
"processes": [{ | |
"id": 3132141, | |
"caseNumber": "AG12313", | |
"name": "Camilo vs Felipe", | |
"latestStage": "En proceso", | |
"latestUpdate": "DATE", | |
"numTasks": 2 | |
}, { | |
"id": 2142142143, | |
"caseNumber": "AI12313", | |
"name": "Bancolombia vs Juan", | |
"latestStage": "En proceso", | |
"latestUpdate": "DATE", | |
"numTasks": 0 | |
}] | |
}] | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment