最近搜索


没有最近搜索

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

Comment