The endpoint https://{instanceId}.freshservice.com/api/v2/solutions/articles?folder_id={folderId} can not be filtered on “updated_at” field. I’ve tried the “updated_since” param, “filter” param, “query” param, but get an error on each of these.
Can’t use filter param:
“field”: “filter”,
“message”: “It should be one of these values: ‘insights,assigned_approvals,untranslated,trash’”,
Can’t use updated_since param:
“field”: “updated_since”,
“message”: “Unexpected/invalid field in request”,
Can’t use query param:
“field”: “query”,
“message”: “Unexpected/invalid field in request”,
If I use articles/filter endpoint, there is no error, but the “query” param is silently ignored.
Is there any way to query to query only articles after a specific change date?