最近の検索


最近の検索はありません

TC's Avatar

TC

参加日2024年1月16日

·

前回のアクティビティ2024年1月16日

フォロー中

0

フォロワー

0

合計アクティビティ

2

投票

0

サブスクリプション

1

アクティビティの概要

さんの最近のアクティビティ TC

TCさんが投稿を作成しました:

投稿 Developer - Zendesk APIs

Hi Folks,

I have a python script that extracts ZenDesk data via the below code:

 response = requests.request("GET", url, auth=(user, pwd), headers={"Content-Type": "application/json"})

data = response.json() 
results = pd.json_normalize(data['results']) 

May I know why some of the fields returned are in numeric code form rather than in description format.

For e.g. instead of its description of "VCC/Inbound", a code value of 1685189953525 is returned

Can advise how to resolve this, pls?

 

regards

Tuck Chong

投稿日時:2024年1月16日 · TC

0

フォロワー

2

投票

1

コメント