최근 검색


최근 검색 없음

Rachayeeta Dutta's Avatar

Rachayeeta Dutta

가입한 날짜: 2022년 10월 12일

·

마지막 활동: 2023년 6월 14일

팔로잉

0

팔로워

0

총 활동 수

7

투표 수

2

플랜 수

2

활동 개요

님의 최근 활동 Rachayeeta Dutta

Rachayeeta Dutta님이 에 게시물을 만듦

게시물 Developer - Zendesk APIs

So I am creating an API for leads and when I test it in Postman it is working, sharing a SS for that and so later I created php curl code from Postman and when I run that API on my live server and localhost server I receive an error saying "500 Internal Server Error". 

Postman Screenshot:

Server Screenshot: 



$curl = curl_init();

curl_setopt_array($curl, array(
  CURLOPT_URL => 'https://api.getbase.com/v2/leads',
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_ENCODING => '',
  CURLOPT_MAXREDIRS => 10,
  CURLOPT_TIMEOUT => 0,
  CURLOPT_FOLLOWLOCATION => true,
  CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
  CURLOPT_CUSTOMREQUEST => 'GET',
  CURLOPT_HTTPHEADER => array(
    'Authorization: Bearer xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
  ),
));

$response = curl_exec($curl);

curl_close($curl);
echo $response;

I have shared the code too just not sharing the Token. 
i did some research and found that if you receive this error in ZEndesk then take their help directly so posting this error here. 

2023년 6월 14일에 게시됨 · Rachayeeta Dutta

0

팔로워

4

투표 수

3

댓글


Rachayeeta Dutta님이 에 댓글을 입력함

댓글Explore recipes

Thanks for the response Pedro Rodrigues . it helped a lot.

can you help me with one one more thing like how to just get first assignee name of a ticket and name of last agent who have updated the ticket .

apologies for the late response and again thanks for the response .

Omkar Salyan

댓글 보기 · 2022년 10월 17일에 게시됨 · Rachayeeta Dutta

0

팔로워

0

투표 수

0

댓글


Rachayeeta Dutta님이 에 댓글을 입력함

댓글Explore recipes

Hi team,

Is it possible to find all assignees for a ticket?

or 

get first assignee for a tickets in one column  and get second assignee for a tickets in second column.
I am New to Zendesk Can any one help me with this?  

Thanks,

Omkar

댓글 보기 · 2022년 10월 12일에 게시됨 · Rachayeeta Dutta

0

팔로워

2

투표 수

0

댓글