Multibox box manager API
Multibox box life cycle RPC methods
Please start a discussion or contact us if you have question, feedback or suggestions.
Multibox box manager API uses Aidbox JSON RPC API.
Multibox API is accessible on the box manager URL. Please use an external REST client to access your Multibox server.
RPC methods available
multibox/fhir-versions
multibox/fhir-versions
List FHIR versions supported by the server. One of these values must be used in multibox/create-box
.
multibox/create-box
multibox/create-box
Create a new box for the current user.
id
(required): id of the box to create. Must match/[a-z][a-z0-9]{4,}/
fhirVersion
(required): FHIR version. Value must be from themultibox/versions
response.description
: description of the box to create.env
: object with environment variables inlower-kebab-case
(not inUPPER_SNAKE_CASE
).
multibox/list-boxes
multibox/list-boxes
List boxes available for the current user.
Expects no parameters
multibox/get-box
multibox/get-box
Get box information.
id
(required): id of the box
multibox/delete-box
multibox/delete-box
This operation will drop the box database. Can not be undone!
Delete a box
id
(required): id of the box
multibox/drop-box-caches
multibox/drop-box-caches
Drop cache in every box
expects no parameters.
Last updated