Need assistance with Fund Disbursements API

I'm playing around with the Fund Disbursements API

it looks like this

curl --verbose -g -o "N:\\csas_file1.txt" "https://myschool.academicworks.com/api/v1/disbursements.csv?c[]=initial_application_category_name__contains__Offered__contains__Accepted&c[]=opportunity_archived__eq__0&page=1&per_page=1000&fields=award_period_name,user_uid,portfolio_code,disbursement_amount&token=itsasecret"



is there away to only get records whereI only get those records that have changed in the last week


[last_categorized_at] >=  [sysdate -7]


thanks