Retrieve source systems. Source systems represent sources that extractors may read from. They are tied to extractors through Solutions.
List of source systems.
The response for a bad request.
Validation Error
{- "ignoreUnknownIds": true,
- "items": [
- {
- "externalId": "my.known.id"
}
]
}
{- "items": [
- {
- "externalId": "my.known.id",
- "name": "string",
- "description": "string",
- "documentation": "string",
- "imageUrl": "string",
- "type": "global",
- "tags": [
- "string"
]
}
]
}