Last updated 1 month ago
Returns the list of requests for adding remote policies.
The number of pages to skip before starting to collect the result set
0
The numbers of items to return
20
GET /api/v1/external-policies HTTP/1.1 Host: Authorization: Bearer JWT Accept: */*
Successful operation.
[ { "id": "000000000000000000000001", "uuid": "00000000-0000-0000-0000-000000000000", "name": "Policy name", "description": "Description", "version": "1.0.0", "topicId": "0.0.1", "instanceTopicId": "0.0.1", "messageId": "0000000000.000000001", "policyTag": "Tag", "creator": "#did:hedera:testnet:AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA_0.0.0000001", "owner": "#did:hedera:testnet:AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA_0.0.0000001", "status": "NEW" } ]