WossiDiA-PowerGraph - Media Repository


Version 3.0.05 (2025-04-06 19:46)


ReturnsMethodPathDescriptionRequest Parameters
text/htmlGET/Prints an overview of all API functions.
application/jsonGET/load/{urn}Retrieves a media object from this media repository.format
application/jsonPOST/saveStores a media object in this media repository.user, pass, auth, mime, data
application/jsonPOST/drop/{urn}Drops a media object from this media repository.user, pass, auth

Prints an overview of all API functions.

Method:
  • GET
Returned document content type:
text/html
/load/{urn}

Retrieves a media object from this media repository.

Method:
  • GET
Path variables:
  • String urn (required)
    URN of media object.
Request parameters:
  • String format (required, default: BINARY)
    Media format.
    BINARYBinary media data (default).
    BASE64Media data Base64 encoded.
Returned document content type:
application/json

Stores a media object in this media repository.

This operation is only available to authenticated users, which have the RESOURCE.* permissions.
There are two methods of authentication:

Password authentication should be used for individual updates.
The API key method is recommended for repeated updates.
One of the above methods is mandatory for this operation, however it is illegal to use both methods concurrently!

Method:
  • POST
    Request parameters must be sent via POST body, using the MIME type: application/x-www-form-urlencoded.
Request parameters:
  • String user (optional)
    Username for simple password-based authentication.
  • String pass (optional)
    Password for simple password-based authentication.
  • String auth (optional)
    API key.
  • String mime (optional)
    MIME type.
  • String data (optional)
    Data.
Returned document content type:
application/json
/drop/{urn}

Drops a media object from this media repository.

This operation is only available to authenticated users, which have the RESOURCE.* permissions.
There are two methods of authentication:

Password authentication should be used for individual updates.
The API key method is recommended for repeated updates.
One of the above methods is mandatory for this operation, however it is illegal to use both methods concurrently!

Method:
  • POST
    Request parameters must be sent via POST body, using the MIME type: application/x-www-form-urlencoded.
Path variables:
  • String urn (required)
    URN of media object.
Request parameters:
  • String user (optional)
    Username for simple password-based authentication.
  • String pass (optional)
    Password for simple password-based authentication.
  • String auth (optional)
    API key.
Returned document content type:
application/json