Improved
API Changelog 7.28.1
May 20th, 2026
Added
- Enhanced document search results with a comprehensive set of new
extra_fields, providing detailed metadata such asclm_metadata,completion_rate, various date fields,document_type,recipients,tags, and more. This allows for richer data retrieval and more granular analysis of search outcomes.
GET /public/beta/documents/search
- added the optional property
results/items/extra_fields/clm_metadatato the response with the200status - added the optional property
results/items/extra_fields/completion_rateto the response with the200status - added the optional property
results/items/extra_fields/date_completedto the response with the200status - added the optional property
results/items/extra_fields/date_expirationto the response with the200status - added the optional property
results/items/extra_fields/date_expiredto the response with the200status - added the optional property
results/items/extra_fields/date_first_signedto the response with the200status - added the optional property
results/items/extra_fields/date_first_viewedto the response with the200status - added the optional property
results/items/extra_fields/date_last_signedto the response with the200status - added the optional property
results/items/extra_fields/date_last_viewedto the response with the200status - added the optional property
results/items/extra_fields/date_modifiedto the response with the200status - added the optional property
results/items/extra_fields/date_of_last_actionto the response with the200status - added the optional property
results/items/extra_fields/date_sentto the response with the200status - added the optional property
results/items/extra_fields/document_typeto the response with the200status - added the optional property
results/items/extra_fields/effective_permissionsto the response with the200status - added the optional property
results/items/extra_fields/parentto the response with the200status - added the optional property
results/items/extra_fields/pathto the response with the200status - added the optional property
results/items/extra_fields/recipient_countto the response with the200status - added the optional property
results/items/extra_fields/recipientsto the response with the200status - added the optional property
results/items/extra_fields/removedto the response with the200status - added the optional property
results/items/extra_fields/signed_countto the response with the200status - added the optional property
results/items/extra_fields/tagsto the response with the200status - added the optional property
results/items/extra_fields/time_to_completion_hoursto the response with the200status - added the optional property
results/items/extra_fields/titleto the response with the200status - added the optional property
results/items/extra_fields/totalto the response with the200status - added the optional property
results/items/extra_fields/typeto the response with the200status - added the optional property
results/items/extra_fields/viewed_countto the response with the200status - added the optional property
results/items/extra_fields/viewed_total_countto the response with the200status
Removed
- Improved error response consistency by removing the redundant
detailsproperty from500and504error responses, streamlining error handling.
GET /public/beta/documents/search
- ⚠️ removed the required property
detailsfrom the response with the500status - ⚠️ removed the required property
detailsfrom the response with the504status
