-
-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can you add ability to get the post comments ? #330
Labels
Milestone
Comments
This was referenced Jun 21, 2018
mozts2005
pushed a commit
that referenced
this issue
Jun 22, 2018
@sdavos Ability to do this is now in the source code. |
@rwjdk PR has been completed and will be part of the next release. |
mozts2005
pushed a commit
that referenced
this issue
Jun 23, 2018
…rementalUserExportNextPage" (+Async versions) (#347) * Test "CanCreateTicketWithDueDate" can't run on PCs that use dd/MM/yyyy as time format * Added Code to make tests work * - Added support for issue #330 - Added support for CRUD operations of Comments on Articles and Posts * Implementation of "Users.GetIncrementalUserExport" and "Users.GetIncrementalUserExportNextPage" (+Async versions) * Changes to PR based on @mozts2005’s request * Changed Assert Style
mozts2005
pushed a commit
that referenced
this issue
Jul 3, 2018
…lemented (#349) * Test "CanCreateTicketWithDueDate" can't run on PCs that use dd/MM/yyyy as time format * Added Code to make tests work * - Added support for issue #330 - Added support for CRUD operations of Comments on Articles and Posts * Implementation of "Users.GetIncrementalUserExport" and "Users.GetIncrementalUserExportNextPage" (+Async versions) * Changes to PR based on @mozts2005’s request * Changed Assert Style * Fixed Issue #345 + Fixed test UserTests.CanCreateUpdateSuspendAndDeleteUser could fail as it assumed the user was among the 100 to be returned but it is not (at least not now). * Added missing Obsolete Attribute * Fix Issue #337 + Added missing tests
abc516
pushed a commit
to abc516/ZendeskApi_v2
that referenced
this issue
Oct 30, 2019
* Test "CanCreateTicketWithDueDate" can't run on PCs that use dd/MM/yyyy as time format * Added Code to make tests work * - Added support for issue Speedygeek#330 - Added support for CRUD operations of Comments on Articles and Posts
abc516
pushed a commit
to abc516/ZendeskApi_v2
that referenced
this issue
Oct 30, 2019
…rementalUserExportNextPage" (+Async versions) (Speedygeek#347) * Test "CanCreateTicketWithDueDate" can't run on PCs that use dd/MM/yyyy as time format * Added Code to make tests work * - Added support for issue Speedygeek#330 - Added support for CRUD operations of Comments on Articles and Posts * Implementation of "Users.GetIncrementalUserExport" and "Users.GetIncrementalUserExportNextPage" (+Async versions) * Changes to PR based on @mozts2005’s request * Changed Assert Style
abc516
pushed a commit
to abc516/ZendeskApi_v2
that referenced
this issue
Oct 30, 2019
…/was incorrectly implemented (Speedygeek#349) * Test "CanCreateTicketWithDueDate" can't run on PCs that use dd/MM/yyyy as time format * Added Code to make tests work * - Added support for issue Speedygeek#330 - Added support for CRUD operations of Comments on Articles and Posts * Implementation of "Users.GetIncrementalUserExport" and "Users.GetIncrementalUserExportNextPage" (+Async versions) * Changes to PR based on @mozts2005’s request * Changed Assert Style * Fixed Issue Speedygeek#345 + Fixed test UserTests.CanCreateUpdateSuspendAndDeleteUser could fail as it assumed the user was among the 100 to be returned but it is not (at least not now). * Added missing Obsolete Attribute * Fix Issue Speedygeek#337 + Added missing tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you add ability to get the post comments ?
like the list comment call:
GET /api/v2/community/posts/{post_id}/comments.json
The text was updated successfully, but these errors were encountered: