List All Metadata for a Source System

Topics:

Use the following REST call to list metadata for a source system. This REST call is available as of Version 3.11.

GET: /api/v1/sourcesystem/metadatadata/{sourceId}

Topics:

Example:

GET https://localhost:9500/api/v1/sourcesystem/metadata/4e5b765f-b807-483b-8c56-1fcc683b0b98

-- response --

{
  "status": "OK",
  "code": 0,
  "message": null,
  "developerMessage": null,
  "responseType": "java.util.ArrayList",
  "response": [
    {
      "id": "f9c9af9d-a6f9-4822-b9bf-9d0245e5ba4c",
      "omniSourceId": "4e5b765f-b807-483b-8c56-1fcc683b0b98",
      "codeReference": null,
      "category": "Vendor",
      "subCategory": "Iron Anvils",
      "specVersion": "1.0.0",
      "startDate": {
        "year": 2020,
        "month": 0,
        "day": 1
      },
      "endDate": {
        "year": 2020,
        "month": 0,
        "day": 2
      }
    }
  ],
  "exception": null
}