curl --request GET \
--url http://localhost:3000/api/dictionaries/{dictionaryId}/entries{
"data": [
{
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"dictionaryId": "<string>",
"key": "<string>",
"audioId": "<string>",
"deletedAt": "<string>",
"createdBy": "<string>",
"updatedBy": "<string>",
"deletedBy": "<string>"
}
],
"meta": {
"page": 1,
"limit": 20,
"total": 150,
"totalPages": 8,
"hasNextPage": true,
"hasPreviousPage": false
}
}curl --request GET \
--url http://localhost:3000/api/dictionaries/{dictionaryId}/entries{
"data": [
{
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"dictionaryId": "<string>",
"key": "<string>",
"audioId": "<string>",
"deletedAt": "<string>",
"createdBy": "<string>",
"updatedBy": "<string>",
"deletedBy": "<string>"
}
],
"meta": {
"page": 1,
"limit": 20,
"total": 150,
"totalPages": 8,
"hasNextPage": true,
"hasPreviousPage": false
}
}Dictionary UUID
Page number (1-based)
x >= 11
Number of items per page
1 <= x <= 10020
Search term to filter results
100"john"