v1

latestOpenAPI 3.0.32026-07-171140286.6 KB
Api\ResearchController

research/{id}/add_consent POST

post/api/research/{id}/add_consent

Headers

Authorizationstring
Content-Typestring
Acceptstring
Accept-languagestring

Request body

location_idsstring[]

Only share data from these location IDs

hive_idsstring[]

Only share data from these hive IDs

device_idsstring[]

Only share data from these device IDs

Example request

{
  "location_ids": [
    "debitis"
  ],
  "hive_ids": [
    "quae"
  ],
  "device_ids": [
    "harum"
  ]
}