Skip to content

Get trail comments

GET
/api/v1/trail/{id}/comment
curl --request GET \
--url https://example.com/api/v1/trail/example/comment
id
required
string
page
integer
perPage
integer
sort
string
filter
string

List of comments for the trail

Media type application/json
object
page
integer
perPage
integer
totalItems
integer
totalPages
integer
items
Array<object>
object
Example generated
{
"page": 1,
"perPage": 1,
"totalItems": 1,
"totalPages": 1,
"items": [
{}
]
}

Bad Request

Internal Server Error