Tags
Returns all tags created by user or organization tags
テーブル固有の情報
Select
connector は Sansan API を使用して、以下のカラムと演算子で構築されたWHERE 句条件を処理します。その他のフィルタはクライアント側でドライバー内部で処理されます。例えば、次のクエリはサーバー側で処理されます。
SELECT * FROM Tags
クエリ内で指定することでRange 接続プロパティをオーバーライドできます。例:
SELECT * FROM Tags WHERE Range = 'me'
クエリ内でBizcardId を指定することで、名刺のすべてのタグを取得することもできます。例:
SELECT * FROM Tags WHERE BizcardId = '00E683BEE2DFC04399B3CC8DA5591A24'
Columns
| Name | Type | Description |
| TagID [KEY] | String | The Id of the Tag |
| Name | String | The name of the Tag |
| Type | String | The type of the Tag {public, shared, private} |
| OwnerID | String | The Id of the owner |
| OwnerName | String | The name of teh owner |
| OwnerEmail | String | The email of the owner |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description |
| Range | String | Used to override the range connection property |
| BizcardId | String | Used to get the tags of a Bizcard specified by BizcardId |