====== Fees (Honorare) ====== ===== GET ===== ==== Get fee based on id ==== ''/rest/fees/fee/1'' * Get fee for id 1 === Example result === ]> ==== Get fee based on project id ==== ''/rest/fees/project/1'' * Get for project with id 1 Same result as above ==== Get fees based on period ==== ''/rest/fees/period/2023/01/01/2023/12/31'' * Get fees for the period from Jan 1st 2023 to Dec 31th 2023 Same result as above ==== Get fees based on project in period ==== ''/rest/fees/period/1/2023/01/01/2023/12/31'' * Get fees for project id 1 in period from Jan 1st 2023 to Dec 31th 2023 Same result as above