List all studies
get
/api/studies
Retrieve active studies in a tenant.
Request
There are no request parameters for this operation.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation.
Nested Schema : study
Type:
Show Source
object
-
customername(optional):
string
Customer name.
-
id:
string
Study identifier within the mHealth platform.
-
integrations:
array integrations
-
name:
string
Study name.
-
tenant:
string
Tenant name of this study within the mHealth platform.
Nested Schema : Integration
Type:
Show Source
object
-
name:
string
Integration name provided in configuration UI.
-
type:
string
Integration type. Must be INFORM or DMW.
404 Response
Resource does not exist.