Recent searches
No recent searches

TC
Joined Jan 16, 2024
·
Last activity Jan 16, 2024
Following
0
Followers
0
Total activity
2
Votes
0
Subscription
1
ACTIVITY OVERVIEW
BADGES
ARTICLES
POSTS
COMMUNITY COMMENTS
ARTICLE COMMENTS
ACTIVITY OVERVIEW
Latest activity by TC
TC created a post,
Post 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
Posted Jan 16, 2024 · TC
0
Followers
2
Votes
1
Comment