Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
でアイテムを入手しましたitem = client.ItemService.GetItem(itemid);
item = client.ItemService.GetItem(itemid);
次に、アイテムには Contact タイプのフィールドがあります。どうすれば入手できますか?
使用できるテキスト フィールドの場合var textField = item.Field<Podio.API.Utils.ItemFields.TextItemField>(app.Fields[0].ExternalId)
var textField = item.Field<Podio.API.Utils.ItemFields.TextItemField>(app.Fields[0].ExternalId)
しかし、連絡先については、そのような方法が見つかりません。