{ "opencollection": "1.0.0", "info": { "name": "API Reference subpackage_actions subpackage_annotationHistory API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_annotationHistory", "type": "folder" }, "items": [ { "info": { "name": "✨ List all annotation history items for annotation", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/api/annotation-history/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "annotation", "value": "", "type": "query", "description": "Annotation ID to get annotation history items for." }, { "name": "ordering", "value": "", "type": "query", "description": "Which field to use when ordering the results." } ] }, "docs": "\n \"Label\n

\n This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)\n

\n
\nList annotation history items for an ann" }, { "info": { "name": "✨ Delete annotation history items", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:8000/api/annotation-history/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "annotation", "value": "", "type": "query", "description": "Annotation ID to delete annotation history items for." }, { "name": "project", "value": "", "type": "query", "description": "Project ID to delete annotation history items for." }, { "name": "task", "value": "", "type": "query", "description": "Task ID to delete annotation history items for." } ] }, "docs": "\n \"Label\n

\n This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)\n

\n
\nDelete all annotation history items for " }, { "info": { "name": "✨ Retrieve a single annotation history item (full result for hydration)", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/api/annotation-history/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "\n \"Label\n

\n This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)\n

\n
\nGet one annotation history item by ID wi" }, { "info": { "name": "✨ List annotation history items for project", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/api/projects/:id/annotation-history/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results to return per page." } ] }, "docs": "\n \"Label\n

\n This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)\n

\n
\nList all annotation history items for th" } ] } ], "bundled": true }