Búsquedas recientes


No hay búsquedas recientes

TC's Avatar

TC

Incorporación 16 ene 2024

·

Última actividad 16 ene 2024

Seguimientos

0

Seguidores

0

Actividad total

2

Votos

0

Suscripción

1

RESUMEN DE LA ACTIVIDAD

Última actividad de TC

TC creó una publicación,

Publicación 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

Publicado 16 ene 2024 · TC

0

Seguidores

2

Votos

1

Comentario