When viewing Zendesk Help Center articles, you may run into an article that you have questions about. We monitor all of our articles for new comments and welcome your feedback in the comment section.
Note: Anonymous users cannot comment on articles. You must log in to a Zendesk Help Center user account to draft a comment.
Instructions for commenting
Part 1: Sign in (or sign up, if you're posting for the first time)
- Click Sign in from the upper right hand corner.
- Enter your email address and password, or choose to log in via a social network
Note: Even if you've started a trial or purchased a subscription to Zendesk products, the first time you post, you must create an account as an end user in our help center. To learn how, see the article: How to create a Zendesk Help Center account.
Part 2: Draft and post your comment
- At the bottom of the article, click Add a comment and draft your comment
- Optionally, you can select formatting options from the toolbar. For more information on formatting options, see article editor toolbar reference.
- Click Submit. Your posted comment will alert any of the article's followers, as well as the Zendesk team monitoring comments. We'll help you find an answer shortly!
6 Comments
Thank you for this information
Nice Information!
But one thing that i need to ask does zendesk have moderators to monitor the content, or it is just going on.
Hello Elle Spark,
Great question! We do have a team of moderators who keep an eye out for the community and flag content that doesn't belong in the community, along with the Zendesk staff. It's is a total team effort to keep the community in tip-top shape and keep unwanted shenanigans out. If you would like to know more about our moderator program, you find more information in this article. :D
Best regards.
Thanks for sharing.
Hi,
I'm trying to make an api request to /api/v2/incremental/ticket_metric_events but I get the error shown below:
{
"error": "InvalidEndpoint",
"description": "Not found"
}
Any help would be appreciated, thanks!
when you get an error like "InvalidEndpoint", it means this specific endpoint doesn't exist.
So, basically, it could be related to the fact that you didn't write the endpoint correctly.
This specific endpoint is documented here, and it looks like you need to request via GET method, and specify the epoch time at the end (there are free online epoch time converted if you need one).
The endpoint should look like this:
https://YourSubdomain.zendesk.com/api/v2/incremental/ticket_metric_events?start_time=1632820514
Try to replace YourSubdomain with your subdomain, and try to call that endpoint via PostMan or similar (keep in mind to authenticate the request as well).
Best,
Please sign in to leave a comment.