Create API to send and return results from Test Message Bank to the Front-end
chris-kuryak opened this issue · 0 comments
chris-kuryak commented
Problem statement
We need an API that returns list of all test messages stored in blob storage
What you need to know
- A container with sample test messages needs to be created in our blob storage
- The API should return all messages stored in that container
Acceptance criteria
- API response includes:
- All test messages in blob storage container
- Test message filename
- Test message created date
- Who created the message if available
- Only prime admins should be able to call this API