audiovalid.postman_collection.json 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384
  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",
  89. "host": [
  90. "{{url}}"
  91. ],
  92. "path": [
  93. "v1",
  94. "entidad"
  95. ]
  96. }
  97. },
  98. "response": [
  99. {
  100. "name": "/v1/entidad",
  101. "originalRequest": {
  102. "method": "POST",
  103. "header": [
  104. {
  105. "key": "Content-Type",
  106. "value": "application/json",
  107. "type": "text"
  108. },
  109. {
  110. "key": "Accept",
  111. "value": "application/json",
  112. "type": "text"
  113. }
  114. ],
  115. "body": {
  116. "mode": "raw",
  117. "raw": "{\n\t\"nombre\": \"RTC\"\n}"
  118. },
  119. "url": {
  120. "raw": "{{url}}/v1/entidad",
  121. "host": [
  122. "{{url}}"
  123. ],
  124. "path": [
  125. "v1",
  126. "entidad"
  127. ]
  128. }
  129. },
  130. "status": "OK",
  131. "code": 200,
  132. "_postman_previewlanguage": "json",
  133. "header": [
  134. {
  135. "key": "Date",
  136. "value": "Tue, 18 Feb 2020 16:51:12 GMT"
  137. },
  138. {
  139. "key": "Server",
  140. "value": "Apache/2.4.18 (Ubuntu)"
  141. },
  142. {
  143. "key": "Vary",
  144. "value": "Accept"
  145. },
  146. {
  147. "key": "Keep-Alive",
  148. "value": "timeout=5, max=100"
  149. },
  150. {
  151. "key": "Connection",
  152. "value": "Keep-Alive"
  153. },
  154. {
  155. "key": "Transfer-Encoding",
  156. "value": "chunked"
  157. },
  158. {
  159. "key": "Content-Type",
  160. "value": "application/json; charset=UTF-8"
  161. }
  162. ],
  163. "cookie": [],
  164. "body": "[\n {\n \"id\": 1,\n \"nombre\": \"RTC\"\n }\n]"
  165. }
  166. ]
  167. }
  168. ],
  169. "protocolProfileBehavior": {}
  170. },
  171. {
  172. "name": "dependencia",
  173. "item": [
  174. {
  175. "name": "/v1/dependencia",
  176. "protocolProfileBehavior": {
  177. "disableBodyPruning": true
  178. },
  179. "request": {
  180. "method": "GET",
  181. "header": [
  182. {
  183. "key": "Content-Type",
  184. "value": "application/json",
  185. "type": "text"
  186. },
  187. {
  188. "key": "Accept",
  189. "value": "application/json",
  190. "type": "text"
  191. }
  192. ],
  193. "body": {
  194. "mode": "raw",
  195. "raw": "{\n\t\"nombre\": \"RTC\"\n}"
  196. },
  197. "url": {
  198. "raw": "{{url}}/v1/dependencia",
  199. "host": [
  200. "{{url}}"
  201. ],
  202. "path": [
  203. "v1",
  204. "dependencia"
  205. ]
  206. }
  207. },
  208. "response": [
  209. {
  210. "name": "/v1/entidad",
  211. "originalRequest": {
  212. "method": "POST",
  213. "header": [
  214. {
  215. "key": "Content-Type",
  216. "value": "application/json",
  217. "type": "text"
  218. },
  219. {
  220. "key": "Accept",
  221. "value": "application/json",
  222. "type": "text"
  223. }
  224. ],
  225. "body": {
  226. "mode": "raw",
  227. "raw": "{\n\t\"nombre\": \"RTC\"\n}"
  228. },
  229. "url": {
  230. "raw": "{{url}}/v1/entidad",
  231. "host": [
  232. "{{url}}"
  233. ],
  234. "path": [
  235. "v1",
  236. "entidad"
  237. ]
  238. }
  239. },
  240. "status": "OK",
  241. "code": 200,
  242. "_postman_previewlanguage": "json",
  243. "header": [
  244. {
  245. "key": "Date",
  246. "value": "Tue, 18 Feb 2020 16:51:12 GMT"
  247. },
  248. {
  249. "key": "Server",
  250. "value": "Apache/2.4.18 (Ubuntu)"
  251. },
  252. {
  253. "key": "Vary",
  254. "value": "Accept"
  255. },
  256. {
  257. "key": "Keep-Alive",
  258. "value": "timeout=5, max=100"
  259. },
  260. {
  261. "key": "Connection",
  262. "value": "Keep-Alive"
  263. },
  264. {
  265. "key": "Transfer-Encoding",
  266. "value": "chunked"
  267. },
  268. {
  269. "key": "Content-Type",
  270. "value": "application/json; charset=UTF-8"
  271. }
  272. ],
  273. "cookie": [],
  274. "body": "[\n {\n \"id\": 1,\n \"nombre\": \"RTC\"\n }\n]"
  275. }
  276. ]
  277. },
  278. {
  279. "name": "/v1/dependencia",
  280. "request": {
  281. "method": "POST",
  282. "header": [
  283. {
  284. "key": "Content-Type",
  285. "value": "application/json",
  286. "type": "text"
  287. },
  288. {
  289. "key": "Accept",
  290. "value": "application/json",
  291. "type": "text"
  292. }
  293. ],
  294. "body": {
  295. "mode": "raw",
  296. "raw": "{\n\t\"idEntidad\": 1,\n\t\"nombre\": \"Ejemplo\"\n}"
  297. },
  298. "url": {
  299. "raw": "{{url}}/v1/dependencia",
  300. "host": [
  301. "{{url}}"
  302. ],
  303. "path": [
  304. "v1",
  305. "dependencia"
  306. ]
  307. }
  308. },
  309. "response": [
  310. {
  311. "name": "/v1/entidad",
  312. "originalRequest": {
  313. "method": "POST",
  314. "header": [
  315. {
  316. "key": "Content-Type",
  317. "value": "application/json",
  318. "type": "text"
  319. },
  320. {
  321. "key": "Accept",
  322. "value": "application/json",
  323. "type": "text"
  324. }
  325. ],
  326. "body": {
  327. "mode": "raw",
  328. "raw": "{\n\t\"nombre\": \"RTC\"\n}"
  329. },
  330. "url": {
  331. "raw": "{{url}}/v1/entidad",
  332. "host": [
  333. "{{url}}"
  334. ],
  335. "path": [
  336. "v1",
  337. "entidad"
  338. ]
  339. }
  340. },
  341. "status": "OK",
  342. "code": 200,
  343. "_postman_previewlanguage": "json",
  344. "header": [
  345. {
  346. "key": "Date",
  347. "value": "Tue, 18 Feb 2020 16:51:12 GMT"
  348. },
  349. {
  350. "key": "Server",
  351. "value": "Apache/2.4.18 (Ubuntu)"
  352. },
  353. {
  354. "key": "Vary",
  355. "value": "Accept"
  356. },
  357. {
  358. "key": "Keep-Alive",
  359. "value": "timeout=5, max=100"
  360. },
  361. {
  362. "key": "Connection",
  363. "value": "Keep-Alive"
  364. },
  365. {
  366. "key": "Transfer-Encoding",
  367. "value": "chunked"
  368. },
  369. {
  370. "key": "Content-Type",
  371. "value": "application/json; charset=UTF-8"
  372. }
  373. ],
  374. "cookie": [],
  375. "body": "[\n {\n \"id\": 1,\n \"nombre\": \"RTC\"\n }\n]"
  376. }
  377. ]
  378. }
  379. ],
  380. "protocolProfileBehavior": {}
  381. }
  382. ],
  383. "protocolProfileBehavior": {}
  384. }