目次

Search

  1. はじめに
  2. ビジネスエンティティサービスについて
  3. EJBビジネスエンティティサービス呼び出し
  4. REST ビジネスエンティティサービス呼び出し
  5. Data DirectorのREST API
  6. SOAPビジネスエンティティサービス呼び出し
  7. 相互参照レコードとBVT計算サービス
  8. 企業リンケージサービスのサポート
  9. データをクレンジング、分析、変換するための外部呼び出し
  10. 付録 A: REST APIを使用したレコードの追加
  11. 付録 B: REST APIを使用したファイルのアップロード
  12. 付録 C: REST APIを使用したレポートの管理

ビジネスエンティティサービスガイド

ビジネスエンティティサービスガイド

サンプルAPI応答

サンプルAPI応答

次のサンプル応答は、既存のジョブグループとステータスのリストを返します。
HTTP/1.1 200 OK Server: JBoss-EAP/7 Content-Disposition: inline;filename=f.txt X-Powered-By: Undertow/1 Content-Type: application/json;charset=UTF-8 Content-Length: 1551 { "jobGroupControlId" : "SVR1.1G7UY", "jobGroup" : { "type" : "IMPORT", "name" : "BE_Import_RH_LE_PersonView[1]_16f9ffd55b5" }, "startDate" : "2020-01-13T13:06:26.649-05:00", "endDate" : "2020-01-13T13:06:40.842-05:00", "status" : "COMPLETED_WITH_ERRORS", "statusMessage" : "Completed with errors/warnings", "errorMessages" : [ "Completed with errors/warnings", "Completed with errors/warnings", "Completed with errors/warnings", "Completed with errors/warnings", "Completed with errors/warnings", "Completed with errors/warnings" ], "jobItems" : [ { "startDate" : "2020-01-13T13:06:36.150-05:00", "endDate" : "2020-01-13T13:06:40.808-05:00", "status" : "COMPLETED_WITH_ERRORS", "owningTable" : "PersonView", "errorMessages" : [ "Completed with errors/warnings", "Completed with errors/warnings", "Completed with errors/warnings", "Completed with errors/warnings", "Completed with errors/warnings", "Completed with errors/warnings" ], "progress" : 100, "metrics" : { "200" : 6, "300" : 5, "201" : 5, "301" : 4, "202" : 1, "302" : 1 } } ], "parameters" : { "mappingId" : "SVR1.1G7UX", "fileName" : "my.pdf", "systemName" : "Admin", "fileId" : "DB_SVR1.1G7UW" }, "metricLabels" : { "200" : "Total lines in file", "201" : "Converted lines", "300" : "Total records", "202" : "Rejected lines", "301" : "Loaded records", "302" : "Rejected records" }, "progress" : 100 }