Returns the details of a particular disclaimer.
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.
The ID of the entity
Session authentication token.
GET /pod/v1/admin/disclaimer/{did} HTTP/1.1 Host: yourpodURL.symphony.com Accept: */*
Success
{ "id": "571d20dae4b042aaf06d2e7c", "name": "New Enterprise Disclaimer", "content": "This is a second enterprise disclaimer.", "frequencyInHours": 168, "isDefault": false, "isActive": true, "createdDate": 1461526746875, "modifiedDate": 1461526746875, "format": "TEXT" }