Search for active interception subscriptionsCopy Pageget https://example.com/dispatcher/v1/hooks/interceptionsQuery ParamssearchRequestobjectsearchRequest objectResponses 200The below table describes the response parameters: ParameterTypeDescriptionExampledataarrayList of items that match the search requestdata[index]arrayList of items that match the search requestdata[index].typestringValues:PRE_REQUEST,POST_REQUEST,ADAPT_ENTITYdata[index].apiIdstringShould only be provided if type=PRE_REQUEST or type=POST_REQUESTPOST/device/v1/devicesdata[index].entityNamestringShould only be provided if type=ADAPT_ENTITYdevicedata[index].endpointstringhttps://api.dev.biot-med.com/device-plugin/v1/devices/create-device-pre-interceptiondata[index].idstringA UUID formatted string3fa85f64-5717-4562-b3fc-2c963f66afa6data[index].executionOrderintegerdata[index].creationTimestringA UTC date-time in the ISO-8601 format2007-12-20T10:15:30Zdata[index].lastModifiedTimestringA UTC date-time in the ISO-8601 format2007-12-20T10:15:30Zmetadataobjectmetadata.sortarraySort that was passed in the requestmetadata.sort[index]arraySort that was passed in the requestmetadata.sort[index].propstringThe property name for the sortmetadata.sort[index].orderstringThe direction of sort. Default DESC Values:ASC,DESCASCmetadata.filterobjectThe filter that was passed in the requestmetadata.pageobjectmetadata.page.totalResultsintegerThe total number of items that match the query145metadata.page.pageintegerPage number3metadata.page.limitintegerNumber of items per page100metadata.freeTextSearchstringFree text search strings that was passed in the requestcat dog 400Bad Request 401Code : TOKEN_NOT_VALID, Details: [] 403Code : ACCESS_DENIED, Details: [] 500Code : INTERNAL_SERVER_ERROR, Details: [] 504Code : GATEWAY_TIMEOUT, Details: []Updated 4 months ago