Produced by Araxis Merge on 7/13/2017 3:41:52 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.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | Genisis_v3.zip\Source Code\Client\src\api | getStudyApprovalsSchema.json | Wed Jun 28 20:38:34 2017 UTC |
| 2 | Genisis_v3.zip\Source Code\Client\src\api | getStudyApprovalsSchema.json | Wed Jul 12 16:44:45 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 96 |
| Changed | 1 | 2 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| 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 |
No regular expressions were active.
| 1 | API ENDPOI NT: /getSt udyApprova ls | |
| 2 | ||
| 3 | POST TO AP I TO GET A PPROVALS T HAT BELONG TO A USER : | |
| 4 | { | |
| 5 | "uid": "gkrafsig " | |
| 6 | } | |
| 7 | ||
| 8 | POST TO AP I TO GET A SPECIFIC APPROVAL: | |
| 9 | { | |
| 10 | "id": "STUD1" | |
| 11 | } | |
| 12 | ||
| 13 | ||
| 14 | NO POST DA TA TO API TO GET ALL REQUESTS: | |
| 15 | { | |
| 16 | ||
| 17 | } | |
| 18 | ||
| 19 | SAMPLE API CURL: | |
| 20 | curl -X PO ST -H "Cac he-Control : no-cache " -H "Post man-Token: fa4f61b3- 92fd-c534- 9857-48d76 0b874b1" - H "Content -Type: mul tipart/for m-data; bo undary=--- -WebKitFor mBoundary7 MA4YWxkTrZ u0gW" -F " email=kraf sig_greta@ bah.com" - F "passwor d=mysupers ecretpassw ord" "http :// IP /src/api/l ogin.json" | |
| 21 | ||
| 22 | SAMPLE API RESPONSE: | |
| 23 | { | |
| 24 | "study Approvals" : [ | |
| 25 | { | |
| 26 | "id": "S TUD1", | |
| 27 | "title": "My sampl e study", | |
| 28 | "obtaine d": "Unive rsity of L ife", | |
| 29 | "descrip tion": "Th is is just a sample study appr oval", | |
| 30 | "associa tedApprova ls":[], | |
| 31 | "created On": 12345 6789, | |
| 32 | "created By": "gkra fsig" | |
| 33 | }, | |
| 34 | { | |
| 35 | "id": "S TUD2", | |
| 36 | "title": "Another sample stu dy", | |
| 37 | "obtaine d": "Unive rsity of B S", | |
| 38 | "descrip tion": "Th is is anot her sample study app roval", | |
| 39 | "associa tedApprova ls":[ | |
| 40 | { | |
| 41 | "id": "STU D1", | |
| 42 | "title": " My sample study" | |
| 43 | } | |
| 44 | ], | |
| 45 | "created On": 12345 6344789, | |
| 46 | "created By": "gkra fsig" | |
| 47 | } | |
| 48 | ] | |
| 49 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.