latestOpenAPI 3.1.02026-08-08264458.4 KB
5e35babfb8d2
internal
Create processor results for the ID given
Create a new processor result in the database.
post/versions/{version_id}/processor_results
Path parameters
idinteger required
The processor results ID for a single item.
Response
A JSON representation of processor results that were saved.
Example response
{
"id": 27,
"resource_id": 48,
"processing_type": "excel_to_csv",
"parent_id": 747,
"completion_state": "success",
"message": "Completed processing with no errors.",
"structured_info": "{\"cat\": \"dog\"}"
}