機械翻訳について

すべてのデータ・セットの取得

get

/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets

リクエスト

問合せパラメータ
  • このパラメータを指定すると、指定した子がリソース・ペイロードに含まれます(リンクのみでなく)。 この問合せパラメータの値は"all"または""です。 カンマをセパレータとして使用して、複数の子を指定できます。 例: ?expand=Employees,Localizations. ネストされた子は、"Child.NestedChild"の書式に従って指定することもできます(例): ?expand=Employees.Managers). ネストされた子が指定されている場合(例): Employees.Managers)。欠落している子は暗黙的に処理されます。 たとえば、"?expand=Employees.Managers"は"?expand=Employees、Employees.Managers"と同じです(これにより、従業員とマネージャが展開されます)。
  • このパラメータは、リソース・フィールドをフィルタします。 指定されたフィールドのみが返されます。つまり、フィールドが指定されていない場合、フィールドは返されません(リンクのみを取得する場合に便利です)。 間接子リソースが指定されている場合(例): Employees.Managers)。欠落している子は暗黙的に処理されます。 たとえば、"?fields=Employees.Managers:Empname"は"?fields=;Employees:;Employees.Managers:Empname" (これはマネージャの"Empname"フィールドのみを返す)と同じです。この問合せパラメータの値は、リソース・フィールドのリストです。 属性は直接にすることができます(例): 従業員または間接(例): Employees.Managers) child. 拡張問合せパラメータと組み合せることはできません。 両方を指定した場合、フィールドのみが考慮されます。

    フォーマット : ?fields=Attribute1,Attribute2

    子リソースのフィールドの書式 : ?fields=Accessor1:Attribute1,Attribute2
  • コレクションを検索するための事前定義済ファインダとして使用されます。

    フォーマット : ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>

    使用可能なファインダ名および対応するファインダ変数を次に示します:

    • PrimaryKey : 指定した主キー基準に従ってデータ・セットを検索します。
      ファインダ変数:
      • DataSetName; string; データ・セットの名前。
  • このパラメータは、リソース・コレクション内で返されるリソースの数を制限します。 制限がリソース数を超えると、フレームワークは使用可能なリソースのみを返します。
  • このパラメータは、単一のリソースまたはリソース・コレクションへのアクセス中に特定のリンクのみを表示するために使用できます。 パラメータ値書式は、次のカンマ区切りリストです : <link_relation>

    例:
    self,canonical
  • リソース・コレクションの開始位置を定義するために使用します。 オフセットがリソース数を超えると、リソースは返されません。 デフォルト値は0です。
  • データのみを含めるために(リンク・セクションなしなど)、リソース品目ペイロードがフィルタ処理されます。
  • このパラメータは、指定されたフィールドに基づいてリソース・コレクションを順序付けます。 パラメータ値は、属性名のカンマ区切りの文字列で、それぞれオプションでコロンと「asc」または「desc」が続きます。 昇順の場合は「asc」、降順の場合は「desc」を指定します。 デフォルト値は「asc」です。 たとえば、?orderBy=field1:asc,field2:desc
  • この問合せパラメータは、where句を定義します。 リソース・コレクションは、指定された式を使用して問い合せられます。 この問合せパラメータの値は、1つ以上の式です。 例 : ?q=部門番号>=10および<= 30;事業所=NY

    フォーマット : ?q=expression1;expression2

    次の問合せ可能な属性を使用して、q問合せパラメータを使用してこの収集リソースをフィルタできます:
    • DataSetName; string; データ・セットの名前。
    • Description; string; データセットの説明。
    • OperationName; string; データ・セットで実行される操作の名前。
    • Purpose; string; データ・セットを使用する目的。
    • PurposeCode; string; データ・セット目的を識別する略称。
    • TaxonomyName; string; タクソノミの名前。
    • UploadDataSets; string; データ・セットの作成または更新に使用されるトランザクションを格納する値です。
  • "?totalResults=true"の場合、リソース・コレクション表現には"推定行数"が含まれます。それ以外の場合、カウントは含まれません。 デフォルト値はfalseです。
ヘッダー・パラメータ
  • REST APIがランタイム・カスタマイズをサポートしている場合、サービスのシェイプはランタイム中に変更される可能性があります。 RESTクライアントは、これらの変更から自身を分離したり、このヘッダーを指定して最新バージョンのAPIと対話することを選択できます。 たとえば: Metadata-Context:sandbox="TrackEmployeeFeature".
  • RESTクライアントとサービスの間のプロトコル・バージョン。 クライアントがリクエストでこのヘッダーを指定しない場合、サーバーはAPIのデフォルト・バージョンを選択します。

この操作にはリクエスト本文がありません。

トップに戻る

レスポンス

サポートされているメディア・タイプ

デフォルトのレスポンス

次の表では、このタスクに対するデフォルトのレスポンスについて説明します。
ヘッダー
  • REST APIがランタイム・カスタマイズをサポートしている場合、サービスのシェイプはランタイム中に変更される可能性があります。 RESTクライアントは、これらの変更から自身を分離したり、このヘッダーを指定して最新バージョンのAPIと対話することを選択できます。 たとえば: Metadata-Context:sandbox="TrackEmployeeFeature".
  • RESTクライアントとサービスの間のプロトコル・バージョン。 クライアントがリクエストでこのヘッダーを指定しない場合、サーバーはAPIのデフォルト・バージョンを選択します。
本文 ()
ルート・スキーマ : spendClassificationDataSets
タイプ: object
ソースを表示
ネストされたスキーマ : 品目
タイプ: array
タイトル: Items
コレクション内の品目。
ソースを表示
ネストされたスキーマ : spendClassificationDataSets-item-response
タイプ: object
ソースを表示
トップに戻る

この例では、すべてのデータセットを取得する方法について説明します。

cURLコマンドの例

次のcURLコマンドを使用して、RESTリソースに対するリクエストを送信します:

curl -u user:password -H "Content-Type: application/vnd.oracle.adf.resourceitem+json" https://server/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets

レスポンス本文の例

JSON形式のレスポンス本文の例を次に示します。

{
    "items": [
        {
            "DataSetName": "ORA_POI_INVOICES",
            "LastUsedDate": "2021-05-04",
            "PurposeCode": "ORA_POI_CLASSIFICATION",
            "Description": "Payable invoices",
            "Purpose": "Classification",
            "TaxonomyName": null,
            "OperationName": null,
            "UploadDataSets": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/ORA_POI_INVOICES",
                    "name": "spendClassificationDataSets",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/ORA_POI_INVOICES",
                    "name": "spendClassificationDataSets",
                    "kind": "item"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/ORA_POI_INVOICES/action/createSample",
                    "name": "createSample",
                    "kind": "other"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/ORA_POI_INVOICES/action/classifyDataSet",
                    "name": "classifyDataSet",
                    "kind": "other"
                }
            ]
        },
        {
            "DataSetName": "ORA_POI_ORDERS",
            "LastUsedDate": "2021-05-06",
            "PurposeCode": "ORA_POI_CLASSIFICATION",
            "Description": "Purchase orders",
            "Purpose": "Classification",
            "TaxonomyName": null,
            "OperationName": null,
            "UploadDataSets": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/ORA_POI_ORDERS",
                    "name": "spendClassificationDataSets",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/ORA_POI_ORDERS",
                    "name": "spendClassificationDataSets",
                    "kind": "item"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/ORA_POI_ORDERS/action/createSample",
                    "name": "createSample",
                    "kind": "other"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/ORA_POI_ORDERS/action/classifyDataSet",
                    "name": "classifyDataSet",
                    "kind": "other"
                }
            ]
        },
        {
            "DataSetName": "ORA_POI_REQUISITIONS",
            "LastUsedDate": "2021-05-04",
            "PurposeCode": "ORA_POI_CLASSIFICATION",
            "Description": "Requisitions",
            "Purpose": "Classification",
            "TaxonomyName": null,
            "OperationName": null,
            "UploadDataSets": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/ORA_POI_REQUISITIONS",
                    "name": "spendClassificationDataSets",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/ORA_POI_REQUISITIONS",
                    "name": "spendClassificationDataSets",
                    "kind": "item"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/ORA_POI_REQUISITIONS/action/createSample",
                    "name": "createSample",
                    "kind": "other"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/ORA_POI_REQUISITIONS/action/classifyDataSet",
                    "name": "classifyDataSet",
                    "kind": "other"
                }
            ]
        },
        {
            "DataSetName": "DEMO-TRAIN-Q1",
            "LastUsedDate": "2021-04-16",
            "PurposeCode": "ORA_POI_CLASSIFICATION",
            "Description": "DEMO-TRAIN-Q1",
            "Purpose": "Classification",
            "TaxonomyName": null,
            "OperationName": null,
            "UploadDataSets": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/DEMO-TRAIN-Q1",
                    "name": "spendClassificationDataSets",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/DEMO-TRAIN-Q1",
                    "name": "spendClassificationDataSets",
                    "kind": "item"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/DEMO-TRAIN-Q1/action/createSample",
                    "name": "createSample",
                    "kind": "other"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/DEMO-TRAIN-Q1/action/classifyDataSet",
                    "name": "classifyDataSet",
                    "kind": "other"
                }
            ]
        },
        {
            "DataSetName": "DEMO-TRAIN-QA",
            "LastUsedDate": "2021-04-22",
            "PurposeCode": "ORA_POI_TRAINING",
            "Description": "DEMO-TRAIN-QA",
            "Purpose": "Training",
            "TaxonomyName": null,
            "OperationName": null,
            "UploadDataSets": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/DEMO-TRAIN-QA",
                    "name": "spendClassificationDataSets",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/DEMO-TRAIN-QA",
                    "name": "spendClassificationDataSets",
                    "kind": "item"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/DEMO-TRAIN-QA/action/createSample",
                    "name": "createSample",
                    "kind": "other"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/DEMO-TRAIN-QA/action/classifyDataSet",
                    "name": "classifyDataSet",
                    "kind": "other"
                }
            ]
        },
        {
            "DataSetName": "DEMO-INVOICES-QA",
            "LastUsedDate": "2021-05-04",
            "PurposeCode": "ORA_POI_CLASSIFICATION",
            "Description": "DEMO-INVOICES-QA",
            "Purpose": "Classification",
            "TaxonomyName": null,
            "OperationName": null,
            "UploadDataSets": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/DEMO-INVOICES-QA",
                    "name": "spendClassificationDataSets",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/DEMO-INVOICES-QA",
                    "name": "spendClassificationDataSets",
                    "kind": "item"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/DEMO-INVOICES-QA/action/createSample",
                    "name": "createSample",
                    "kind": "other"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/DEMO-INVOICES-QA/action/classifyDataSet",
                    "name": "classifyDataSet",
                    "kind": "other"
                }
            ]
        },
        {
            "DataSetName": "QA_POI_FAORDERS3",
            "LastUsedDate": "2021-04-27",
            "PurposeCode": "ORA_POI_TRAINING",
            "Description": "QA_POI_FAORDERS3",
            "Purpose": "Training",
            "TaxonomyName": null,
            "OperationName": null,
            "UploadDataSets": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/QA_POI_FAORDERS3",
                    "name": "spendClassificationDataSets",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/QA_POI_FAORDERS3",
                    "name": "spendClassificationDataSets",
                    "kind": "item"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/QA_POI_FAORDERS3/action/createSample",
                    "name": "createSample",
                    "kind": "other"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/QA_POI_FAORDERS3/action/classifyDataSet",
                    "name": "classifyDataSet",
                    "kind": "other"
                }
            ]
        },
        {
            "DataSetName": "MCTrainingset",
            "LastUsedDate": "2021-04-26",
            "PurposeCode": "ORA_POI_TRAINING",
            "Description": "MCTrainingset",
            "Purpose": "Training",
            "TaxonomyName": null,
            "OperationName": null,
            "UploadDataSets": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/MCTrainingset",
                    "name": "spendClassificationDataSets",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/MCTrainingset",
                    "name": "spendClassificationDataSets",
                    "kind": "item"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/MCTrainingset/action/createSample",
                    "name": "createSample",
                    "kind": "other"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/MCTrainingset/action/classifyDataSet",
                    "name": "classifyDataSet",
                    "kind": "other"
                }
            ]
        },
        {
            "DataSetName": "QAS_POI_ORDERS5",
            "LastUsedDate": "2021-04-28",
            "PurposeCode": "ORA_POI_CLASSIFICATION",
            "Description": "QAS_POI_ORDERS5",
            "Purpose": "Classification",
            "TaxonomyName": null,
            "OperationName": null,
            "UploadDataSets": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/QAS_POI_ORDERS5",
                    "name": "spendClassificationDataSets",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/QAS_POI_ORDERS5",
                    "name": "spendClassificationDataSets",
                    "kind": "item"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/QAS_POI_ORDERS5/action/createSample",
                    "name": "createSample",
                    "kind": "other"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/QAS_POI_ORDERS5/action/classifyDataSet",
                    "name": "classifyDataSet",
                    "kind": "other"
                }
            ]
        },
        {
            "DataSetName": "QA_POI_FAORDERS111",
            "LastUsedDate": "2021-05-03",
            "PurposeCode": "ORA_POI_TRAINING",
            "Description": "QA_POI_FAORDERS111",
            "Purpose": "Training",
            "TaxonomyName": null,
            "OperationName": null,
            "UploadDataSets": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/QA_POI_FAORDERS111",
                    "name": "spendClassificationDataSets",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/QA_POI_FAORDERS111",
                    "name": "spendClassificationDataSets",
                    "kind": "item"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/QA_POI_FAORDERS111/action/createSample",
                    "name": "createSample",
                    "kind": "other"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/QA_POI_FAORDERS111/action/classifyDataSet",
                    "name": "classifyDataSet",
                    "kind": "other"
                }
            ]
        },
        {
            "DataSetName": "QAS_POI_ORDERS",
            "LastUsedDate": "2021-04-20",
            "PurposeCode": "ORA_POI_CLASSIFICATION",
            "Description": "QAS_POI_ORDERS",
            "Purpose": "Classification",
            "TaxonomyName": null,
            "OperationName": null,
            "UploadDataSets": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/QAS_POI_ORDERS",
                    "name": "spendClassificationDataSets",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/QAS_POI_ORDERS",
                    "name": "spendClassificationDataSets",
                    "kind": "item"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/QAS_POI_ORDERS/action/createSample",
                    "name": "createSample",
                    "kind": "other"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/QAS_POI_ORDERS/action/classifyDataSet",
                    "name": "classifyDataSet",
                    "kind": "other"
                }
            ]
        },
        {
            "DataSetName": "QASSET",
            "LastUsedDate": "2021-04-21",
            "PurposeCode": "ORA_POI_TRAINING",
            "Description": "QASSET",
            "Purpose": "Training",
            "TaxonomyName": null,
            "OperationName": null,
            "UploadDataSets": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/QASSET",
                    "name": "spendClassificationDataSets",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/QASSET",
                    "name": "spendClassificationDataSets",
                    "kind": "item"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/QASSET/action/createSample",
                    "name": "createSample",
                    "kind": "other"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/QASSET/action/classifyDataSet",
                    "name": "classifyDataSet",
                    "kind": "other"
                }
            ]
        },
        {
            "DataSetName": "FAPOSERVICESTR2",
            "LastUsedDate": "2021-04-21",
            "PurposeCode": "ORA_POI_TRAINING",
            "Description": "FAPOSERVICESTR2",
            "Purpose": "Training",
            "TaxonomyName": null,
            "OperationName": null,
            "UploadDataSets": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/FAPOSERVICESTR2",
                    "name": "spendClassificationDataSets",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/FAPOSERVICESTR2",
                    "name": "spendClassificationDataSets",
                    "kind": "item"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/FAPOSERVICESTR2/action/createSample",
                    "name": "createSample",
                    "kind": "other"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/FAPOSERVICESTR2/action/classifyDataSet",
                    "name": "classifyDataSet",
                    "kind": "other"
                }
            ]
        },
        {
            "DataSetName": "QAS_POI_ORDERS2",
            "LastUsedDate": "2021-04-27",
            "PurposeCode": "ORA_POI_CLASSIFICATION",
            "Description": "QAS_POI_ORDERS2",
            "Purpose": "Classification",
            "TaxonomyName": null,
            "OperationName": null,
            "UploadDataSets": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/QAS_POI_ORDERS2",
                    "name": "spendClassificationDataSets",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/QAS_POI_ORDERS2",
                    "name": "spendClassificationDataSets",
                    "kind": "item"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/QAS_POI_ORDERS2/action/createSample",
                    "name": "createSample",
                    "kind": "other"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/QAS_POI_ORDERS2/action/classifyDataSet",
                    "name": "classifyDataSet",
                    "kind": "other"
                }
            ]
        },
        {
            "DataSetName": "QAS_POI_ORDERS4",
            "LastUsedDate": "2021-04-27",
            "PurposeCode": "ORA_POI_CLASSIFICATION",
            "Description": "QAS_POI_ORDERS4",
            "Purpose": "Classification",
            "TaxonomyName": null,
            "OperationName": null,
            "UploadDataSets": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/QAS_POI_ORDERS4",
                    "name": "spendClassificationDataSets",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/QAS_POI_ORDERS4",
                    "name": "spendClassificationDataSets",
                    "kind": "item"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/QAS_POI_ORDERS4/action/createSample",
                    "name": "createSample",
                    "kind": "other"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/QAS_POI_ORDERS4/action/classifyDataSet",
                    "name": "classifyDataSet",
                    "kind": "other"
                }
            ]
        },
        {
            "DataSetName": "DEMO-INVOICES-Q4",
            "LastUsedDate": "2021-05-04",
            "PurposeCode": "ORA_POI_CLASSIFICATION",
            "Description": "DEMO-INVOICES-Q4",
            "Purpose": "Classification",
            "TaxonomyName": null,
            "OperationName": null,
            "UploadDataSets": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/DEMO-INVOICES-Q4",
                    "name": "spendClassificationDataSets",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/DEMO-INVOICES-Q4",
                    "name": "spendClassificationDataSets",
                    "kind": "item"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/DEMO-INVOICES-Q4/action/createSample",
                    "name": "createSample",
                    "kind": "other"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/DEMO-INVOICES-Q4/action/classifyDataSet",
                    "name": "classifyDataSet",
                    "kind": "other"
                }
            ]
        },
        {
            "DataSetName": "QA_POI_FAORDERS2",
            "LastUsedDate": "2021-04-21",
            "PurposeCode": "ORA_POI_TRAINING",
            "Description": "QA_POI_FAORDERS2",
            "Purpose": "Training",
            "TaxonomyName": null,
            "OperationName": null,
            "UploadDataSets": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/QA_POI_FAORDERS2",
                    "name": "spendClassificationDataSets",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/QA_POI_FAORDERS2",
                    "name": "spendClassificationDataSets",
                    "kind": "item"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/QA_POI_FAORDERS2/action/createSample",
                    "name": "createSample",
                    "kind": "other"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/QA_POI_FAORDERS2/action/classifyDataSet",
                    "name": "classifyDataSet",
                    "kind": "other"
                }
            ]
        },
        {
            "DataSetName": "QAS_POI_ORDERS111",
            "LastUsedDate": "2021-05-04",
            "PurposeCode": "ORA_POI_CLASSIFICATION",
            "Description": "QAS_POI_ORDERS111",
            "Purpose": "Classification",
            "TaxonomyName": null,
            "OperationName": null,
            "UploadDataSets": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/QAS_POI_ORDERS111",
                    "name": "spendClassificationDataSets",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/QAS_POI_ORDERS111",
                    "name": "spendClassificationDataSets",
                    "kind": "item"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/QAS_POI_ORDERS111/action/createSample",
                    "name": "createSample",
                    "kind": "other"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/QAS_POI_ORDERS111/action/classifyDataSet",
                    "name": "classifyDataSet",
                    "kind": "other"
                }
            ]
        },
        {
            "DataSetName": "QAS_POI_ORDERS3",
            "LastUsedDate": "2021-04-21",
            "PurposeCode": "ORA_POI_CLASSIFICATION",
            "Description": "QAS_POI_ORDERS3",
            "Purpose": "Classification",
            "TaxonomyName": null,
            "OperationName": null,
            "UploadDataSets": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/QAS_POI_ORDERS3",
                    "name": "spendClassificationDataSets",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/QAS_POI_ORDERS3",
                    "name": "spendClassificationDataSets",
                    "kind": "item"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/QAS_POI_ORDERS3/action/createSample",
                    "name": "createSample",
                    "kind": "other"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/QAS_POI_ORDERS3/action/classifyDataSet",
                    "name": "classifyDataSet",
                    "kind": "other"
                }
            ]
        }
    ],
    "count": 19,
    "hasMore": false,
    "limit": 25,
    "offset": 0,
    "links": [
        {
            "rel": "self",
            "href": "https://servername/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets",
            "name": "spendClassificationDataSets",
            "kind": "collection"
        }
    ]
}
「トップに戻る」