Pesquisas recentes


Sem pesquisas recentes

Tyler Duncan's Avatar

Tyler Duncan

Entrou em 12 de jun. de 2023

·

Última atividade em 13 de ago. de 2024

Seguindo

0

Seguidor

1

Atividade total

28

Votos

5

Assinaturas

6

VISÃO GERAL DA ATIVIDADE

Atividade mais recente por Tyler Duncan

Tyler Duncan comentou,

Comentário na comunidade Developer - Zendesk APIs

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

Exibir comentário · Publicado 12 de mar. de 2024 · Tyler Duncan

0

Seguidores

0

Votos

0

Comentários


Tyler Duncan comentou,

Comentário na comunidade 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? 

Exibir comentário · Publicado 12 de mar. de 2024 · Tyler Duncan

0

Seguidores

0

Votos

0

Comentários


Tyler Duncan criou uma publicação,

Publicação 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? 

Publicado 11 de mar. de 2024 · Tyler Duncan

0

Seguidores

3

Votos

5

Comentários


Tyler Duncan comentou,

Comentário na comunidade 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/)?

Exibir comentário · Publicado 20 de fev. de 2024 · Tyler Duncan

0

Seguidores

0

Votos

0

Comentários


Tyler Duncan comentou,

Comentário na comunidade 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. 

Exibir comentário · Publicado 20 de fev. de 2024 · Tyler Duncan

0

Seguidores

0

Votos

0

Comentários


Tyler Duncan comentou,

Comentário na comunidade 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

Exibir comentário · Publicado 16 de fev. de 2024 · Tyler Duncan

0

Seguidores

0

Votos

0

Comentários


Tyler Duncan criou uma publicação,

Publicação 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?

Publicado 15 de fev. de 2024 · Tyler Duncan

0

Seguidores

2

Votos

7

Comentários


Tyler Duncan comentou,

Comentário na comunidade 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.  

Exibir comentário · Publicado 18 de dez. de 2023 · Tyler Duncan

0

Seguidores

0

Votos

0

Comentários


Tyler Duncan comentou,

Comentário na comunidade Q&A - Tickets and email

Can this for added to the form?

Exibir comentário · Publicado 14 de dez. de 2023 · Tyler Duncan

0

Seguidores

0

Votos

0

Comentários


Tyler Duncan criou uma publicação,

Publicação 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.  

Publicado 13 de dez. de 2023 · Tyler Duncan

0

Seguidores

4

Votos

2

Comentários