Get all Information Policies.
Last updated 1 year ago
Was this helpful?
🚧 Roles and PrivilegesCalling this endpoint requires the ACCESS_USER_PROVISIONING_API privilege. See for a list of roles and associated privileges.
Calling this endpoint requires the ACCESS_USER_PROVISIONING_API privilege. See for a list of roles and associated privileges.
Session authentication token.
Information Barrier Policy record.
[{"id":"56e9df05e4b00737e3d3b82d","policyType":"BLOCK","active":true,"groups":["56e9def8e4b0b406041812e6","56e9deffe4b0b406041812e7"],"createdDate":1458167557358,"modifiedDate":1458330606752},{"id":"571cd64de4b042aaf06d2d8b","policyType":"BLOCK","active":true,"groups":["571cd646e4b042aaf06d2d84","571cd64ce4b042aaf06d2d8a"],"createdDate":1461507661146,"modifiedDate":1461507661146}]
GET /pod/v1/admin/policy/list HTTP/1.1 Host: yourpodURL.symphony.com sessionToken: text Accept: */*
Success
[ { "id": "56e9df05e4b00737e3d3b82d", "policyType": "BLOCK", "active": true, "groups": [ "56e9def8e4b0b406041812e6", "56e9deffe4b0b406041812e7" ], "createdDate": 1458167557358, "modifiedDate": 1458330606752 }, { "id": "571cd64de4b042aaf06d2d8b", "policyType": "BLOCK", "active": true, "groups": [ "571cd646e4b042aaf06d2d84", "571cd64ce4b042aaf06d2d8a" ], "createdDate": 1461507661146, "modifiedDate": 1461507661146 } ]