added
1.0.26
about 1 month ago by Liam Borner
- Added
api/v1/answers
endpoint to allow for CRUD operations on theAnswer
record. Be sure to add the appropriate write, read or delete permission for your API key to start using it. - Added
api/v1/structured_sections
endpoint to allow for reading on theStructuredSection
record. Be sure to add the appropriate read permission for your API key to start using it. - Added
api/v1/structured_section_responses
endpoint to allow for create, update and delete operations on theStructuredSectionResponse
record. Be sure to add the appropriate write or delete permission for your API key to start using it. - New field type
users
available for custom fields and attributes