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

74.1 Files compared

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

74.2 Comparison summary

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

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

74.4 Active regular expressions

No regular expressions were active.

74.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:   EKL " -H "Cont ent-Type:  multipart/ form-data;  boundary= ----WebKit FormBounda ry7MA4YWxk TrZu0gW" - F "id=STUD 3" -F "tit le=My thir d study ap proval" -F  "descript ion=This i s my last  example st udy" -F "o btained=Un iversity o f Phoenix"  -F "creat edBy=gkraf sig" "http :// IP           /src/api/c reateStudy Approval.j son"
  14  
  15   SAMPLE API  RESPONSE:
  16   {
  17       "id":  123,
  18       "succe ss": true
  19   }