3. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/18/2017 3:49:11 PM Eastern Daylight 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.

3.1 Files compared

# Location File Last Modified
1 Genisis2Client-master.zip\Genisis2Client-master\src\api createStudyApprovalSchema.json Tue Mar 28 16:20:52 2017 UTC
2 Genisis2Client-master.zip\Genisis2Client-master\src\api createStudyApprovalSchema.json Tue Apr 18 16:51:04 2017 UTC

3.2 Comparison summary

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

3.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

3.4 Active regular expressions

No regular expressions were active.

3.5 Comparison detail

  1   API ENDPOI NT: /creat eStudyAppr oval
  2  
  3   POST TO AP I TO CREAT E A NEW ST UDY APPROV AL:
  4   {
  5       "id":  "STUD3",
  6       "title ": "My thi rd study a pproval",
  7       "descr iption": " This is my  last exam ple study" ,
  8       "obtai ned": "Uni versity of  Phoenix",
  9       "creat edBy": "gk rafsig"
  10   }
  11  
  12   SAMPLE API  CURL:
  13   curl -X PO ST -H "Cac he-Control : no-cache " -H "Post man-Token:  3156f3b0- 4cec-d7e0- 9e49-bd3e0 7a4914c" - H "Content -Type: mul tipart/for m-data; bo undary=--- -WebKitFor mBoundary7 MA4YWxkTrZ u0gW" -F " id=STUD3"  -F "title= My third s tudy appro val" -F "d escription =This is m y last exa mple study " -F "obta ined=Unive rsity of P hoenix" -F  "createdB y=gkrafsig " "http:// IP           /src/api/c reateStudy Approval.j son"
  14  
  15   SAMPLE API  RESPONSE:
  16   {
  17       "id":  123,
  18       "succe ss": true
  19   }