List all disclaimers for the company (pod).
Last updated 1 year ago
Was this helpful?
🚧 Roles and privilegesCalling this endpoint requires the User Provisioning role with ACCESS_USER_PROVISIONING_API privilege. See ) for a list of roles and associated privileges.
Calling this endpoint requires the User Provisioning role with ACCESS_USER_PROVISIONING_API privilege. See ) for a list of roles and associated privileges.
Session authentication token.
[{"id":"571d2052e4b042aaf06d2e7a","name":"Enterprise Disclaimer","content":"This is a disclaimer for the enterprise.","frequencyInHours":24,"isDefault":false,"isActive":true,"createdDate":1461526610846,"modifiedDate":1461526610846},{"id":"571d20dae4b042aaf06d2e7c","name":"New Enterprise Disclaimer","content":"This is a second enterprise disclaimer.","frequencyInHours":168,"isDefault":false,"isActive":true,"createdDate":1461526746875,"modifiedDate":1461526746875}]
GET /pod/v1/admin/disclaimer/list HTTP/1.1 Host: yourpodURL.symphony.com sessionToken: text Accept: */*
Success
[ { "id": "571d2052e4b042aaf06d2e7a", "name": "Enterprise Disclaimer", "content": "This is a disclaimer for the enterprise.", "frequencyInHours": 24, "isDefault": false, "isActive": true, "createdDate": 1461526610846, "modifiedDate": 1461526610846 }, { "id": "571d20dae4b042aaf06d2e7c", "name": "New Enterprise Disclaimer", "content": "This is a second enterprise disclaimer.", "frequencyInHours": 168, "isDefault": false, "isActive": true, "createdDate": 1461526746875, "modifiedDate": 1461526746875 } ]