Hi, we are using java REST API to integrate with Resilient. After creating an incident with this API:
POST /orgs/{org_id}/incidents
the response object contains many fields. I used these params to exclude some fields sending back:
want_full_data=false&want_tasks=false
But I am not interested in some other fields like "pii". Can I further exclude them?
Similar question with the API that gets back all incidents based on some filters:
POST /orgs/{org_id}/incidents/query_paged
Is the "field_handle" query parameter for specifying what fields to return? If yes, what the value should be?
Thanks!
------------------------------
Mei Thom
------------------------------