{info} After attaching coauthors to a revision (automated process) an email with a token will be send to the (test)coauthor. This email contains a link with a token for showing the "coauthorization" (co-author authorization).
| Method | Uri | Auth | Role |
|---|---|---|---|
GET |
/v1/coauthorizations/{TOKEN} |
none |
none |
The API requires a header Accept to be submitted with the request. No Bearer header is needed.
{
"Accept": "application/json"
}
Code : 200 Okay
Content example : Response will reflect back the corresponding coauthorization and the co-author's variables inside the request revision.
{
"id": "3ffd84c8-5f71-4f3a-b621-b6c537cf001b",
"status": null,
"created_at": "2021-09-23T07:29:39.000000Z",
"updated_at": null,
"variables": [
{
"id": "01072cce-6268-421f-944c-4f739145045f",
"name": "CD45ROTcCD38APCAMean_A",
"label": "CD45RO- Tc CD38 APC-A Mean",
"description": null,
"categories": [
{
"id": "f7d5a786-868b-48df-ad3a-3f3cc6425482",
"name": "Flow cytometry (FACS)",
"note": null,
"remarks": null
}
],
"measured_at": [
"Baseline"
],
"value_range": null,
"value_labels": [
""
],
"importance": "Most important variables",
"calculation": null,
"keywords": [
""
],
"note": null,
"additional_info": "FACS data is available for 1098 participants only",
"dataset": [
"Dataset 2 (N=3451)",
"Dataset 3 (N=7689)"
]
}
],
"revision": {
"id": "ec6f4523-4b5a-4391-8406-42fd58d94c23",
"title": "Revision Update",
"author": {
"firstName": "Jeroen Boumans",
"lastName": "B",
"position": "asdas",
"institute": "asdasd",
"address": "asdad",
"email": "j.b@gmail.com",
"phone": "0123456789"
},
"coauthors": [
"Jeroen de Vries",
"Wim Schrooten"
],
"background": "asdasd",
"hypotheses": "asdasd",
"design": "asdasd",
"analyses": "asdasdasd",
"timeline": "asdasd"
}
}