最近の検索


最近の検索はありません

Tyler Duncan's Avatar

Tyler Duncan

参加日2023年6月12日

·

前回のアクティビティ2024年8月13日

フォロー中

0

フォロワー

1

合計アクティビティ

28

投票

5

受信登録

6

アクティビティの概要

さんの最近のアクティビティ Tyler Duncan

Tyler Duncanさんがコメントを作成しました:

コミュニティのコメント Developer - Zendesk APIs

Thank you.  I can now proceed with my current project. 

コメントを表示 · 投稿日時:2024年3月12日 · Tyler Duncan

0

フォロワー

0

投票

0

コメント


Tyler Duncanさんがコメントを作成しました:

コミュニティのコメント Developer - Zendesk APIs

I apologize for lack of information regarding the API.  I am referring to the Ticket API 

  • GET /api/v2/tickets/count
  • GET /api/v2/tickets

Would there be a way to get the count of the archive tickets? 

コメントを表示 · 投稿日時:2024年3月12日 · Tyler Duncan

0

フォロワー

0

投票

0

コメント


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

投稿 Developer - Zendesk APIs

I ran the Zendesk API to get an overall count of tickets.  I am getting a low number.  Is there a way I can get an overall ticket count? 

投稿日時:2024年3月11日 · Tyler Duncan

0

フォロワー

3

投票

5

コメント


Tyler Duncanさんがコメントを作成しました:

コミュニティのコメント Developer - Zendesk APIs

Jakub
Thank you.  I think there may have been an issue with the token I was using.  Is there are difference in using the a token created in App Integration verses using the token that is created via Api (.../oauth/tokens/)?

コメントを表示 · 投稿日時:2024年2月20日 · Tyler Duncan

0

フォロワー

0

投票

0

コメント


Tyler Duncanさんがコメントを作成しました:

コミュニティのコメント Developer - Zendesk APIs

Jakub 
Thank you.  There must be an issue on where I am running it.  I am using PowerShell Universal to run the API, and unfortunately it will not authenticate my token and email. 

コメントを表示 · 投稿日時:2024年2月20日 · Tyler Duncan

0

フォロワー

0

投票

0

コメント


Tyler Duncanさんがコメントを作成しました:

コミュニティのコメント Developer - Zendesk APIs

Hi Jakub
I am using the example I have found on reddit.  The token and email address are correct.  The permissions are setup correctly. The API cannot be connected.  

$Username = "username@domain/token"
$Token = "kasjdfkljasdfkjds"
$params = @{
	Uri = "https://{subdomain}.zendesk.com/api/v2/requests.json";
	Method = 'Get';
	Headers = @{Authorization = 'Basic ' + [Convert]::ToBase64String([Text.Encoding]::ASCII.GetBytes("$($Username):$($Token)"));
	} #end headers hash table
} #end $params hash table
Invoke-RestMethod @params
$Tickets = $result.tickets
$Tickets

コメントを表示 · 投稿日時:2024年2月16日 · Tyler Duncan

0

フォロワー

0

投票

0

コメント


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

投稿 Developer - Zendesk APIs

I'd like to pull in some data from Zendesk using PowerShell.  I am using the example found. Unfortunately, there was an issue "error: cannot authenticate you"  The token and email address are correct.  

Is there a resolution to this issue or another way to pull the data?

投稿日時:2024年2月15日 · Tyler Duncan

0

フォロワー

2

投票

7

コメント


Tyler Duncanさんがコメントを作成しました:

コミュニティのコメント Q&A - Tickets and email

In the hopes of unifying our AD as well as some of the other sources of data, our AD contains groups that access to our applications.  If a user were to submit a request to be added to the group, without a dynamic dropdown I'll be forced to manually update the list.  

コメントを表示 · 投稿日時:2023年12月18日 · Tyler Duncan

0

フォロワー

0

投票

0

コメント


Tyler Duncanさんがコメントを作成しました:

コミュニティのコメント Q&A - Tickets and email

Can this for added to the form?

コメントを表示 · 投稿日時:2023年12月14日 · Tyler Duncan

0

フォロワー

0

投票

0

コメント


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

投稿 Developer - Zendesk APIs

I am trying to update a bulk users with different updates.  I am using the the update bulk while keeping in mind the update of many users, user fields.  I am receiving an error each time.  After reviewing my response body, I find that it is in the correct format, but I am still receiving an error.  

投稿日時:2023年12月13日 · Tyler Duncan

0

フォロワー

4

投票

2

コメント