AUTH_API_KEY_HEADER_PREFIX: str
AUTH_HEADER_KEY: str
USER_ID_HEADER_KEY: str
Constructor of the SpaceService
Optional
Add or replace tags on a folder object in space. The tags are created if they don't exist. If a tag with the same key exists, it is replaced by the new tag.
str
List
List
Add tags to a folder object in space. The tags are created if they don't exist. It does not replace tags with the same key (use add_or_replace_tags_on_object for that).
str
List
List
Check the credential of an email/password by calling space and return true if ok
UserCredentials2Fa
UserSpace
str
bool
Check the credential of an email/password by calling space, with 2Fa if needed
UserCredentialsDTO
bool
- True
ExternalCheckCredentialResponse
Create a child folder in the lab space.
str
ExternalSpaceCreateFolder
ExternalSpaceFolder
Create a root folder in the lab space. The root folder will be shared to the current user and mark as created by the current user.
ExternalSpaceCreateFolder
ExternalSpaceFolder
str
str
str
str
Delete tags on a folder object in space.
str
List
Get all the folder trees (from root) accessible by the lab
ExternalSpaceFolders
Get all the users of the lab
List
Get the root folder tree information. The folder must be accessible by the lab.
str
ExternalSpaceFolder
RichTextDTO
RichTextDTO
Optional
RichTextModificationsDTO
RichTextDTO
RichTextModificationsDTO
str
RichTextDTO
Get the information of a user. The user must be in the same space as the lab.
str
UserFullDTO
Call the space api to mark the lab as started
LabConfigModelDTO
bool
str
SaveNoteToSpaceDTO
List
str
SaveScenarioToSpaceDTO
Send a mail to a list of users. To send a custom mail, use the template 'generic' and provide mail content in the data.
SpaceSendMailToUsersDTO
Response
Send a mail to a list of mails. To send a custom mail, use the template 'generic' and provide mail content in the data.
SpaceSendMailToMailsDTO
Response
Update a folder in the lab space.
str
ExternalSpaceCreateFolder
ExternalSpaceFolder
str
str
str
str
str
str
Return a new instance of the SpaceService that use the access token for authentication
SpaceService
Return a new instance of the SpaceService that use the current user for authentication
SpaceService