Advertisement
rifki_cs29

Response Document Tracking

Dec 4th, 2020
1,127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 4.86 KB | None | 0 0
  1. {
  2.     "success": true,
  3.     "message": "Successfully get document tracking",
  4.     "data": [
  5.         {
  6.             "id": "review_16",
  7.             "type": "review",
  8.             "user_id": 8,
  9.             "user_npk": "4194612",
  10.             "user_name": "Roby Gunawan Baskoro",
  11.             "is_completed": 1,
  12.             "attachment_list": [
  13.                 {
  14.                     "document_attachment_review_id": 31,
  15.                     "document_attachment_id": 9,
  16.                     "document_attachment_file_url": "http://apps.floo.id:54000/files/7557ad67-0ba0-4c05-a580-7b2527a48173.pdf",
  17.                     "document_attachment_label": "PO/Kontrak",
  18.                     "status": "approved",
  19.                     "notes": "Y",
  20.                     "timestamp": "2020-12-03 15:09:59"
  21.                 },
  22.                 {
  23.                     "document_attachment_review_id": 32,
  24.                     "document_attachment_id": 10,
  25.                     "document_attachment_file_url": "http://apps.floo.id:54000/files/bfdc628d-2bc2-4986-95d5-4320c8f60927.pdf",
  26.                     "document_attachment_label": "Pakta Integritas",
  27.                     "status": "approved",
  28.                     "notes": "Yes",
  29.                     "timestamp": "2020-12-03 15:11:42"
  30.                 }
  31.             ]
  32.         },
  33.         {
  34.             "id": "review_17",
  35.             "type": "review",
  36.             "user_id": 7,
  37.             "user_npk": "4144315",
  38.             "user_name": "Faizah Alkaff",
  39.             "is_completed": 1,
  40.             "attachment_list": [
  41.                 {
  42.                     "document_attachment_review_id": 33,
  43.                     "document_attachment_id": 9,
  44.                     "document_attachment_file_url": "http://apps.floo.id:54000/files/7557ad67-0ba0-4c05-a580-7b2527a48173.pdf",
  45.                     "document_attachment_label": "PO/Kontrak",
  46.                     "status": "approved",
  47.                     "notes": "Y",
  48.                     "timestamp": "2020-12-04 14:14:52"
  49.                 },
  50.                 {
  51.                     "document_attachment_review_id": 34,
  52.                     "document_attachment_id": 10,
  53.                     "document_attachment_file_url": "http://apps.floo.id:54000/files/bfdc628d-2bc2-4986-95d5-4320c8f60927.pdf",
  54.                     "document_attachment_label": "Pakta Integritas",
  55.                     "status": "approved",
  56.                     "notes": "Y",
  57.                     "timestamp": "2020-12-04 14:15:00"
  58.                 }
  59.             ]
  60.         },
  61.         {
  62.             "id": "review_18",
  63.             "type": "review",
  64.             "user_id": 6,
  65.             "user_npk": "4114024",
  66.             "user_name": "Lisa Handayani",
  67.             "is_completed": 0,
  68.             "attachment_list": [
  69.                 {
  70.                     "document_attachment_review_id": 35,
  71.                     "document_attachment_id": 9,
  72.                     "document_attachment_file_url": "http://apps.floo.id:54000/files/7557ad67-0ba0-4c05-a580-7b2527a48173.pdf",
  73.                     "document_attachment_label": "PO/Kontrak",
  74.                     "status": "approved",
  75.                     "notes": "Ter",
  76.                     "timestamp": "2020-12-04 17:49:37"
  77.                 },
  78.                 {
  79.                     "document_attachment_review_id": 36,
  80.                     "document_attachment_id": 10,
  81.                     "document_attachment_file_url": "http://apps.floo.id:54000/files/bfdc628d-2bc2-4986-95d5-4320c8f60927.pdf",
  82.                     "document_attachment_label": "Pakta Integritas",
  83.                     "status": "waiting",
  84.                     "notes": null,
  85.                     "timestamp": null
  86.                 }
  87.             ]
  88.         },
  89.         {
  90.             "id": "approval_5",
  91.             "type": "approval",
  92.             "user_id": 5,
  93.             "user_npk": "0403568",
  94.             "user_name": "Muhammad Muslikhin",
  95.             "is_completed": 0,
  96.             "attachment_list": [
  97.                 {
  98.                     "document_attachment_approval_id": 9,
  99.                     "document_attachment_id": 9,
  100.                     "document_attachment_file_url": "http://apps.floo.id:54000/files/7557ad67-0ba0-4c05-a580-7b2527a48173.pdf",
  101.                     "document_attachment_label": "PO/Kontrak",
  102.                     "status": "waiting",
  103.                     "notes": null,
  104.                     "timestamp": null
  105.                 },
  106.                 {
  107.                     "document_attachment_approval_id": 10,
  108.                     "document_attachment_id": 10,
  109.                     "document_attachment_file_url": "http://apps.floo.id:54000/files/bfdc628d-2bc2-4986-95d5-4320c8f60927.pdf",
  110.                     "document_attachment_label": "Pakta Integritas",
  111.                     "status": "waiting",
  112.                     "notes": null,
  113.                     "timestamp": null
  114.                 }
  115.             ]
  116.         }
  117.     ]
  118. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement