cURL
Comments
List comments
List all comments for a key.
GET
cURL
Authorizations
Enter your token in the format token TOKEN
Headers
Two-Factor-Authentication token (optional)
Query Parameters
Page number
Limit on the number of objects to be returned, between 1 and 100. 25 by default
specify the branch to use
Search query for comment messages
Search comments by their assigned locales
Specify the filter for the comments. Supported values are read and unread. Combine both to return all comments (read + unread) without filtering.
Available options:
read, unread Example:
["read", "unread"]
Order direction. Defaults to desc. Values other than asc and desc fall back to desc.
Available options:
asc, desc Response
OK
Example:
{
"id": "abcd1234cdef1234abcd1234cdef1234",
"username": "johndoe",
"name": "John Doe",
"gravatar_uid": "205e460b479e2e5b48aec07710c08d50"
}