Best Practices For Retrieving OGS Updates via API V3

lukas_kostial
lukas_kostial Newcomer
edited September 23 in World-Check One

Hello,

We are migrating from WC1 V1 to V3, and so far we have been iterating through OGS updates by specifying updatedDate in the query field and sorting by updateDate, for example:

{  "pagination": {   
    "currentPage": 1,    
    "itemsPerPage": 20  
},  "sort": [   
 {      "columnName": "updateDate",      "order": "ASCENDING"    }  
],  "query": "updateDate >= '2025-09-23T07:54:47.2449730Z'"
}

Could you please advise on the recommended way to achieve the same in V3?
It looks like we need to use RANGE to filter by updateDate, but it seems that sorting by updateDate is not supported.

Answers

  • Hi @lukas_kostial,

    We are currently reviewing your query and will provide you with an update shortly. Thank you for your patience while we investigate.

    Regards,
    Ram.

  • Hi @lukas_kostial,

    After reviewing your query, please note that user can submit an ongoing screening updates request through the request object, which includes the filter and matchFilterfields. Both fields must contain expressions that comply with the Atom Feed Item Query Language (FIQL) as defined in WC1 API V3. Hence For OGS monitoring in WC1 API V3, RANGEoperator should be applied in the filter to query.

    Thanks,
    Ram.