Retrieve extractors by external ID, optionally ignoring unknown IDs.
List of extractors.
Response for a failed request
Validation Error
{- "ignoreUnknownIds": true,
- "items": [
- {
- "externalId": "my.known.id"
}
]
}
{- "items": [
- {
- "externalId": "my.known.id",
- "name": "string",
- "description": "string",
- "documentation": "string",
- "imageUrl": "string",
- "latestVersion": "string",
- "links": [
- {
- "name": "string",
- "type": "generic",
- "url": "string"
}
], - "tags": [
- "string"
], - "type": "global"
}
]
}