Hi Everyone
I have been trying to work on DQL to get the documents based on specific modify date to extract the properties/metadata and i have used below API where select query is being used to retrieve all the fields but its not retrieving all the properites
{URL}/repositories/{repo_name}?dql=select+*+from+{object_model}+where+r_modify_date+>+DATE('19/01/2026+12:28:18',+'dd/mm/yyyy+hh:mi:ss')+and+FOLDER('/{folderpath}',+DESCEND)+and+object_name+in+('{object_name}')+ENABLE(FETCH_ALL_ROWS+0)&items-per-page=1000&raw=true
example:
i_chronicle_id,a_full_text,r_content_size etc. are missing and i want to extract all the metadata
please provide me the solution or documentation where i can refer!