Returns lists of IPFS files.
Returns lists of IPFS files. Only users with the Standard Registry role are allowed to make the request
{
content:
application/json:
schema:
type: array
items:
type: object
properties:
createDate:
type: string
documentURL:
type: string
document:
type: object
}
{
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
}