Retrieve discovered applications for tenant

GET {{baseUrl}}/discovered-applications

Fetches a list of applications that have been identified within the environment. This includes details such as application names, discovery dates, potential correlated saas_vendors and related suggested connectors.

Request Params

KeyDatatypeRequiredDescription
limitnumberMax number of results to return.
See V3 API Standard Collection Parameters for more information.
offsetnumberOffset into the full result set. Usually specified with limit to paginate through the results.
See V3 API Standard Collection Parameters for more information.
filterstringFilter results using the standard syntax described in V3 API Standard Collection Parameters

Filtering is supported for the following fields and operators:

name: eq, sw, co

description: eq, sw, co | | sorters | string | | Sort results using the standard syntax described in V3 API Standard Collection Parameters

Sorting is supported for the following fields: name, description, discoveredAt, discoverySource |

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

[[{"name":"ExampleApp","discoverySource":"CSV","discoveredVendor":"ExampleVendor","description":"An application for managing examples.","recommendedConnectors":["ConnectorA","ConnectorB"],"discoveredTimestamp":"2023-01-01T12:00:00Z"}],[{"name":"ExampleApp","discoverySource":"CSV","discoveredVendor":"ExampleVendor","description":"An application for managing examples.","recommendedConnectors":["ConnectorA","ConnectorB"],"discoveredTimestamp":"2023-01-01T12:00:00Z"}]]