Storiq One API  v1.0
API for Storiq One
Metadata

To delete all metadata of an archive To delete metadata by the key : "name", "format", "observation", "conserver jusqu'au" of an archives use DELETE method : with a reference to an archive id and or the key(s) of the metadatas.

path : /storiqone-backend/api/v1/archive/metadata 
Returns
HTTP status codes :
  • 200 Query succeeded
  • 400 Incorrect input
  • 401 Not logged in
  • 404 Archive not found / Metadata not found
  • 500 Query failure

To delete all metadata of an archivefile To delete metadata by the key : "name", "format", "observation", "conserver jusqu'au" of an archivefile use DELETE method : with a reference to an archivefile id and or the key(s) of the metadatas.

path : /storiqone-backend/api/v1/archivefile/metadata 
Returns
HTTP status codes :
  • 200 Query succeeded
  • 400 Incorrect input
  • 401 Not logged in
  • 404 Archive not found / Metadata not found
  • 500 Query failure

Metadatas of vtls

To get metadatas from a vtl, use GET method : with a reference to a vtl id

path : /storiqone-backend/api/v1/vtl/metadata 

Metadata key of vtls

To get a metadata key of a vtl file, use GET method : with a reference to a vtl id and a reference to a key

path : /storiqone-backend/api/v1/vtl/metadata 
Returns
HTTP status codes :
  • 200 Query succeeded
  • 400 Incorrect input
  • 401 Not logged in
  • 404 VTL not found / Metadata not found
  • 500 Query failure