{
    "rest": true,
    "allowMapping": false,
    "type": "resourceallocation",
    "id": "resourceallocation",
    "criteria": "resourceallocation r",
    "select": "r.id, r.allocationresource, r.allocationtype, r.allocationunit, r.enddate, r.lastmodifieddate, r.notes, r.numberhours, r.percentoftime, r.project, r.projecttask, r.requestedby, r.startdate",
    "where": "WHERE r.startdate >= TO_DATE('{date_start}', 'YYYY-MM-DD')",
    "inner": "",
    "group": "ORDER BY r.project, r.projecttask, r.id",
    "keep": [],
    "ignore": ["id"],
    "custom_query": "SELECT r.id, r.allocationresource, r.allocationtype, r.allocationunit, r.enddate, r.lastmodifieddate, r.notes, r.numberhours, r.percentoftime, r.project, r.projecttask, r.requestedby, r.startdate FROM resourceallocation r WHERE r.startdate >= TO_DATE('{date_start}', 'YYYY-MM-DD') ORDER BY r.project, r.projecttask, r.id",
    "mapping": {
        "allocationresource": "allocationResource",
        "allocationtype": "allocationType",
        "allocationunit": "allocationUnit",
        "enddate": "endDate",
        "lastmodifieddate": "lastModifiedDate",
        "notes": "notes",
        "numberhours": "numberHours",
        "percentoftime": "percentOfTime",
        "project": "project",
        "projecttask": "projectTask",
        "requestedby": "requestedBy",
        "startdate": "startDate"
    }
}
