-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #90 from ConductionNL/feature/AXCVDWOF-8/mapping-s…
…harepoint Added config files
- Loading branch information
Showing
5 changed files
with
86 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
You can add folders here for certain synchronizations flows. | ||
|
||
These json files are meant to be copy/pasted into a Postman request that creates that specific type of object. | ||
|
||
Reminder to always leave out sensitive information like authorization keys et cetera. |
11 changes: 11 additions & 0 deletions
11
configurations/sharepoint-woo/mappings/sharepoint-woo-verzoek-to-publications.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"name": "Sharepoint Woo verzoek to Publication", | ||
"description": "", | ||
"version": "0.0.1", | ||
"mapping": { | ||
"title": "Name" | ||
}, | ||
"unset": [], | ||
"cast": [], | ||
"passThrough": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"name": "Sharepoint Woo API", | ||
"description": "Sharepoint Woo API", | ||
"reference": null, | ||
"version": "0.0.1", | ||
"location": "", | ||
"isEnabled": true, | ||
"type": "api", | ||
"authorizationHeader": "Authorization", | ||
"auth": "none", | ||
"authorizationPassthroughMethod": "header", | ||
"authenticationConfig": [], | ||
"configuration": { | ||
"headers": { | ||
"Authorization": "Bearer {{ oauthToken(source) }}", | ||
"Accept": "application/json;odata=verbose" | ||
}, | ||
"authentication": { | ||
"grant_type": "", | ||
"scope": "", | ||
"authentication": "body", | ||
"client_id": "", | ||
"client_secret": "", | ||
"client_assertion_type": "", | ||
"private_key": "", | ||
"x5t": "", | ||
"payload": "", | ||
"tokenUrl": "" | ||
} | ||
}, | ||
"logRetention": 3600, | ||
"errorRetention": 86400, | ||
"test": false | ||
} |
18 changes: 18 additions & 0 deletions
18
configurations/sharepoint-woo/synchronizations/sharepoint-convenanten-to-publications.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"name": "Sharepoint Convenanten to Publications", | ||
"description": "", | ||
"version": "0.0.1", | ||
"sourceId": "1", | ||
"sourceType": "api", | ||
"sourceHash": "", | ||
"sourceTargetMapping": "1", | ||
"sourceConfig": { | ||
"idPosition": "UniqueId", | ||
"resultsPosition": "d.results", | ||
"endpoint": "/Web/GetFolderByServerRelativePath(decodedurl='/WOO/Convenanten')/folders", | ||
"headers": [], | ||
"query": [] | ||
}, | ||
"targetId": "1/1", | ||
"targetType": "register/schema" | ||
} |
18 changes: 18 additions & 0 deletions
18
configurations/sharepoint-woo/synchronizations/sharepoint-woo-verzoeken-to-publications.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"name": "Sharepoint Woo-verzoeken en -besluiten to Publications", | ||
"description": "", | ||
"version": "0.0.1", | ||
"sourceId": "1", | ||
"sourceType": "api", | ||
"sourceHash": "", | ||
"sourceTargetMapping": "1", | ||
"sourceConfig": { | ||
"idPosition": "UniqueId", | ||
"resultsPosition": "d.results", | ||
"endpoint": "/Web/GetFolderByServerRelativePath(decodedurl='/WOO/Woo-verzoeken en -besluiten')/folders", | ||
"headers": [], | ||
"query": [] | ||
}, | ||
"targetId": "1/1", | ||
"targetType": "register/schema" | ||
} |