You are viewing limited content. For full access, please sign in.

Question

Question

return children entries of a folder after date

asked on February 6, 2024

I'm trying to create an API Query that will return the children entries of a folder after a specific lastModifiedTime. I tried the following but it says that the query parameter isn't valid:

 

"https://api.laserfiche.com/repository/v2/Repositories/:repositoryId/Entries/:entryId/Folder/Children?$lastModifiedTime=2024-01-01T00:00:00Z"

 

Does anyone know what the parameter for that should be?

0 0

Replies

replied on February 7, 2024

Hi,

The /Children api does not support filtering.

You could try with search api with following search syntax.

The guides for search could be found here https://developer.laserfiche.com/guides/v2/guide_search-vs-simple-search-v2.html.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.