-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopenapi.json
More file actions
1 lines (1 loc) · 76.5 KB
/
openapi.json
File metadata and controls
1 lines (1 loc) · 76.5 KB
1
{"openapi":"3.1.0","info":{"title":"Artcoded","version":"1.0.0"},"servers":[{"url":"http://localhost:9000","description":"Generated server url"}],"security":[{"bearerAuth":[]}],"paths":{"/api/toolbox/public/xpath/evaluate":{"post":{"tags":["x-path-utils-rest-controller"],"operationId":"modelConversion","parameters":[{"name":"expression","in":"query","required":true,"schema":{"type":"string"}},{"name":"data","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/toolbox/public/rdf/shacl-validation":{"post":{"tags":["rdf-utils-rest-controller"],"operationId":"fileToLang","requestBody":{"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"modelFile":{"type":"string","format":"binary"},"shaclFile":{"type":"string","format":"binary"}},"required":["modelFile","shaclFile"]}}}},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/toolbox/public/rdf/model-to-lang":{"post":{"tags":["rdf-utils-rest-controller"],"operationId":"modelConversion_1","parameters":[{"name":"model","in":"query","required":true,"schema":{"type":"string"}},{"name":"langOfModel","in":"query","required":true,"schema":{"type":"string"}},{"name":"lang","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/toolbox/public/rdf/file-to-lang":{"post":{"tags":["rdf-utils-rest-controller"],"operationId":"fileToLang_1","parameters":[{"name":"lang","in":"query","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"}},"required":["file"]}}}},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"binary"}}}}}}},"/api/todo":{"get":{"tags":["todo-controller"],"operationId":"findAll","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Todo"}}}}}}},"post":{"tags":["todo-controller"],"operationId":"saveOrUpdate","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Todo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Todo"}}}}}},"delete":{"tags":["todo-controller"],"operationId":"delete","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}}},"/api/timesheet":{"get":{"tags":["timesheet-controller"],"operationId":"findAllGroupedByYearAndClientName","parameters":[{"name":"onlyActiveClient","in":"query","required":false,"schema":{"type":"boolean","default":true}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/Timesheet"}}}}}}}}},"post":{"tags":["timesheet-controller"],"operationId":"saveOrUpdateTimesheet","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Timesheet"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Timesheet"}}}}}},"delete":{"tags":["timesheet-controller"],"operationId":"deleteTimesheet","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}}},"/api/timesheet/settings":{"post":{"tags":["timesheet-controller"],"operationId":"updateSettings","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimesheetSettingsForm"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Timesheet"}}}}}}},"/api/timesheet/save-period":{"post":{"tags":["timesheet-controller"],"operationId":"saveOrUpdateTimesheetPeriod","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimesheetPeriod"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TimesheetPeriod"}}}}}}},"/api/timesheet/reopen":{"post":{"tags":["timesheet-controller"],"operationId":"reopenTimesheet","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}}},"/api/timesheet/generate-invoice":{"post":{"tags":["timesheet-controller"],"operationId":"generateInvoice","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Timesheet"}}}}}}},"/api/timesheet/close":{"post":{"tags":["timesheet-controller"],"operationId":"closeTimesheet","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}}},"/api/sms":{"post":{"tags":["sms-rest-controller"],"operationId":"send","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Sms"}}},"required":true},"responses":{"200":{"description":"OK"}}}},"/api/settings/menu-link/save":{"post":{"tags":["menu-link-controller"],"operationId":"createOrUpdate","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MenuLink"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/MenuLink"}}}}}}},"/api/settings/menu-link/import":{"post":{"tags":["menu-link-controller"],"operationId":"importAll","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/MenuLink"}}}},"required":true},"responses":{"200":{"description":"OK"}}}},"/api/settings/menu-link/clicked":{"post":{"tags":["menu-link-controller"],"operationId":"clicked","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}}},"/api/script":{"post":{"tags":["script-controller"],"operationId":"getScripts","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Script"}}}}}}}},"/api/resource/upload":{"post":{"tags":["file-upload-controller"],"operationId":"upload","parameters":[{"name":"correlationId","in":"query","required":false,"schema":{"type":"string"}},{"name":"publicResource","in":"query","required":false,"schema":{"type":"boolean","default":false}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"}},"required":["file"]}}}},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/FileUpload"}}}}}}},"/api/resource/toggle-bookmarked":{"post":{"tags":["file-upload-controller"],"operationId":"toggleBookmarked","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/FileUpload"}}}}}}},"/api/resource/find-all":{"post":{"tags":["file-upload-controller"],"operationId":"findAll_1","parameters":[{"name":"arg1","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FileUploadSearchCriteria"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PagedModelFileUpload"}}}}}}},"/api/resource/correlation-links":{"post":{"tags":["file-upload-controller"],"operationId":"getCorrelationLinks","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}}}}},"/api/reminder-task/save":{"post":{"tags":["reminder-task-controller"],"operationId":"save","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReminderTask"}}},"required":true},"responses":{"200":{"description":"OK"}}}},"/api/personal-info/submit":{"post":{"tags":["personal-info-controller"],"operationId":"save_1","parameters":[{"name":"ceoFullName","in":"query","required":true,"schema":{"type":"string"}},{"name":"note","in":"query","required":true,"schema":{"type":"string"}},{"name":"organizationAddress","in":"query","required":true,"schema":{"type":"string"}},{"name":"demoMode","in":"query","required":true,"schema":{"type":"boolean"}},{"name":"financeCharge","in":"query","required":true,"schema":{"type":"number"}},{"name":"organizationCity","in":"query","required":true,"schema":{"type":"string"}},{"name":"organizationName","in":"query","required":true,"schema":{"type":"string"}},{"name":"organizationBankAccount","in":"query","required":true,"schema":{"type":"string"}},{"name":"organizationBankBIC","in":"query","required":true,"schema":{"type":"string"}},{"name":"organizationEmailAddress","in":"query","required":true,"schema":{"type":"string"}},{"name":"organizationPostCode","in":"query","required":true,"schema":{"type":"string"}},{"name":"countryCode","in":"query","required":true,"schema":{"type":"string"}},{"name":"maxDaysToPay","in":"query","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"organizationPhoneNumber","in":"query","required":true,"schema":{"type":"string"}},{"name":"accountants","in":"query","required":true,"schema":{"type":"string"}},{"name":"vatNumber","in":"query","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"signature":{"type":"string","format":"binary"},"logo":{"type":"string","format":"binary"},"initial":{"type":"string","format":"binary"}}}}}},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PersonalInfo"}}}}}}},"/api/pdf/split":{"post":{"tags":["pdf-controller"],"operationId":"splitPdf","requestBody":{"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"pdf":{"type":"string","format":"binary"}},"required":["pdf"]}}}},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"binary"}}}}}}},"/api/pdf/rotate":{"post":{"tags":["pdf-controller"],"operationId":"rotate","parameters":[{"name":"rotation","in":"query","required":false,"schema":{"type":"integer","format":"int32","default":180}},{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}}},"/api/notification":{"get":{"tags":["notification-controller"],"operationId":"getLatestNotification","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Notification"}}}}}}},"post":{"tags":["notification-controller"],"operationId":"update","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}},{"name":"seen","in":"query","required":true,"schema":{"type":"boolean"}}],"responses":{"200":{"description":"OK"}}},"delete":{"tags":["notification-controller"],"operationId":"delete_1","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}}},"/api/mongo-management/download":{"post":{"tags":["mongo-management-controller"],"operationId":"download","parameters":[{"name":"archiveName","in":"query","required":true,"schema":{"type":"string"}},{"name":"snapshot","in":"query","required":false,"schema":{"type":"boolean","default":false}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"binary"}}}}},"deprecated":true}},"/api/memzagram/submit":{"post":{"tags":["mem-za-gram-controller"],"operationId":"save_2","parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"}},{"name":"title","in":"query","required":true,"schema":{"type":"string"}},{"name":"description","in":"query","required":false,"schema":{"type":"string"}},{"name":"visible","in":"query","required":false,"schema":{"type":"boolean","default":false}},{"name":"dateOfVisibility","in":"query","required":false,"schema":{"type":"string","format":"date-time"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"imageUpload":{"type":"string","format":"binary"}}}}}},"responses":{"200":{"description":"OK"}}}},"/api/memzagram/_stat":{"post":{"tags":["mem-za-gram-controller"],"operationId":"incrementViewsCount","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}}},"/api/memo-date":{"post":{"tags":["memo-date-controller"],"operationId":"findAll_2","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/MemoDate"}}}}}}},"delete":{"tags":["memo-date-controller"],"operationId":"delete_2","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}}},"/api/memo-date/save":{"post":{"tags":["memo-date-controller"],"operationId":"save_3","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MemoDate"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/MemoDate"}}}}}}},"/api/mail/update":{"post":{"tags":["mail-controller"],"operationId":"update_1","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MailJob"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/MailJob"}}}}}}},"/api/mail/send":{"post":{"tags":["mail-controller"],"operationId":"sendMail","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MailRequest"}}},"required":true},"responses":{"200":{"description":"OK"}}}},"/api/label/update-all":{"post":{"tags":["label-controller"],"operationId":"updateAll","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Label"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Label"}}}}}}}},"/api/label/find-by-name":{"post":{"tags":["label-controller"],"operationId":"findByName","parameters":[{"name":"name","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Label"}}}}}}},"/api/label/find-all":{"post":{"tags":["label-controller"],"operationId":"findAll_3","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Label"}}}}}}}},"/api/invoice/validate-peppol":{"post":{"tags":["invoice-generation-controller"],"operationId":"validatePeppol","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PeppolValidationResult"}}}}}}},"/api/invoice/toggle-bookmarked":{"post":{"tags":["invoice-generation-controller"],"operationId":"toggleBookmarked_1","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvoiceGeneration"}}}}}}},"/api/invoice/send-to-peppol":{"post":{"tags":["invoice-generation-controller"],"operationId":"findByIds","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}}},"/api/invoice/save":{"post":{"tags":["invoice-generation-controller"],"operationId":"save_4","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvoiceGeneration"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvoiceGeneration"}}}}}}},"/api/invoice/restore":{"post":{"tags":["invoice-generation-controller"],"operationId":"restore","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object","properties":{"value":{"type":"string"},"key":{"type":"string"}}}}}}}}},"/api/invoice/page":{"post":{"tags":["invoice-generation-controller"],"operationId":"page","parameters":[{"name":"archived","in":"query","required":false,"schema":{"type":"boolean","default":false}},{"name":"logical","in":"query","required":false,"schema":{"type":"boolean","default":false}},{"name":"arg2","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PagedModelInvoiceGeneration"}}}}}}},"/api/invoice/new":{"post":{"tags":["invoice-generation-controller"],"operationId":"newInvoiceGenerationEmptyTemplate","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvoiceGeneration"}}}}}}},"/api/invoice/manual-upload":{"post":{"tags":["invoice-generation-controller"],"operationId":"manualUpload","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"manualUploadFile":{"type":"string","format":"binary"}},"required":["manualUploadFile"]}}}},"responses":{"200":{"description":"OK"}}}},"/api/invoice/make-credit-note":{"post":{"tags":["invoice-generation-controller"],"operationId":"makeCreditNote","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvoiceGeneration"}}}}}}},"/api/invoice/from-template":{"post":{"tags":["invoice-generation-controller"],"operationId":"newInvoiceGenerationFromTemplate","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvoiceGeneration"}}}}}}},"/api/invoice/find-by-ids":{"post":{"tags":["invoice-generation-controller"],"operationId":"findByIds_1","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/InvoiceGeneration"}}}}}}}},"/api/invoice/find-by-id":{"post":{"tags":["invoice-generation-controller"],"operationId":"findById","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvoiceGeneration"}}}}}}},"/api/invoice/find-all-summaries":{"post":{"tags":["invoice-generation-controller"],"operationId":"findAllSummaries","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/InvoiceSummary"}}}}}}}},"/api/invoice/add-template":{"post":{"tags":["invoice-generation-controller"],"operationId":"addTemplate","parameters":[{"name":"name","in":"query","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"template":{"type":"string","format":"binary"}},"required":["template"]}}}},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvoiceFreemarkerTemplate"}}}}}}},"/api/form-contact/submit":{"post":{"tags":["form-contact-controller"],"operationId":"submit","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FormContact"}}},"required":true},"responses":{"200":{"description":"OK"}}}},"/api/form-contact/find-all":{"post":{"tags":["form-contact-controller"],"operationId":"findAll_4","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FormContact"}}}}}}}},"/api/finance/portfolio/update-ticks":{"post":{"tags":["portfolio-controller"],"operationId":"updateTag","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Tick"},"uniqueItems":true}}},"required":true},"responses":{"200":{"description":"OK"}}}},"/api/finance/portfolio/save":{"post":{"tags":["portfolio-controller"],"operationId":"save_5","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Portfolio"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Portfolio"}}}}}}},"/api/finance/portfolio/find-by-id":{"post":{"tags":["portfolio-controller"],"operationId":"findById_1","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Portfolio"}}}}}}},"/api/finance/portfolio/find-all":{"post":{"tags":["portfolio-controller"],"operationId":"findAll_5","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Portfolio"}}}}}}}},"/api/fee/update-tag":{"post":{"tags":["fee-controller"],"operationId":"updateTag_1","parameters":[{"name":"tag","in":"query","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Fee"}}}}}}}},"/api/fee/update-price":{"post":{"tags":["fee-controller"],"operationId":"updatePrice","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}},{"name":"priceHVat","in":"query","required":true,"schema":{"type":"number"}},{"name":"vat","in":"query","required":true,"schema":{"type":"number"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Fee"}}}}}}},"/api/fee/toggle-bookmarked":{"post":{"tags":["fee-controller"],"operationId":"toggleBookmarked_2","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Fee"}}}}}}},"/api/fee/summaries":{"post":{"tags":["fee-controller"],"operationId":"summaries","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FeeSummary"}}}}}}}},"/api/fee/search":{"post":{"tags":["fee-controller"],"operationId":"findAll_6","parameters":[{"name":"arg1","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FeeSearchCriteria"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PagedModelFee"}}}}}}},"/api/fee/remove-attachment":{"post":{"tags":["fee-controller"],"operationId":"removeAttachment","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}},{"name":"attachmentId","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Fee"}}}}}}},"/api/fee/manual-submit":{"post":{"tags":["fee-controller"],"operationId":"manualSubmit","parameters":[{"name":"subject","in":"query","required":true,"schema":{"type":"string"}},{"name":"body","in":"query","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"files":{"type":"array","items":{"type":"string","format":"binary"}}},"required":["files"]}}}},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Fee"}}}}}}},"/api/fee/find-by-ids":{"post":{"tags":["fee-controller"],"operationId":"findByIds_2","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Fee"}}}}}}}},"/api/fee/find-by-id":{"post":{"tags":["fee-controller"],"operationId":"findById_2","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Fee"}}}}}}},"/api/fee/find-all":{"post":{"tags":["fee-controller"],"operationId":"findAll_7","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Fee"}}}}}}}},"/api/dossier/update-dossier":{"post":{"tags":["dossier-controller"],"operationId":"updateActiveDossier","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Dossier"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Dossier"}}}}}}},"/api/dossier/toggle-bookmarked":{"post":{"tags":["dossier-controller"],"operationId":"toggleBookmarked_3","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Dossier"}}}}}}},"/api/dossier/summary":{"post":{"tags":["dossier-controller"],"operationId":"getSummary","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DossierSummary"}}}}}}},"/api/dossier/summaries":{"post":{"tags":["dossier-controller"],"operationId":"getSummaries","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/DossierSummary"}}}}}}}},"/api/dossier/size":{"post":{"tags":["dossier-controller"],"operationId":"getDossierTotalSize","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/dossier/remove-invoice":{"post":{"tags":["dossier-controller"],"operationId":"removeInvoice","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Dossier"}}}}}}},"/api/dossier/remove-fee":{"post":{"tags":["dossier-controller"],"operationId":"removeFee","parameters":[{"name":"feeId","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Dossier"}}}}}}},"/api/dossier/remove-document":{"post":{"tags":["dossier-controller"],"operationId":"removeDocument","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Dossier"}}}}}}},"/api/dossier/recall-for-modification":{"post":{"tags":["dossier-controller"],"operationId":"recallForModification","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Dossier"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Dossier"}}}}}}},"/api/dossier/process-invoice":{"post":{"tags":["dossier-controller"],"operationId":"processInvoiceForDossier","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}}},"/api/dossier/process-fees":{"post":{"tags":["dossier-controller"],"operationId":"processFeesForDossier","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}}}},"/api/dossier/new-from-previous":{"post":{"tags":["dossier-controller"],"operationId":"newFromPrevious","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Dossier"}}}}}}},"/api/dossier/new-dossier":{"post":{"tags":["dossier-controller"],"operationId":"newDossier","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Dossier"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Dossier"}}}}}}},"/api/dossier/import":{"post":{"tags":["dossier-controller"],"operationId":"importDossierFromZip","requestBody":{"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"zip":{"type":"string","format":"binary"}},"required":["zip"]}}}},"responses":{"200":{"description":"OK"}}}},"/api/dossier/find-by-id":{"post":{"tags":["dossier-controller"],"operationId":"findById_3","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Dossier"}}}}}}},"/api/dossier/find-by-fee-id":{"post":{"tags":["dossier-controller"],"operationId":"findByFeeId","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Dossier"}}}}}}},"/api/dossier/find-all":{"post":{"tags":["dossier-controller"],"operationId":"findAll_8","parameters":[{"name":"closed","in":"query","required":false,"schema":{"type":"boolean","default":false}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Dossier"}}}}}}}},"/api/dossier/find-all-summaries":{"post":{"tags":["dossier-controller"],"operationId":"getSummaries_1","parameters":[{"name":"closed","in":"query","required":false,"schema":{"type":"boolean","default":false}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/DossierSummary"}}}}}}}},"/api/dossier/find-all-paged":{"post":{"tags":["dossier-controller"],"operationId":"findAllPaged","parameters":[{"name":"closed","in":"query","required":false,"schema":{"type":"boolean","default":false}},{"name":"arg1","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PagedModelDossier"}}}}}}},"/api/dossier/close-active-dossier":{"post":{"tags":["dossier-controller"],"operationId":"closeActiveDossier","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Dossier"}}}}}}},"/api/dossier/bookmarked":{"post":{"tags":["dossier-controller"],"operationId":"bookmarked","parameters":[{"name":"arg0","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PagedModelDossier"}}}}}}},"/api/dossier/add-document":{"post":{"tags":["dossier-controller"],"operationId":"addDocumentToDossier","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}}},"/api/dossier/active-dossier":{"post":{"tags":["dossier-controller"],"operationId":"activeDossier","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Dossier"}}}}}},"delete":{"tags":["dossier-controller"],"operationId":"delete_3","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object","properties":{"value":{"type":"string"},"key":{"type":"string"}}}}}}}}},"/api/cv/update":{"post":{"tags":["curriculum-controller"],"operationId":"update_2","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Curriculum"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Curriculum"}}}}}}},"/api/cv/full":{"post":{"tags":["curriculum-controller"],"operationId":"getFullCv","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Curriculum"}}}}}}},"/api/cv/download":{"post":{"tags":["curriculum-controller"],"operationId":"download_1","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DownloadCvRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"binary"}}}}}}},"/api/cv/download-requests":{"post":{"tags":["curriculum-controller"],"operationId":"getDownloadCvRequests","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/DownloadCvRequest"}}}}}}},"delete":{"tags":["curriculum-controller"],"operationId":"deleteDownloadCvRequests","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}}},"/api/cv/add-template":{"post":{"tags":["curriculum-controller"],"operationId":"addTemplate_1","parameters":[{"name":"name","in":"query","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"template":{"type":"string","format":"binary"}},"required":["template"]}}}},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CurriculumFreemarkerTemplate"}}}}}}},"/api/cache/find-all":{"post":{"tags":["cache-controller"],"operationId":"findAll_9","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string"}}}}}}}},"/api/blog/submit":{"post":{"tags":["blog-controller"],"operationId":"save_6","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}},{"name":"title","in":"query","required":true,"schema":{"type":"string"}},{"name":"description","in":"query","required":true,"schema":{"type":"string"}},{"name":"tags","in":"query","required":true,"schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}},{"name":"content","in":"query","required":true,"schema":{"type":"string"}},{"name":"draft","in":"query","required":false,"schema":{"type":"boolean","default":false}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"cover":{"type":"string","format":"binary"}}}}}},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Post"}}}}}}},"/api/blog/public-search":{"post":{"tags":["blog-controller"],"operationId":"publicSearch","parameters":[{"name":"arg1","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostSearchCriteria"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PagedModelPost"}}}}}}},"/api/blog/post/{id}/reset-count":{"post":{"tags":["blog-controller"],"operationId":"resetPostCount","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}}},"/api/blog/post-by-id":{"post":{"tags":["blog-controller"],"operationId":"getPostById","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Post"}}}}}}},"/api/blog/new-post":{"post":{"tags":["blog-controller"],"operationId":"newPost","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Post"}}}}}}},"/api/blog/admin-search":{"post":{"tags":["blog-controller"],"operationId":"adminSearch","parameters":[{"name":"arg1","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostSearchCriteria"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PagedModelPost"}}}}}}},"/api/billable-client/upload":{"post":{"tags":["billable-client-controller"],"operationId":"upload_1","parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"document":{"type":"string","format":"binary"}},"required":["document"]}}}},"responses":{"200":{"description":"OK"}}},"delete":{"tags":["billable-client-controller"],"operationId":"deleteUpload","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}},{"name":"uploadId","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}}},"/api/billable-client/save":{"post":{"tags":["billable-client-controller"],"operationId":"save_7","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BillableClient"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BillableClient"}}}}}}},"/api/administrative-document/toggle-bookmarked":{"post":{"tags":["administrative-documen-controller"],"operationId":"toggleBookmarked_4","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AdministrativeDocument"}}}}}}},"/api/administrative-document/search":{"post":{"tags":["administrative-documen-controller"],"operationId":"search","parameters":[{"name":"arg1","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AdministrativeDocumentSearchCriteria"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PagedModelAdministrativeDocument"}}}}}}},"/api/administrative-document/save":{"post":{"tags":["administrative-documen-controller"],"operationId":"save_8","parameters":[{"name":"title","in":"query","required":true,"schema":{"type":"string"}},{"name":"id","in":"query","required":false,"schema":{"type":"string"}},{"name":"description","in":"query","required":false,"schema":{"type":"string"}},{"name":"tags","in":"query","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"document":{"type":"string","format":"binary"}}}}}},"responses":{"200":{"description":"OK"}}}},"/api/administrative-document/find-by-ids":{"post":{"tags":["administrative-documen-controller"],"operationId":"findByIds_3","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/AdministrativeDocument"}}}}}}}},"/api/administrative-document/find-by-id":{"post":{"tags":["administrative-documen-controller"],"operationId":"findById_4","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AdministrativeDocument"}}}}}}},"/api/administrative-document/find-all":{"post":{"tags":["administrative-documen-controller"],"operationId":"findAll_10","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/AdministrativeDocument"}}}}}}}},"/api/toolbox/public/rdf/allowed-languages":{"get":{"tags":["rdf-utils-rest-controller"],"operationId":"getAllowedLanguages","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string"}}}}}}}},"/api/toolbox/public/rdf/allowed-extensions":{"get":{"tags":["rdf-utils-rest-controller"],"operationId":"getAllowedExtensions","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string"}}}}}}}},"/api/timesheet/estimate-total-to-be-invoiced-this-month":{"get":{"tags":["timesheet-controller"],"operationId":"estimateTotalToBeInvoicedThisMonth","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"number"}}}}}}},"/api/timesheet/count":{"get":{"tags":["timesheet-controller"],"operationId":"count","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object","properties":{"value":{"type":"integer","format":"int64"},"key":{"type":"string"}}}}}}}}},"/api/timesheet/by-id":{"get":{"tags":["timesheet-controller"],"operationId":"findById_5","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Timesheet"}}}}}}},"/api/settings/menu-link":{"get":{"tags":["menu-link-controller"],"operationId":"findAll_11","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/MenuLink"}}}}}}},"delete":{"tags":["menu-link-controller"],"operationId":"delete_4","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}}},"/api/settings/menu-link/top-3":{"get":{"tags":["menu-link-controller"],"operationId":"top3","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/MenuLink"}}}}}}}},"/api/resource/public/find-by-id":{"get":{"tags":["file-upload-controller"],"operationId":"findByIdPublic","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/FileUpload"}}}}}}},"/api/resource/public/find-by-correlation-id":{"get":{"tags":["file-upload-controller"],"operationId":"findByCorrelationIdPublic","parameters":[{"name":"correlationId","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FileUpload"}}}}}}}},"/api/resource/public/download/{id}":{"get":{"tags":["file-upload-controller"],"operationId":"publicDownload","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"binary"}}}}}}},"/api/resource/find-by-ids":{"get":{"tags":["file-upload-controller"],"operationId":"findByIds_4","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FileUpload"}}}}}}}},"/api/resource/find-by-id":{"get":{"tags":["file-upload-controller"],"operationId":"findById_6","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/FileUpload"}}}}}}},"/api/resource/find-by-correlation-id":{"get":{"tags":["file-upload-controller"],"operationId":"findByCorrelationId","parameters":[{"name":"correlationId","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FileUpload"}}}}}}}},"/api/resource/download":{"get":{"tags":["file-upload-controller"],"operationId":"download_2","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"binary"}}}}}}},"/api/reminder-task/validate-cron-expression":{"get":{"tags":["reminder-task-controller"],"operationId":"validateCronExpression","parameters":[{"name":"cronExpression","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object","properties":{"value":{"type":"boolean"},"key":{"type":"string"}}}}}}}}},"/api/reminder-task/find-next-ten-tasks":{"get":{"tags":["reminder-task-controller"],"operationId":"findNext10Tasks","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ReminderTask"}}}}}}}},"/api/reminder-task/find-by-id":{"get":{"tags":["reminder-task-controller"],"operationId":"findById_7","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ReminderTask"}}}}}}},"/api/reminder-task/find-all":{"get":{"tags":["reminder-task-controller"],"operationId":"get","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ReminderTask"}}}}}}}},"/api/reminder-task/allowed-actions":{"get":{"tags":["reminder-task-controller"],"operationId":"allowedActions","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ActionMetadata"}}}}}}}},"/api/reminder-task/action-results":{"get":{"tags":["reminder-task-controller"],"operationId":"getActionResults","parameters":[{"name":"key","in":"query","required":true,"schema":{"type":"string"}},{"name":"arg1","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PagedModelActionResult"}}}}}}},"/api/personal-info":{"get":{"tags":["personal-info-controller"],"operationId":"get_1","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PersonalInfo"}}}}}}},"/api/personal-info/@me":{"get":{"tags":["personal-info-controller"],"operationId":"me","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/User"}}}}}}},"/api/mongo-management":{"get":{"tags":["mongo-management-controller"],"operationId":"dumpList","parameters":[{"name":"snapshot","in":"query","required":false,"schema":{"type":"boolean","default":false}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string"}}}}}}}},"/api/memzagram/public":{"get":{"tags":["mem-za-gram-controller"],"operationId":"findAll_12","parameters":[{"name":"arg0","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PagedModelMemZaGram"}}}}}}},"/api/memzagram/all":{"get":{"tags":["mem-za-gram-controller"],"operationId":"adminFindAll","parameters":[{"name":"arg0","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PagedModelMemZaGram"}}}}}}},"/api/mail/find-all":{"get":{"tags":["mail-controller"],"operationId":"findAll_13","parameters":[{"name":"arg0","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PagedModelMailJob"}}}}}}},"/api/invoice/list-templates":{"get":{"tags":["invoice-generation-controller"],"operationId":"listTemplates","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/InvoiceFreemarkerTemplate"}}}}}}}},"/api/invoice/bookmarked":{"get":{"tags":["invoice-generation-controller"],"operationId":"bookmarked_1","parameters":[{"name":"arg0","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PagedModelInvoiceGeneration"}}}}}}},"/api/dossier/import-example":{"get":{"tags":["dossier-controller"],"operationId":"getImportDossierXlsxExample","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"binary"}}}}}}},"/api/dossier/generate-summary":{"get":{"tags":["dossier-controller"],"operationId":"generateSummary","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"binary"}}}}}}},"/api/cv":{"get":{"tags":["curriculum-controller"],"operationId":"get_2","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Curriculum"}}}}}}},"/api/cv/list-templates":{"get":{"tags":["curriculum-controller"],"operationId":"listTemplates_1","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/CurriculumFreemarkerTemplate"}}}}}}}},"/api/cv/admin-download":{"get":{"tags":["curriculum-controller"],"operationId":"adminDownload","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"binary"}}}}}}},"/api/blog/tags":{"get":{"tags":["blog-controller"],"operationId":"getTags","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string"}}}}}}}},"/api/blog/post/{title}/{id}":{"get":{"tags":["blog-controller"],"operationId":"getPublicPostById","parameters":[{"name":"title","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Post"}}}}}}},"/api/blog/latest":{"get":{"tags":["blog-controller"],"operationId":"getLatest","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PagedModelPost"}}}}}}},"/api/blog/generate-pdf":{"get":{"tags":["blog-controller"],"operationId":"generatePdf","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"binary"}}}}}}},"/api/billable-client/find-by-contract-status":{"get":{"tags":["billable-client-controller"],"operationId":"findByContractStatus","parameters":[{"name":"contractStatus","in":"query","required":true,"schema":{"type":"string","enum":["NOT_STARTED_YET","ONGOING","DONE"]}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/BillableClient"}}}}}}}},"/api/billable-client/find-all":{"get":{"tags":["billable-client-controller"],"operationId":"findAll_14","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/BillableClient"}}}}}}}},"/api/resource/delete-by-id":{"delete":{"tags":["file-upload-controller"],"operationId":"delete_5","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object","properties":{"value":{"type":"string"},"key":{"type":"string"}}}}}}}}},"/api/resource/delete-all":{"delete":{"tags":["file-upload-controller"],"operationId":"deleteAll","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object","properties":{"value":{"type":"string"},"key":{"type":"string"}}}}}}}}},"/api/reminder-task":{"delete":{"tags":["reminder-task-controller"],"operationId":"delete_6","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}}},"/api/memzagram":{"delete":{"tags":["mem-za-gram-controller"],"operationId":"delete_7","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}}},"/api/mail/delete":{"delete":{"tags":["mail-controller"],"operationId":"delete_8","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}}},"/api/invoice":{"delete":{"tags":["invoice-generation-controller"],"operationId":"deleteInvoice","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}},{"name":"logical","in":"query","required":false,"schema":{"type":"boolean","default":true}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object","properties":{"value":{"type":"string"},"key":{"type":"string"}}}}}}}}},"/api/invoice/delete-template":{"delete":{"tags":["invoice-generation-controller"],"operationId":"deleteTemplate","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}}},"/api/form-contact":{"delete":{"tags":["form-contact-controller"],"operationId":"delete_9","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object","properties":{"value":{"type":"string"},"key":{"type":"string"}}}}}}}}},"/api/finance/portfolio":{"delete":{"tags":["portfolio-controller"],"operationId":"delete_10","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object","properties":{"value":{"type":"string"},"key":{"type":"string"}}}}}}}}},"/api/finance/portfolio/tick":{"delete":{"tags":["portfolio-controller"],"operationId":"deleteTickFromPortfolio","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}},{"name":"symbol","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object","properties":{"value":{"type":"string"},"key":{"type":"string"}}}}}}}}},"/api/fee":{"delete":{"tags":["fee-controller"],"operationId":"delete_11","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object","properties":{"value":{"type":"string"},"key":{"type":"string"}}}}}}}}},"/api/cv/delete-template":{"delete":{"tags":["curriculum-controller"],"operationId":"deleteTemplate_1","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}}},"/api/cache/clear":{"delete":{"tags":["cache-controller"],"operationId":"clear","parameters":[{"name":"name","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object","properties":{"value":{"type":"string"},"key":{"type":"string"}}}}}}}}},"/api/blog":{"delete":{"tags":["blog-controller"],"operationId":"delete_12","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object","properties":{"value":{"type":"string"},"key":{"type":"string"}}}}}}}}},"/api/billable-client":{"delete":{"tags":["billable-client-controller"],"operationId":"delete_13","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}}},"/api/administrative-document":{"delete":{"tags":["administrative-documen-controller"],"operationId":"delete_14","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}}}},"components":{"schemas":{"Todo":{"type":"object","properties":{"id":{"type":"string"},"dateCreation":{"type":"string","format":"date-time"},"updatedDate":{"type":"string","format":"date-time"},"done":{"type":"boolean"},"title":{"type":"string"}}},"Timesheet":{"type":"object","properties":{"id":{"type":"string"},"dateCreation":{"type":"string","format":"date-time"},"name":{"type":"string"},"periods":{"type":"array","items":{"$ref":"#/components/schemas/TimesheetPeriod"}},"closed":{"type":"boolean"},"uploadId":{"type":"string"},"invoiceId":{"type":"string"},"clientId":{"type":"string"},"clientName":{"type":"string"},"settings":{"$ref":"#/components/schemas/TimesheetSettings"},"yearMonth":{"type":"string","writeOnly":true},"year":{"type":"integer","format":"int32"},"month":{"type":"integer","format":"int32"},"numberOfWorkingHours":{"type":"number"},"clientNameOrNA":{"type":"string"},"monthEnum":{"type":"string","enum":["JANUARY","FEBRUARY","MARCH","APRIL","MAY","JUNE","JULY","AUGUST","SEPTEMBER","OCTOBER","NOVEMBER","DECEMBER"]},"numberOfWorkingDays":{"type":"integer","format":"int64"},"numberOfHoursWorked":{"type":"string"},"numberOfMinutesWorked":{"type":"integer","format":"int64"}}},"TimesheetPeriod":{"type":"object","properties":{"id":{"type":"string"},"shortDescription":{"type":"string"},"date":{"type":"string","format":"date-time"},"morningStartTime":{"type":"string","format":"date-time"},"morningEndTime":{"type":"string","format":"date-time"},"afternoonStartTime":{"type":"string","format":"date-time"},"afternoonEndTime":{"type":"string","format":"date-time"},"projectName":{"type":"string"},"periodType":{"type":"string","enum":["SICKNESS","PUBLIC_HOLIDAYS","AUTHORIZED_HOLIDAYS","WORKING_DAY","WEEKEND"]},"duration":{"type":"integer","format":"int64"},"dayOfWeek":{"type":"string","enum":["MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY","SUNDAY"]},"rowFilled":{"type":"boolean"},"durationInHours":{"type":"string"}}},"TimesheetSettings":{"type":"object","properties":{"maxHoursPerDay":{"type":"number"},"minHoursPerDay":{"type":"number"},"defaultProjectName":{"type":"string"}}},"TimesheetSettingsForm":{"type":"object","properties":{"maxHoursPerDay":{"type":"number"},"minHoursPerDay":{"type":"number"},"clientId":{"type":"string"},"timesheetId":{"type":"string"}}},"Sms":{"type":"object","properties":{"phoneNumber":{"type":"string"},"message":{"type":"string"}}},"MenuLink":{"type":"object","properties":{"id":{"type":"string"},"order":{"type":"integer","format":"int32"},"updatedDate":{"type":"string","format":"date-time"},"title":{"type":"string"},"description":{"type":"string"},"routerLinkActiveOptions":{"$ref":"#/components/schemas/RouterLinkOption"},"icon":{"type":"array","items":{"type":"string"}},"routerLink":{"type":"array","items":{"type":"string"}},"show":{"type":"boolean"},"numberOfTimesClicked":{"type":"integer","format":"int64"},"roles":{"type":"array","items":{"type":"string"}}}},"RouterLinkOption":{"type":"object","properties":{"exact":{"type":"boolean"}}},"Script":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"enabled":{"type":"boolean"},"consumeEvent":{"type":"boolean"}}},"FileUpload":{"type":"object","properties":{"id":{"type":"string"},"creationDate":{"type":"string","format":"date-time"},"updatedDate":{"type":"string","format":"date-time"},"contentType":{"type":"string"},"originalFilename":{"type":"string"},"correlationId":{"type":"string"},"extension":{"type":"string"},"name":{"type":"string"},"size":{"type":"integer","format":"int64"},"publicResource":{"type":"boolean"},"bookmarked":{"type":"boolean"},"bookmarkedDate":{"type":"string","format":"date-time"},"creationDateString":{"type":"string"}}},"FileUploadSearchCriteria":{"type":"object","properties":{"correlationId":{"type":"string"},"id":{"type":"string"},"dateBefore":{"type":"string","format":"date-time"},"dateAfter":{"type":"string","format":"date-time"},"publicResource":{"type":"boolean"},"originalFilename":{"type":"string"},"bookmarked":{"type":"boolean"}}},"Pageable":{"type":"object","properties":{"page":{"type":"integer","format":"int32","minimum":0},"size":{"type":"integer","format":"int32","minimum":1},"sort":{"type":"array","items":{"type":"string"}}}},"PageMetadata":{"type":"object","properties":{"size":{"type":"integer","format":"int64"},"number":{"type":"integer","format":"int64"},"totalElements":{"type":"integer","format":"int64"},"totalPages":{"type":"integer","format":"int64"}}},"PagedModelFileUpload":{"type":"object","properties":{"content":{"type":"array","items":{"$ref":"#/components/schemas/FileUpload"}},"page":{"$ref":"#/components/schemas/PageMetadata"}}},"ActionParameter":{"type":"object","properties":{"key":{"type":"string"},"required":{"type":"boolean"},"value":{"type":"string"},"parameterType":{"type":"string","enum":["INTEGER","LONG","STRING","BOOLEAN","DOUBLE","BIG_DECIMAL","BIGINTEGER","DATE","DATE_STRING","OPTION"]},"description":{"type":"string"},"options":{"type":"object","additionalProperties":{"type":"string"}}}},"ReminderTask":{"type":"object","properties":{"id":{"type":"string"},"dateCreation":{"type":"string","format":"date-time"},"updatedDate":{"type":"string","format":"date-time"},"lastExecutionDate":{"type":"string","format":"date-time"},"nextDate":{"type":"string","format":"date-time"},"specificDate":{"type":"string","format":"date-time"},"calendarDate":{"type":"string","format":"date-time"},"cronExpression":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"disabled":{"type":"boolean"},"sendMail":{"type":"boolean"},"sendSms":{"type":"boolean"},"inAppNotification":{"type":"boolean"},"actionKey":{"type":"string"},"customActionName":{"type":"string"},"persistResult":{"type":"boolean"},"actionParameters":{"type":"array","items":{"$ref":"#/components/schemas/ActionParameter"}}}},"Accountant":{"type":"object","properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"email":{"type":"string"},"phoneNumber":{"type":"string"}}},"PersonalInfo":{"type":"object","properties":{"id":{"type":"string"},"dateCreation":{"type":"string","format":"date-time"},"updatedDate":{"type":"string","format":"date-time"},"organizationName":{"type":"string"},"vatNumber":{"type":"string"},"organizationAddress":{"type":"string"},"organizationPostCode":{"type":"string"},"organizationCity":{"type":"string"},"organizationBankAccount":{"type":"string"},"organizationBankBIC":{"type":"string"},"countryCode":{"type":"string"},"organizationPhoneNumber":{"type":"string"},"organizationEmailAddress":{"type":"string"},"ceoFullName":{"type":"string"},"note":{"type":"string"},"logoUploadId":{"type":"string"},"initialUploadId":{"type":"string"},"signatureUploadId":{"type":"string"},"financeCharge":{"type":"number"},"maxDaysToPay":{"type":"integer","format":"int32"},"demoMode":{"type":"boolean"},"accountants":{"type":"array","items":{"$ref":"#/components/schemas/Accountant"}},"companyNumber":{"type":"string"},"cleanVatNumber":{"type":"string"}}},"MemoDate":{"type":"object","properties":{"id":{"type":"string"},"dateSince":{"type":"string","format":"date-time"},"label":{"type":"string"}}},"MailJob":{"type":"object","properties":{"id":{"type":"string"},"createdDate":{"type":"string","format":"date-time"},"updatedDate":{"type":"string","format":"date-time"},"sent":{"type":"boolean"},"sendingDate":{"type":"string","format":"date-time"},"subject":{"type":"string"},"body":{"type":"string"},"bcc":{"type":"boolean"},"to":{"type":"array","items":{"type":"string"}},"uploadIds":{"type":"array","items":{"type":"string"}}}},"MailRequest":{"type":"object","properties":{"to":{"type":"array","items":{"type":"string"}},"subject":{"type":"string"},"body":{"type":"string"},"bcc":{"type":"boolean"},"uploadIds":{"type":"array","items":{"type":"string"}},"sendingDate":{"type":"string","format":"date-time"}}},"Label":{"type":"object","properties":{"id":{"type":"string"},"colorHex":{"type":"string"},"description":{"type":"string"},"name":{"type":"string"},"priceHVAT":{"type":"number"},"vat":{"type":"number"},"noDefaultPrice":{"type":"boolean"}}},"PeppolValidationResult":{"type":"object","properties":{"valid":{"type":"boolean"},"results":{"type":"string"}}},"BillTo":{"type":"object","properties":{"vatNumber":{"type":"string"},"address":{"type":"string"},"city":{"type":"string"},"clientName":{"type":"string"},"emailAddress":{"type":"string"},"companyNumber":{"type":"string"}}},"InvoiceGeneration":{"type":"object","properties":{"id":{"type":"string"},"invoiceNumber":{"type":"string","deprecated":true},"structuredReference":{"type":"string"},"creditNoteId":{"type":"string"},"seqInvoiceNumber":{"type":"integer","format":"int64"},"dateOfInvoice":{"type":"string","format":"date-time"},"dateCreation":{"type":"string","format":"date-time"},"archivedDate":{"type":"string","format":"date-time"},"updatedDate":{"type":"string","format":"date-time"},"billTo":{"$ref":"#/components/schemas/BillTo"},"invoiceTable":{"type":"array","items":{"$ref":"#/components/schemas/InvoiceRow"}},"taxRate":{"type":"number"},"maxDaysToPay":{"type":"integer","format":"int32"},"locked":{"type":"boolean"},"archived":{"type":"boolean"},"bookmarked":{"type":"boolean"},"bookmarkedDate":{"type":"string","format":"date-time"},"logicalDelete":{"type":"boolean"},"uploadedManually":{"type":"boolean"},"invoiceUploadId":{"type":"string"},"invoiceUBLId":{"type":"string"},"freemarkerTemplateId":{"type":"string"},"peppolStatus":{"type":"string","enum":["OLD","NOT_SENT","PROCESSING","SUCCESS"]},"specialNote":{"type":"string"},"creditNoteInvoiceReference":{"type":"string"},"imported":{"type":"boolean"},"importedDate":{"type":"string","format":"date-time"},"timesheetId":{"type":"string"},"reference":{"type":"string"},"subTotal":{"type":"number"},"taxes":{"type":"number"},"total":{"type":"number"},"newInvoiceNumber":{"type":"string"},"clientName":{"type":"string"},"dueDate":{"type":"string","format":"date-time"},"taxable":{"type":"number"},"creditNote":{"type":"boolean"}}},"InvoiceRow":{"type":"object","properties":{"projectName":{"type":"string"},"period":{"type":"string"},"nature":{"type":"string"},"amount":{"type":"number"},"rate":{"type":"number"},"hoursPerDay":{"type":"number"},"amountType":{"type":"string","enum":["DAYS","HOURS"]},"rateType":{"type":"string","enum":["DAYS","HOURS"]},"total":{"type":"number"}}},"PagedModelInvoiceGeneration":{"type":"object","properties":{"content":{"type":"array","items":{"$ref":"#/components/schemas/InvoiceGeneration"}},"page":{"$ref":"#/components/schemas/PageMetadata"}}},"InvoiceSummary":{"type":"object","properties":{"period":{"type":"string"},"dateOfInvoice":{"type":"string","format":"date-time"},"amountType":{"type":"string","enum":["DAYS","HOURS"]},"amount":{"type":"number"},"hoursPerDay":{"type":"number"},"subTotal":{"type":"number"},"client":{"type":"string"}}},"InvoiceFreemarkerTemplate":{"type":"object","properties":{"id":{"type":"string"},"dateCreation":{"type":"string","format":"date-time"},"updatedDate":{"type":"string","format":"date-time"},"name":{"type":"string"},"templateUploadId":{"type":"string"},"logicalDelete":{"type":"boolean"}}},"FormContact":{"type":"object","properties":{"id":{"type":"string"},"creationDate":{"type":"string","format":"date-time"},"fullName":{"type":"string"},"bestTimeToCall":{"type":"string"},"email":{"type":"string"},"phoneNumber":{"type":"string"},"subject":{"type":"string"},"body":{"type":"string"}}},"Tick":{"type":"object","properties":{"addedDate":{"type":"string","format":"date-time"},"priceWhenAdded":{"type":"number"},"symbol":{"type":"string"},"currency":{"type":"string"}}},"Portfolio":{"type":"object","properties":{"id":{"type":"string"},"dateCreation":{"type":"string","format":"date-time"},"updatedDate":{"type":"string","format":"date-time"},"name":{"type":"string"},"ticks":{"type":"array","items":{"$ref":"#/components/schemas/Tick"},"uniqueItems":true},"principal":{"type":"boolean"}}},"Fee":{"type":"object","properties":{"id":{"type":"string"},"dateCreation":{"type":"string","format":"date-time"},"updatedDate":{"type":"string","format":"date-time"},"date":{"type":"string","format":"date-time"},"subject":{"type":"string"},"body":{"type":"string"},"attachmentIds":{"type":"array","items":{"type":"string"}},"bookmarked":{"type":"boolean"},"bookmarkedDate":{"type":"string","format":"date-time"},"archived":{"type":"boolean"},"archivedDate":{"type":"string","format":"date-time"},"tag":{"type":"string"},"priceHVAT":{"type":"number"},"vat":{"type":"number"},"imported":{"type":"boolean"},"importedDate":{"type":"string","format":"date-time"},"priceTot":{"type":"number"}}},"FeeSummary":{"type":"object","properties":{"tag":{"type":"string"},"totalHVAT":{"type":"number"},"totalVAT":{"type":"number"}}},"FeeSearchCriteria":{"type":"object","properties":{"id":{"type":"string"},"dateBefore":{"type":"string","format":"date-time"},"dateAfter":{"type":"string","format":"date-time"},"subject":{"type":"string"},"body":{"type":"string"},"archived":{"type":"boolean"},"tag":{"type":"string"},"bookmarked":{"type":"boolean"}}},"PagedModelFee":{"type":"object","properties":{"content":{"type":"array","items":{"$ref":"#/components/schemas/Fee"}},"page":{"$ref":"#/components/schemas/PageMetadata"}}},"Dossier":{"type":"object","properties":{"id":{"type":"string"},"creationDate":{"type":"string","format":"date-time"},"updatedDate":{"type":"string","format":"date-time"},"name":{"type":"string"},"description":{"type":"string"},"feeIds":{"type":"array","items":{"type":"string"},"uniqueItems":true},"invoiceIds":{"type":"array","items":{"type":"string"},"uniqueItems":true},"documentIds":{"type":"array","items":{"type":"string"},"uniqueItems":true},"closed":{"type":"boolean"},"closedDate":{"type":"string","format":"date-time"},"backupDate":{"type":"string","format":"date-time"},"tvaDue":{"type":"number"},"advancePayments":{"type":"array","items":{"$ref":"#/components/schemas/TvaAdvancePayment"}},"recalledForModification":{"type":"boolean"},"recalledForModificationDate":{"type":"string","format":"date-time"},"bookmarked":{"type":"boolean"},"bookmarkedDate":{"type":"string","format":"date-time"},"dossierUploadId":{"type":"string"},"imported":{"type":"boolean"},"importedDate":{"type":"string","format":"date-time"},"tvaToBePaid":{"type":"number"},"totalAdvancePayments":{"type":"number"}}},"TvaAdvancePayment":{"type":"object","properties":{"datePaid":{"type":"string","format":"date-time"},"advance":{"type":"number"}}},"DossierSummary":{"type":"object","properties":{"name":{"type":"string"},"totalEarnings":{"type":"number"},"closedDate":{"type":"string","format":"date-time"},"computedTotalExpensesPerTag":{"type":"object","additionalProperties":{"type":"number"}},"totalExpenses":{"type":"number"}}},"PagedModelDossier":{"type":"object","properties":{"content":{"type":"array","items":{"$ref":"#/components/schemas/Dossier"}},"page":{"$ref":"#/components/schemas/PageMetadata"}}},"Curriculum":{"type":"object","properties":{"id":{"type":"string"},"experiences":{"type":"array","items":{"$ref":"#/components/schemas/Experience"}},"skills":{"type":"array","items":{"$ref":"#/components/schemas/Skill"}},"personalProjects":{"type":"array","items":{"$ref":"#/components/schemas/PersonalProject"}},"scholarHistories":{"type":"array","items":{"$ref":"#/components/schemas/ScholarHistory"}},"hobbies":{"type":"array","items":{"$ref":"#/components/schemas/Hobby"}},"person":{"$ref":"#/components/schemas/Person"},"introduction":{"type":"string"},"updatedDate":{"type":"string","format":"date-time"},"freemarkerTemplateId":{"type":"string"}}},"Experience":{"type":"object","properties":{"from":{"type":"string","format":"date-time"},"to":{"type":"string","format":"date-time"},"current":{"type":"boolean"},"title":{"type":"string"},"description":{"type":"array","items":{"type":"string"}},"company":{"type":"string"},"uuid":{"type":"string"}}},"Hobby":{"type":"object","properties":{"title":{"type":"string"},"description":{"type":"string"}}},"Person":{"type":"object","properties":{"firstname":{"type":"string"},"lastname":{"type":"string"},"title":{"type":"string"},"phoneNumber":{"type":"string"},"birthdate":{"type":"string","format":"date-time"},"emailAddress":{"type":"string"},"linkedinUrl":{"type":"string"},"githubUrl":{"type":"string"},"address":{"type":"string"},"website":{"type":"string"}}},"PersonalProject":{"type":"object","properties":{"name":{"type":"string"},"url":{"type":"string"},"description":{"type":"string"}}},"ScholarHistory":{"type":"object","properties":{"from":{"type":"string","format":"date-time"},"to":{"type":"string","format":"date-time"},"current":{"type":"boolean"},"title":{"type":"string"},"school":{"type":"string"}}},"Skill":{"type":"object","properties":{"priority":{"type":"integer","format":"int32"},"name":{"type":"string"},"softSkill":{"type":"boolean"},"hardSkill":{"type":"boolean"},"tags":{"type":"array","items":{"type":"string"}}}},"DownloadCvRequest":{"type":"object","properties":{"id":{"type":"string"},"email":{"type":"string"},"phoneNumber":{"type":"string"},"htmlContent":{"type":"string"},"dailyRate":{"type":"boolean"},"availability":{"type":"boolean"},"dateReceived":{"type":"string","format":"date-time"}}},"CurriculumFreemarkerTemplate":{"type":"object","properties":{"id":{"type":"string"},"dateCreation":{"type":"string","format":"date-time"},"name":{"type":"string"},"templateUploadId":{"type":"string"}}},"Post":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"coverId":{"type":"string"},"creationDate":{"type":"string","format":"date-time"},"updatedDate":{"type":"string","format":"date-time"},"draft":{"type":"boolean"},"countViews":{"type":"integer","format":"int64"},"tags":{"type":"array","items":{"type":"string"},"uniqueItems":true},"content":{"type":"string"}}},"PostSearchCriteria":{"type":"object","properties":{"id":{"type":"string"},"dateBefore":{"type":"string","format":"date-time"},"dateAfter":{"type":"string","format":"date-time"},"title":{"type":"string"},"content":{"type":"string"},"tag":{"type":"string"}}},"PagedModelPost":{"type":"object","properties":{"content":{"type":"array","items":{"$ref":"#/components/schemas/Post"}},"page":{"$ref":"#/components/schemas/PageMetadata"}}},"BillableClient":{"type":"object","properties":{"id":{"type":"string"},"maxDaysToPay":{"type":"integer","format":"int32"},"taxRate":{"type":"number"},"nature":{"type":"string"},"rate":{"type":"number"},"rateType":{"type":"string","enum":["DAYS","HOURS"]},"projectName":{"type":"string"},"vatNumber":{"type":"string"},"address":{"type":"string"},"city":{"type":"string"},"name":{"type":"string"},"emailAddress":{"type":"string"},"countryCode":{"type":"string"},"phoneNumber":{"type":"string"},"contractStatus":{"type":"string","enum":["NOT_STARTED_YET","ONGOING","DONE"]},"startDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"documentIds":{"type":"array","items":{"type":"string"}},"imported":{"type":"boolean"},"importedDate":{"type":"string","format":"date-time"},"defaultWorkingDays":{"type":"array","items":{"type":"string","enum":["MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY","SUNDAY"]}},"companyNumber":{"type":"string"},"cleanVatNumber":{"type":"string"},"ublrateType":{"type":"string"}}},"AdministrativeDocument":{"type":"object","properties":{"id":{"type":"string"},"dateCreation":{"type":"string","format":"date-time"},"updatedDate":{"type":"string","format":"date-time"},"date":{"type":"string","format":"date-time"},"attachmentId":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"title":{"type":"string"},"description":{"type":"string"},"locked":{"type":"boolean"},"bookmarked":{"type":"boolean"},"bookmarkedDate":{"type":"string","format":"date-time"}}},"AdministrativeDocumentSearchCriteria":{"type":"object","properties":{"id":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"title":{"type":"string"},"description":{"type":"string"},"dateBefore":{"type":"string","format":"date-time"},"dateAfter":{"type":"string","format":"date-time"},"bookmarked":{"type":"boolean"}}},"PagedModelAdministrativeDocument":{"type":"object","properties":{"content":{"type":"array","items":{"$ref":"#/components/schemas/AdministrativeDocument"}},"page":{"$ref":"#/components/schemas/PageMetadata"}}},"ActionMetadata":{"type":"object","properties":{"key":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"allowedParameters":{"type":"array","items":{"$ref":"#/components/schemas/ActionParameter"}},"defaultCronValue":{"type":"string"}}},"ActionResult":{"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","FAILURE","UNKNOWN"]},"actionKey":{"type":"string"},"id":{"type":"string"},"createdDate":{"type":"string","format":"date-time"},"messages":{"type":"array","items":{"type":"string"}},"parameters":{"type":"array","items":{"$ref":"#/components/schemas/ActionParameter"}},"finishedDate":{"type":"string","format":"date-time"},"startedDate":{"type":"string","format":"date-time"}}},"PagedModelActionResult":{"type":"object","properties":{"content":{"type":"array","items":{"$ref":"#/components/schemas/ActionResult"}},"page":{"$ref":"#/components/schemas/PageMetadata"}}},"User":{"type":"object","properties":{"username":{"type":"string"},"authorities":{"type":"array","items":{"type":"string"}}}},"Notification":{"type":"object","properties":{"id":{"type":"string"},"receivedDate":{"type":"string","format":"date-time"},"seen":{"type":"boolean"},"title":{"type":"string"},"type":{"type":"string"},"correlationId":{"type":"string"}}},"MemZaGram":{"type":"object","properties":{"id":{"type":"string"},"createdDate":{"type":"string","format":"date-time"},"updatedDate":{"type":"string","format":"date-time"},"visible":{"type":"boolean"},"dateOfVisibility":{"type":"string","format":"date-time"},"title":{"type":"string"},"description":{"type":"string"},"imageUploadId":{"type":"string"},"thumbnailUploadId":{"type":"string"},"viewsCount":{"type":"integer","format":"int64"}}},"PagedModelMemZaGram":{"type":"object","properties":{"content":{"type":"array","items":{"$ref":"#/components/schemas/MemZaGram"}},"page":{"$ref":"#/components/schemas/PageMetadata"}}},"PagedModelMailJob":{"type":"object","properties":{"content":{"type":"array","items":{"$ref":"#/components/schemas/MailJob"}},"page":{"$ref":"#/components/schemas/PageMetadata"}}}},"securitySchemes":{"bearerAuth":{"type":"http","in":"header","scheme":"bearer"}}}}