Files
T120B165/Bruno/Seed/Post operations/Post 1/Get all comments.bru
2025-10-06 10:42:47 +03:00

16 lines
169 B
Plaintext

meta {
name: Get all comments
type: http
seq: 8
}
get {
url: {{baseUrl}}/api/posts/1/comments
body: none
auth: inherit
}
params:query {
~pageNumber: 1
}