audiovalid.postman_collection.json 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386
  1. {
  2. "info": {
  3. "_postman_id": "e493c256-2196-40ab-a101-834fcba8ae8a",
  4. "name": "AudioValid 2020",
  5. "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  6. },
  7. "item": [
  8. {
  9. "name": "archivo",
  10. "item": [
  11. {
  12. "name": "/v1/archivo",
  13. "request": {
  14. "method": "GET",
  15. "header": [],
  16. "url": {
  17. "raw": "{{url}}/v1/archivo?ciudad=prueba&estacion=100_3HMO&fecha=2020-02-10",
  18. "host": [
  19. "{{url}}"
  20. ],
  21. "path": [
  22. "v1",
  23. "archivo"
  24. ],
  25. "query": [
  26. {
  27. "key": "ciudad",
  28. "value": "prueba"
  29. },
  30. {
  31. "key": "estacion",
  32. "value": "100_3HMO"
  33. },
  34. {
  35. "key": "fecha",
  36. "value": "2020-02-10"
  37. }
  38. ]
  39. }
  40. },
  41. "response": []
  42. }
  43. ],
  44. "protocolProfileBehavior": {}
  45. },
  46. {
  47. "name": "entidad",
  48. "item": [
  49. {
  50. "name": "/v1/entidad",
  51. "request": {
  52. "method": "GET",
  53. "header": [],
  54. "url": {
  55. "raw": "{{url}}/v1/entidad",
  56. "host": [
  57. "{{url}}"
  58. ],
  59. "path": [
  60. "v1",
  61. "entidad"
  62. ]
  63. }
  64. },
  65. "response": []
  66. },
  67. {
  68. "name": "/v1/entidad",
  69. "request": {
  70. "method": "POST",
  71. "header": [
  72. {
  73. "key": "Content-Type",
  74. "value": "application/json",
  75. "type": "text"
  76. },
  77. {
  78. "key": "Accept",
  79. "value": "application/json",
  80. "type": "text"
  81. }
  82. ],
  83. "body": {
  84. "mode": "raw",
  85. "raw": "{\n\t\"nombre\": \"RTC\"\n}"
  86. },
  87. "url": {
  88. "raw": "{{url}}/v1/entidad/crear",
  89. "host": [
  90. "{{url}}"
  91. ],
  92. "path": [
  93. "v1",
  94. "entidad",
  95. "crear"
  96. ]
  97. }
  98. },
  99. "response": [
  100. {
  101. "name": "/v1/entidad",
  102. "originalRequest": {
  103. "method": "POST",
  104. "header": [
  105. {
  106. "key": "Content-Type",
  107. "value": "application/json",
  108. "type": "text"
  109. },
  110. {
  111. "key": "Accept",
  112. "value": "application/json",
  113. "type": "text"
  114. }
  115. ],
  116. "body": {
  117. "mode": "raw",
  118. "raw": "{\n\t\"nombre\": \"RTC\"\n}"
  119. },
  120. "url": {
  121. "raw": "{{url}}/v1/entidad",
  122. "host": [
  123. "{{url}}"
  124. ],
  125. "path": [
  126. "v1",
  127. "entidad"
  128. ]
  129. }
  130. },
  131. "status": "OK",
  132. "code": 200,
  133. "_postman_previewlanguage": "json",
  134. "header": [
  135. {
  136. "key": "Date",
  137. "value": "Tue, 18 Feb 2020 16:51:12 GMT"
  138. },
  139. {
  140. "key": "Server",
  141. "value": "Apache/2.4.18 (Ubuntu)"
  142. },
  143. {
  144. "key": "Vary",
  145. "value": "Accept"
  146. },
  147. {
  148. "key": "Keep-Alive",
  149. "value": "timeout=5, max=100"
  150. },
  151. {
  152. "key": "Connection",
  153. "value": "Keep-Alive"
  154. },
  155. {
  156. "key": "Transfer-Encoding",
  157. "value": "chunked"
  158. },
  159. {
  160. "key": "Content-Type",
  161. "value": "application/json; charset=UTF-8"
  162. }
  163. ],
  164. "cookie": [],
  165. "body": "[\n {\n \"id\": 1,\n \"nombre\": \"RTC\"\n }\n]"
  166. }
  167. ]
  168. }
  169. ],
  170. "protocolProfileBehavior": {}
  171. },
  172. {
  173. "name": "dependencia",
  174. "item": [
  175. {
  176. "name": "/v1/dependencia",
  177. "protocolProfileBehavior": {
  178. "disableBodyPruning": true
  179. },
  180. "request": {
  181. "method": "GET",
  182. "header": [
  183. {
  184. "key": "Content-Type",
  185. "value": "application/json",
  186. "type": "text"
  187. },
  188. {
  189. "key": "Accept",
  190. "value": "application/json",
  191. "type": "text"
  192. }
  193. ],
  194. "body": {
  195. "mode": "raw",
  196. "raw": "{\n\t\"nombre\": \"RTC\"\n}"
  197. },
  198. "url": {
  199. "raw": "{{url}}/v1/dependencia",
  200. "host": [
  201. "{{url}}"
  202. ],
  203. "path": [
  204. "v1",
  205. "dependencia"
  206. ]
  207. }
  208. },
  209. "response": [
  210. {
  211. "name": "/v1/entidad",
  212. "originalRequest": {
  213. "method": "POST",
  214. "header": [
  215. {
  216. "key": "Content-Type",
  217. "value": "application/json",
  218. "type": "text"
  219. },
  220. {
  221. "key": "Accept",
  222. "value": "application/json",
  223. "type": "text"
  224. }
  225. ],
  226. "body": {
  227. "mode": "raw",
  228. "raw": "{\n\t\"nombre\": \"RTC\"\n}"
  229. },
  230. "url": {
  231. "raw": "{{url}}/v1/entidad",
  232. "host": [
  233. "{{url}}"
  234. ],
  235. "path": [
  236. "v1",
  237. "entidad"
  238. ]
  239. }
  240. },
  241. "status": "OK",
  242. "code": 200,
  243. "_postman_previewlanguage": "json",
  244. "header": [
  245. {
  246. "key": "Date",
  247. "value": "Tue, 18 Feb 2020 16:51:12 GMT"
  248. },
  249. {
  250. "key": "Server",
  251. "value": "Apache/2.4.18 (Ubuntu)"
  252. },
  253. {
  254. "key": "Vary",
  255. "value": "Accept"
  256. },
  257. {
  258. "key": "Keep-Alive",
  259. "value": "timeout=5, max=100"
  260. },
  261. {
  262. "key": "Connection",
  263. "value": "Keep-Alive"
  264. },
  265. {
  266. "key": "Transfer-Encoding",
  267. "value": "chunked"
  268. },
  269. {
  270. "key": "Content-Type",
  271. "value": "application/json; charset=UTF-8"
  272. }
  273. ],
  274. "cookie": [],
  275. "body": "[\n {\n \"id\": 1,\n \"nombre\": \"RTC\"\n }\n]"
  276. }
  277. ]
  278. },
  279. {
  280. "name": "/v1/dependencia",
  281. "request": {
  282. "method": "POST",
  283. "header": [
  284. {
  285. "key": "Content-Type",
  286. "value": "application/json",
  287. "type": "text"
  288. },
  289. {
  290. "key": "Accept",
  291. "value": "application/json",
  292. "type": "text"
  293. }
  294. ],
  295. "body": {
  296. "mode": "raw",
  297. "raw": "{\n\t\"idEntidad\": 1,\n\t\"nombre\": \"Ejemplo\"\n}"
  298. },
  299. "url": {
  300. "raw": "{{url}}/v1/dependencia/crear",
  301. "host": [
  302. "{{url}}"
  303. ],
  304. "path": [
  305. "v1",
  306. "dependencia",
  307. "crear"
  308. ]
  309. }
  310. },
  311. "response": [
  312. {
  313. "name": "/v1/entidad",
  314. "originalRequest": {
  315. "method": "POST",
  316. "header": [
  317. {
  318. "key": "Content-Type",
  319. "value": "application/json",
  320. "type": "text"
  321. },
  322. {
  323. "key": "Accept",
  324. "value": "application/json",
  325. "type": "text"
  326. }
  327. ],
  328. "body": {
  329. "mode": "raw",
  330. "raw": "{\n\t\"nombre\": \"RTC\"\n}"
  331. },
  332. "url": {
  333. "raw": "{{url}}/v1/entidad",
  334. "host": [
  335. "{{url}}"
  336. ],
  337. "path": [
  338. "v1",
  339. "entidad"
  340. ]
  341. }
  342. },
  343. "status": "OK",
  344. "code": 200,
  345. "_postman_previewlanguage": "json",
  346. "header": [
  347. {
  348. "key": "Date",
  349. "value": "Tue, 18 Feb 2020 16:51:12 GMT"
  350. },
  351. {
  352. "key": "Server",
  353. "value": "Apache/2.4.18 (Ubuntu)"
  354. },
  355. {
  356. "key": "Vary",
  357. "value": "Accept"
  358. },
  359. {
  360. "key": "Keep-Alive",
  361. "value": "timeout=5, max=100"
  362. },
  363. {
  364. "key": "Connection",
  365. "value": "Keep-Alive"
  366. },
  367. {
  368. "key": "Transfer-Encoding",
  369. "value": "chunked"
  370. },
  371. {
  372. "key": "Content-Type",
  373. "value": "application/json; charset=UTF-8"
  374. }
  375. ],
  376. "cookie": [],
  377. "body": "[\n {\n \"id\": 1,\n \"nombre\": \"RTC\"\n }\n]"
  378. }
  379. ]
  380. }
  381. ],
  382. "protocolProfileBehavior": {}
  383. }
  384. ],
  385. "protocolProfileBehavior": {}
  386. }