Filter FEM bulk CSV export by assessment status and last status change timestamp
curl --request GET \ --url https://api-v2.production.higg.org/api/v1/modulecsv/fem \ --header 'Accept: application/json' \ --header 'Content-Type: application/json' \ --header 'x-api-key: <<apiKey>>' --header 'x-developer-request-token: <<apiKey>>' -d '{ "status": ["VRF"], "lastStatusChange": 1651395600000 }'
{"success":true}
Enter your API key
--header 'x-api-key: <<apiKey>>' --header 'x-developer-request-token: <<apiKey>>'
Identify which statuses you want returned
"status": ["VRF"],
Identify a timestamp for the last status change
"lastStatusChange": 1651395600000