Skip to main content

Get all takeaway comments

GET 

/takeaways/:takeawayId/comments

Get a list of all comments for a takeaway. For more information on paramsIO refer to the Get started article, and see the Using paramsIO tutorial for practical use cases.

Request

Path Parameters

    takeawayId int64required

Query Parameters

    paramsIO objectrequired

Responses

OK

Schema

  • Array [

  • authorId int64

    Account Id of the comment author

    dateCreated date-time

    Date when the comment was created

    dateModified date-time

    Date when the comment was modified

    id int64

    Unique Id of the takeaway comment

    mentionedAccountIds int64[]

    Account ids mentioned in the comment

    parentId int64

    Unique Id of the parent comment

    status string

    Comment status

    Possible values: [ACTIVE, ARCHIVED]

    takeawayId int64

    Unique Id of the takeaway

    text string

    Comment text

  • ]

Loading...