すべてのデータ・セットの取得
get
/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets
リクエスト
問合せパラメータ
- expand: string
このパラメータを指定すると、指定した子がリソース・ペイロードに含まれます(リンクのみでなく)。 この問合せパラメータの値は"all"または""です。 カンマをセパレータとして使用して、複数の子を指定できます。 例: ?expand=Employees,Localizations. ネストされた子は、"Child.NestedChild"の書式に従って指定することもできます(例): ?expand=Employees.Managers). ネストされた子が指定されている場合(例): Employees.Managers)。欠落している子は暗黙的に処理されます。 たとえば、"?expand=Employees.Managers"は"?expand=Employees、Employees.Managers"と同じです(これにより、従業員とマネージャが展開されます)。
- fields: string
このパラメータは、リソース・フィールドをフィルタします。 指定されたフィールドのみが返されます。つまり、フィールドが指定されていない場合、フィールドは返されません(リンクのみを取得する場合に便利です)。 間接子リソースが指定されている場合(例): Employees.Managers)。欠落している子は暗黙的に処理されます。 たとえば、"?fields=Employees.Managers:Empname"は"?fields=;Employees:;Employees.Managers:Empname" (これはマネージャの"Empname"フィールドのみを返す)と同じです。この問合せパラメータの値は、リソース・フィールドのリストです。 属性は直接にすることができます(例): 従業員または間接(例): Employees.Managers) child. 拡張問合せパラメータと組み合せることはできません。 両方を指定した場合、フィールドのみが考慮されます。
フォーマット : ?fields=Attribute1,Attribute2
子リソースのフィールドの書式 : ?fields=Accessor1:Attribute1,Attribute2 - finder: string
コレクションを検索するための事前定義済ファインダとして使用されます。
フォーマット : ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
使用可能なファインダ名および対応するファインダ変数を次に示します:- PrimaryKey : 指定した主キー基準に従ってデータ・セットを検索します。
ファインダ変数:- DataSetName; string; データ・セットの名前。
- PrimaryKey : 指定した主キー基準に従ってデータ・セットを検索します。
- limit: integer
このパラメータは、リソース・コレクション内で返されるリソースの数を制限します。 制限がリソース数を超えると、フレームワークは使用可能なリソースのみを返します。
- links: string
このパラメータは、単一のリソースまたはリソース・コレクションへのアクセス中に特定のリンクのみを表示するために使用できます。 パラメータ値書式は、次のカンマ区切りリストです : <link_relation>
例:
self,canonical
- offset: integer
リソース・コレクションの開始位置を定義するために使用します。 オフセットがリソース数を超えると、リソースは返されません。 デフォルト値は0です。
- onlyData: boolean
データのみを含めるために(リンク・セクションなしなど)、リソース品目ペイロードがフィルタ処理されます。
- orderBy: string
このパラメータは、指定されたフィールドに基づいてリソース・コレクションを順序付けます。 パラメータ値は、属性名のカンマ区切りの文字列で、それぞれオプションでコロンと「asc」または「desc」が続きます。 昇順の場合は「asc」、降順の場合は「desc」を指定します。 デフォルト値は「asc」です。 たとえば、?orderBy=field1:asc,field2:desc
- q: string
この問合せパラメータは、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: boolean
"?totalResults=true"の場合、リソース・コレクション表現には"推定行数"が含まれます。それ以外の場合、カウントは含まれません。 デフォルト値はfalseです。
ヘッダー・パラメータ
- Metadata-Context:
REST APIがランタイム・カスタマイズをサポートしている場合、サービスのシェイプはランタイム中に変更される可能性があります。 RESTクライアントは、これらの変更から自身を分離したり、このヘッダーを指定して最新バージョンのAPIと対話することを選択できます。 たとえば: Metadata-Context:sandbox="TrackEmployeeFeature".
- REST-Framework-Version:
RESTクライアントとサービスの間のプロトコル・バージョン。 クライアントがリクエストでこのヘッダーを指定しない場合、サーバーはAPIのデフォルト・バージョンを選択します。
この操作にはリクエスト本文がありません。
トップに戻るレスポンス
サポートされているメディア・タイプ
- application/json
デフォルトのレスポンス
次の表では、このタスクに対するデフォルトのレスポンスについて説明します。
ヘッダー
- Metadata-Context(required):
REST APIがランタイム・カスタマイズをサポートしている場合、サービスのシェイプはランタイム中に変更される可能性があります。 RESTクライアントは、これらの変更から自身を分離したり、このヘッダーを指定して最新バージョンのAPIと対話することを選択できます。 たとえば: Metadata-Context:sandbox="TrackEmployeeFeature".
- REST-Framework-Version(required):
RESTクライアントとサービスの間のプロトコル・バージョン。 クライアントがリクエストでこのヘッダーを指定しない場合、サーバーはAPIのデフォルト・バージョンを選択します。
ルート・スキーマ : spendClassificationDataSets
タイプ:
ソースを表示
object
-
count(required): integer
現在の範囲内で返されるリソース・インスタンス数。
-
hasMore(required): boolean
サーバーで使用可能なリソースが、レスポンスで返されたサブセットより多いかどうかを示します。 値がtrueの場合、サーバーから取得するリソースが増えます。 デフォルト値はfalseです。
-
items: array Items
タイトル:
Items
コレクション内の品目。 -
limit(required): integer
サーバーで使用される実際のページング・サイズ。
-
links(required): array Links
タイトル:
Links
リソース・インスタンスに関連付けられたリンク関係。 -
offset(required): integer
現在のページで使用されるオフセット値。
-
totalResults: integer
"?totalResults=true"の場合、推定行数は含まれません。
ネストされたスキーマ : spendClassificationDataSets-item-response
タイプ:
ソースを表示
object
-
DataSetName: string
最大長:
25
データ・セットの名前 -
Description: string
最大長:
80
データ・セットの説明。 -
LastUsedDate: string (date)
読取り専用:
true
ユーザーが最後にデータ・セットを使用した日付。 -
links: array Links
タイトル:
Links
リソース・インスタンスに関連付けられたリンク関係。 -
OperationName: string
データ・セットで実行される操作の名前。
-
Purpose: string
読取り専用:
true
最大長:80
データ・セットを使用する目的。 -
PurposeCode: string
最大長:
30
データ・セットの目的を識別する略語。 -
TaxonomyName: string
タクソノミの名前。
-
UploadDataSets: string
データ・セットの作成または更新に使用されるトランザクションを格納する値です。
ネストされたスキーマ : リンク
タイプ:
ソースを表示
object
-
href: string
タイトル:
hyperlink reference
関連リソースへのURI。 -
kind: string
タイトル:
kind
許可された値:[ "collection", "item", "describe", "other" ]
関連リソースの種類。 -
name: string
タイトル:
name
関連リソースへのリンクの名前。 -
properties: object properties
-
rel: string
タイトル:
relation
許可された値:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]
リソース・インスタンスとの関係の名前。 例: self.
例
この例では、すべてのデータセットを取得する方法について説明します。
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" } ] }