GET /api/v2/it_asset_management/assets

Lists all assets for all asset types.

Filtering

Use the filter[ids] or filter[external_ids] query parameters to filter results by asset IDs or external IDs. Both parameters accept comma-separated values.

Pagination

Allowed For

Servers

Query parameters

Name Type Required Description
filter[external_ids] String No

Optional comma-separated list of external ids to filter assets by. If one or more external ids are specified, only matching assets are returned. The external ids must be unique and are case sensitive.

filter[ids] String No

Optional comma-separated list of ids to filter assets by. If one or more ids are specified, only matching assets are returned. The ids must be unique and are case sensitive.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.