List Library Messages
GET {{baseUrl}}/libraries/:libraryId/messages?category=pdggv&offset=0
Get information on all messages in a library. <!--From Readme--> Valid categories include: invite, thankYou, reminder, endOfSurvey, inactiveSurvey, general, lookAndFeel, emailSubject, smsInvite, smsReminder, smsThankYou, validation, evaluatorInvite, evaluatorReminder, and subjectLine
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
category | string | The category a message belongs to. | |
offset | number | The start position for pagination |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"result":{"elements":[{"id":"\u003cstring\u003e","description":"\u003cstring\u003e","category":"\u003cstring\u003e"},{"id":"\u003cstring\u003e","description":"\u003cstring\u003e","category":"\u003cstring\u003e"}],"nextPage":"\u003cstring\u003e"},"meta":{"httpStatus":"\u003cstring\u003e","requestId":"\u003cstring\u003e","notice":"\u003cstring\u003e"}}