Storiq One API  v1.0
API for Storiq One

archivemeta Archive Metadata

Metadatas of archives

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

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

Metadata key of archives

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

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

Update metadatas of archives

To update metadatas of an archive, use PUT method : with a reference to an archive id and a reference to a key and a reference to a value

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

Update metadatas of archives

To create metadatas of an archive, use POST method : with a reference to an archive id and a reference to a key and a reference to a value

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

jobmetadata

Metadatas of jobs

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

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

Metadata key of jobs

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

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

mediametadata Media Metadata

Metadatas of medias

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

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

Metadata key of medias

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

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

poolmetadata

Metadatas of pools

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

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

Metadata key of pools

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

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

user

Metadatas of users

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

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

Metadata key of users

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

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