Read All Voice Phrases
GET {{apiPath}}/environments/{{envID}}/voicePhrases
Use the GET {{apiPath}}/environments/{{envID}}/voicePhrases
request to return all the verify voice phrases in the environment.
This returns only the named containers for voice phrases. Use Read All Voice Phrase Contents to retrieve all voice phrase contents for any voice phrase.
RESPONSES
status: OK
{"_links":{"self":{"href":"http://api.pingone.com/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/voicePhrases"},"environment":{"href":"http://api.pingone.com/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"}},"_embedded":{"voicePhrases":[{"_links":{"self":{"href":"http://api.pingone.com/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/voicePhrases/pingone_davinci_nocode"}},"id":"pingone_davinci_nocode","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"displayName":"PingOne DaVinci No-Code","createdAt":"2022-06-28T14:31:30.705Z","updatedAt":"2022-06-28T14:31:30.705Z"},{"_links":{"self":{"href":"http://api.pingone.com/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/voicePhrases/exceptional_experiences"}},"id":"exceptional_experiences","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"displayName":"Exceptional Experiences","createdAt":"2022-06-28T14:31:30.705Z","updatedAt":"2022-06-28T14:31:30.705Z"}]},"size":2}