APIを使ったセマンティックタイプのリストの取得
全セマンティックタイプのリストを取得します。
手順
タスクの結果
多くのAPIの呼び出しでは、セマンティックタイプに割り当てられている一意識別子("id")をパスに含める必要があります。例は、 APIを使ったサンドボックスステータスでのセマンティックタイプの編集をご覧ください。
たとえば次のレスポンスでは、利用できる2つのセマンティックタイプとその属性のリストが返されます。
[
{
"id": "5836fbb042b02a698752e679",
"name": "CONTINENT",
"label": "Continent",
"description": "Continent name (multilingual)",
"type": "DICT",
"privacyLevel": "NORMAL",
"creator": "Talend",
"creatorName": "Talend",
"createdAt": 1481207929751,
"completeness": true,
"publishedAt": 1481207929751,
"lastPublisher": "Talend",
"lastPublisherName": "Talend",
"validationMode": "EXACT_IGNORE_CASE_AND_ACCENT",
"state": "PUBLISH"
},
{
"id": "583edc44ec06957a34fa642c",
"name": "WEB_DOMAIN",
"label": "Web Domain",
"description": "Website domain",
"type": "REGEX",
"privacyLevel": "NORMAL",
"creator": "Talend",
"creatorName": "Talend",
"createdAt": 1481207929751,
"regEx": {
"mainCategory": "AlphaNumeric",
"validator": {
"patternString": "^([a-zA-Z0-9]([a-zA-Z0-9\\-]{0,61}[a-zA-Z0-9])?\\.)+[a-zA-Z]{2,24}$",
"caseInsensitive": true,
"re2jCompliant": true,
"generexCompliant": true
}
},
"completeness": true,
"publishedAt": 1481207929751,
"lastPublisher": "Talend",
"lastPublisherName": "Talend",
"state": "PUBLISH"
}
]
レスポンスの説明については、Talend Dictionary Service REST APIドキュメンテーションにアクセスをご覧ください。