AttachmentsApi |
findAttachment |
GET /realms/{realmId}/attachments/{attachmentId} |
Find a attachment by id |
AttachmentsApi |
findAttachmentData |
GET /realms/{realmId}/attachments/{attachmentId}/data |
Find a attachment data by id |
EmailNotificationsApi |
createEmailNotification |
POST /realms/{realmId}/metaforms/{metaformId}/emailNotifications |
create new form email notification |
EmailNotificationsApi |
deleteEmailNotification |
DELETE /realms/{realmId}/metaforms/{metaformId}/emailNotifications/{emailNotificationId} |
Deletes an email notification |
EmailNotificationsApi |
findEmailNotification |
GET /realms/{realmId}/metaforms/{metaformId}/emailNotifications/{emailNotificationId} |
Find a single emai notification |
EmailNotificationsApi |
listEmailNotifications |
GET /realms/{realmId}/metaforms/{metaformId}/emailNotifications |
Lists form email notifications |
EmailNotificationsApi |
updateEmailNotification |
PUT /realms/{realmId}/metaforms/{metaformId}/emailNotifications/{emailNotificationId} |
Updates email notification |
ExportThemeFilesApi |
createExportThemeFile |
POST /realms/{realmId}/exportThemes/{exportThemeId}/files |
create new export theme file |
ExportThemeFilesApi |
deleteExportThemeFile |
DELETE /realms/{realmId}/exportThemes/{exportThemeId}/files/{exportThemeFileId} |
Deletes an export theme file |
ExportThemeFilesApi |
findExportThemeFile |
GET /realms/{realmId}/exportThemes/{exportThemeId}/files/{exportThemeFileId} |
Finds single export theme file |
ExportThemeFilesApi |
listExportThemeFiles |
GET /realms/{realmId}/exportThemes/{exportThemeId}/files |
Lists files of export theme |
ExportThemeFilesApi |
updateExportThemeFile |
PUT /realms/{realmId}/exportThemes/{exportThemeId}/files/{exportThemeFileId} |
Updates export theme file |
ExportThemesApi |
createExportTheme |
POST /realms/{realmId}/exportThemes |
create new form export theme |
ExportThemesApi |
createExportThemeFile |
POST /realms/{realmId}/exportThemes/{exportThemeId}/files |
create new export theme file |
ExportThemesApi |
deleteExportTheme |
DELETE /realms/{realmId}/exportThemes/{exportThemeId} |
Deletes an export theme |
ExportThemesApi |
deleteExportThemeFile |
DELETE /realms/{realmId}/exportThemes/{exportThemeId}/files/{exportThemeFileId} |
Deletes an export theme file |
ExportThemesApi |
findExportTheme |
GET /realms/{realmId}/exportThemes/{exportThemeId} |
Finds single export theme |
ExportThemesApi |
findExportThemeFile |
GET /realms/{realmId}/exportThemes/{exportThemeId}/files/{exportThemeFileId} |
Finds single export theme file |
ExportThemesApi |
listExportThemeFiles |
GET /realms/{realmId}/exportThemes/{exportThemeId}/files |
Lists files of export theme |
ExportThemesApi |
listExportThemes |
GET /realms/{realmId}/exportThemes |
Lists form export themes |
ExportThemesApi |
updateExportTheme |
PUT /realms/{realmId}/exportThemes/{exportThemeId} |
Updates export theme |
ExportThemesApi |
updateExportThemeFile |
PUT /realms/{realmId}/exportThemes/{exportThemeId}/files/{exportThemeFileId} |
Updates export theme file |
MetaformsApi |
createMetaform |
POST /realms/{realmId}/metaforms |
create new Metaform |
MetaformsApi |
deleteMetaform |
DELETE /realms/{realmId}/metaforms/{metaformId} |
Deletes Metaform |
MetaformsApi |
findMetaform |
GET /realms/{realmId}/metaforms/{metaformId} |
Finds single Metaform |
MetaformsApi |
listMetaforms |
GET /realms/{realmId}/metaforms |
Lists Metaforms |
MetaformsApi |
updateMetaform |
PUT /realms/{realmId}/metaforms/{metaformId} |
Updates Metaform |
RepliesApi |
createReply |
POST /realms/{realmId}/metaforms/{metaformId}/replies |
create new form reply |
RepliesApi |
deleteReply |
DELETE /realms/{realmId}/metaforms/{metaformId}/replies/{replyId} |
Deletes a reply |
RepliesApi |
export |
GET /realms/{realmId}/metaforms/{metaformId}/export |
Exports metaform data |
RepliesApi |
findReply |
GET /realms/{realmId}/metaforms/{metaformId}/replies/{replyId} |
Find a single reply |
RepliesApi |
listReplies |
GET /realms/{realmId}/metaforms/{metaformId}/replies |
Lists form replies |
RepliesApi |
replyExport |
GET /realms/{realmId}/metaforms/{metaformId}/replies/{replyId}/export |
Exports reply data |
RepliesApi |
updateReply |
PUT /realms/{realmId}/metaforms/{metaformId}/replies/{replyId} |
Updates reply |