Returns List of IPFS Files
Returns lists of IPFS files.
GET
/policies/{policyId}/dry-run/ipfs
Returns lists of IPFS files. Only users with the Standard Registry role are allowed to make the request
Path Parameters
Name
Type
Description
policyId*
String
Policy ID
{
content:
application/json:
schema:
type: array
items:
type: object
properties:
createDate:
type: string
documentURL:
type: string
document:
type: object
}
Last updated