This file contains hidden or 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
| library(httr) | |
| library(jsonlite) # if needing json format | |
| cID<-"999" # client ID | |
| secret<- "F00HaHa00G" # client secret | |
| proj.slug<- "YourProjectSlug" # project slug | |
| form.ref<- "YourFormRef" # form reference | |
| branch.ref<- "YourFromRef+BranchExtension" # branch reference | |
| res <- POST("https://five.epicollect.net/api/oauth/token", |
This file contains hidden or 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
| { | |
| "data": { | |
| "id": "0de0f531f7fb475487d5a71ce4174153", | |
| "type": "project", | |
| "project": { | |
| "ref": "0de0f531f7fb475487d5a71ce4174153", | |
| "name": "Address Example", | |
| "slug": "address-example", | |
| "forms": [ | |
| { |
OlderNewer