Retrieve Destinations

Retrieve a list of up to 100 destinations by their external ID, optionally ignoring unknown IDs.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
Request Body schema: application/json
required

List of external IDs of destinations to retrieve.

required
Array of objects (Items) [ 1 .. 100 ] items
ignoreUnknownIds
boolean (IgnoreUnknownIds)

Ignore IDs and external IDs that are not found

Responses
200

List of retrieved destinations.

400

The response for a bad request.

422

Validation Error

post/hostedextractors/destinations/byIds
Request samples
application/json
{
  • "items": [
    • {
      }
    ],
  • "ignoreUnknownIds": true
}
Response samples
application/json
{
  • "items": [
    • {
      }
    ]
}