Skip to content
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

Retrieve comment #5

Open
ciaranmccormick opened this issue Mar 14, 2020 · 0 comments
Open

Retrieve comment #5

ciaranmccormick opened this issue Mar 14, 2020 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@ciaranmccormick
Copy link
Owner

ciaranmccormick commented Mar 14, 2020

Details
Path Parameters
  • commentId required
Response
{
  "data": {
    "comment": "This is an example comment.",
    "createdDate": "2019-01-24T00:51:33.000Z",
    "creatorId": "12345",
    "creatorName": "Joe Smith",
    "id": "4138476039",
    "parentId": "126123123_12314",
    "parentType": "POST",
    "reviewState": "COMPLETED",
    "sequenceNumber": 3,
    "socialProfileId": "12345"
  }
}
@ciaranmccormick ciaranmccormick added the enhancement New feature or request label Mar 14, 2020
@ciaranmccormick ciaranmccormick added this to the 0.4.0 milestone Mar 14, 2020
@ciaranmccormick ciaranmccormick modified the milestones: 0.4.0, 0.6.0 Apr 11, 2020
@ciaranmccormick ciaranmccormick changed the title Add functions for comments endpoints Retrieve comment Apr 11, 2020
@ciaranmccormick ciaranmccormick modified the milestones: 0.6.0, 0.7.0 Apr 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant