API Search Objects

Hi Datagerry community,
I want to search an object in a type. But I can’t find an API to do this action. Can you give me docs or give me an option to do search objects with API?
Thanks for your help !

Hi @duongdz123,

To retrieve all objects of a specific type in DATAGERRY via the REST API, you can use the following endpoint:

GET /rest/objects/?filter={"type_id": TYPE_ID}

Replace TYPE_ID with the public ID of the type you’re interested in. This will return all objects associated with that type.

For more detailed information and additional API capabilities, please refer to the official DATAGERRY documentation:

:backhand_index_pointing_right: DATAGERRY Documentation

sincerely,
Your DataGerry Team

Can I search by keyword or field in type? If in type has field “ip-private” value “192.168.0.1”, can I search with ip-private with keyword 192.168.0.1?