ExtractInfo
Clear the current user's extract run-state marker
Clears the run-state marker written by ExtractInfo.start. After finish, progress reports state 'none'. Idempotent - succeeds whether or not a marker exists. Call after Fileman.fileop op=extract completes (success or failure).
get/ExtractInfo/finish
Response
HTTP Request was successful.
Example response
{
"apiversion": 3,
"func": "finish",
"module": "ExtractInfo",
"result": {
"data": {
"cleared": true
},
"status": 1
}
}