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

78.1 Files compared

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

78.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 5 40
Changed 4 10
Inserted 0 0
Removed 0 0

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

78.4 Active regular expressions

No regular expressions were active.

78.5 Comparison detail

  1   API ENDPOI NT: /login
  2  
  3   POST TO AP I:
  4   {
  5         "email": " AI ",
  6         "password" : " AI "
  7   }
  8  
  9   SAMPLE API  CURL:
  10   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 "email= AI " -F "pass word= AI " "http:// IP           /src/api/l ogin.json"
  11  
  12   SAMPLE API  RESPONSE:
  13   {
  14       "id":  "gkrafsig" ,
  15         "email": " PII ",
  16       "first Name": "Gr eta",
  17       "lastN ame": "Kra fsig",
  18       "role" : "researc her",
  19       "dataM anager": {
  20           "i d": "fswif t",
  21           "f irstName":  "Francis" ,
  22           "l astName":  "Swift",
  23             "email": " PII "
  24       }
  25   }