73. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 12/20/2017 5:56:06 PM Eastern Standard Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

73.1 Files compared

# Location File Last Modified
1 Genisis_2.0_v6_bld6.zip\Source Code\UI\Client\src\api createRequestSchema.json Thu Dec 14 19:56:24 2017 UTC
2 Genisis_2.0_v6_bld6.zip\Source Code\UI\Client\src\api createRequestSchema.json Wed Dec 20 21:02:35 2017 UTC

73.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 54
Changed 1 2
Inserted 0 0
Removed 0 0

73.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

73.4 Active regular expressions

No regular expressions were active.

73.5 Comparison detail

  1   API ENDPOI NT: /creat eRequest
  2  
  3   POST TO AP I TO CREAT E A NEW RE QUEST:
  4   {
  5       "title ": "My new  Request",
  6       "descr iption": " This is a  sample new  request f or demo pu rposes",
  7       "type" : "PTSD",
  8       "sourc e": "Genom ic Data",
  9       "notif y": true,
  10       "study Approval":  "STUD3",
  11       "attac hments": [
  12           {
  13                "title":  "myFile.d ocx",
  14                "data":  "",
  15           }
  16       ],
  17       "assoc iatedReque sts": ["RE Q1", "REQ2 "],
  18       "creat edBy": "gk rafsig",
  19   }
  20  
  21   SAMPLE API  CURL:
  22   curl -X PO ST -H "Cac he-Control : no-cache " -H "Post man-Token:   EKL " -H "Cont ent-Type:  multipart/ form-data;  boundary= ----WebKit FormBounda ry7MA4YWxk TrZu0gW" - F "id=REQ3 %2C" -F "t itle=My ne w Request"  -F "descr iption=Thi s is a sam ple new re quest for  demo purpo ses" -F "t ype=PTSD"  -F "source =Genomic D ata" -F "n otify=true " -F "stud yApproval= STUD3" -F  "attachmen ts=[{title :test.docx %2C data:} ]" -F "ass ociatedReq uests=[REQ 1%2C REQ2] " -F "crea tedBy=gkra fsig" "htt p:// IP           /src/api/c reateReque st"
  23  
  24   SAMPLE API  RESPONSE:
  25   {
  26       "id":  123,
  27       "succe ss": true
  28   }