List InvestigationsAsk AIget https://api.safetyculture.io/incidents/v1/investigationsQuery Paramssearchstringoptional. a string to match results againstfilters.investigation_ids.valuesarray of stringslist of values that should matchfilters.investigation_ids.valuesADD stringfilters.status_ids.valuesarray of stringslist of values that should matchfilters.status_ids.valuesADD stringfilters.site_ids.valuesarray of stringslist of values that should matchfilters.site_ids.valuesADD stringfilters.title.termstringThe term to search forfilters.title.match_behaviourstringenumDefaults to MatchBehaviourUnknownOptional. The matching behaviour of this term MatchBehaviourPartial: Partially match the term MatchBehaviourExact: Exactly match the term MatchBehaviourUnknownMatchBehaviourPartialMatchBehaviourExactAllowed:MatchBehaviourUnknownMatchBehaviourPartialMatchBehaviourExactfilters.description.termstringThe term to search forfilters.description.match_behaviourstringenumDefaults to MatchBehaviourUnknownOptional. The matching behaviour of this term MatchBehaviourPartial: Partially match the term MatchBehaviourExact: Exactly match the term MatchBehaviourUnknownMatchBehaviourPartialMatchBehaviourExactAllowed:MatchBehaviourUnknownMatchBehaviourPartialMatchBehaviourExactfilters.created_at.fromdate-timeOptional. The start point for the filter. if not specified, the from component of the range will not applyfilters.created_at.todate-timeOptional. The end point for the filter. if not specified, the to component of the range will not applyfilters.modified_at.fromdate-timeOptional. The start point for the filter. if not specified, the from component of the range will not applyfilters.modified_at.todate-timeOptional. The end point for the filter. if not specified, the to component of the range will not applyfilters.created_by.valuesarray of stringslist of values that should matchfilters.created_by.valuesADD stringfilters.owned_by.valuesarray of stringslist of values that should matchfilters.owned_by.valuesADD stringfilters.linked_issue_ids.valuesarray of stringslist of values that should matchfilters.linked_issue_ids.valuesADD stringfilters.linked_action_ids.valuesarray of stringslist of values that should matchfilters.linked_action_ids.valuesADD stringfilters.linked_inspection_ids.valuesarray of stringslist of values that should matchfilters.linked_inspection_ids.valuesADD stringfilters.category_ids.valuesarray of stringslist of values that should matchfilters.category_ids.valuesADD stringsort.fieldstringenumDefaults to InvestigationsSortFieldUnknownoptional. the field to sort by InvestigationsSortFieldCreatedAt: created sort field InvestigationsSortFieldModifiedAt: modified at sort field InvestigationsSortFieldTitle: title sort field InvestigationsSortFieldStatus: status sort field InvestigationsSortFieldUniqueID: unique ID sort field InvestigationsSortFieldCategoryName: category name sort field InvestigationsSortFieldUnknownInvestigationsSortFieldCreatedAtInvestigationsSortFieldModifiedAtInvestigationsSortFieldTitleInvestigationsSortFieldStatusInvestigationsSortFieldUniqueIDInvestigationsSortFieldCategoryNameAllowed:InvestigationsSortFieldUnknownInvestigationsSortFieldCreatedAtInvestigationsSortFieldModifiedAtInvestigationsSortFieldTitleInvestigationsSortFieldStatusInvestigationsSortFieldUniqueIDInvestigationsSortFieldCategoryNamesort.orderstringenumDefaults to InvestigationsSortOrderUnknownoptional. the order to sort results InvestigationsSortOrderAsc: ascending sort order InvestigationsSortOrderDesc: descending sort order InvestigationsSortOrderUnknownInvestigationsSortOrderAscInvestigationsSortOrderDescAllowed:InvestigationsSortOrderUnknownInvestigationsSortOrderAscInvestigationsSortOrderDescpage_sizeint32requiredrequired. The number of results to returnpage_tokenstringoptional. next page token from a previous response to continue fetching further resultsResponses 200A successful response. defaultAn unexpected error response.Updated 5 months ago