GET - All Jokes Filtered by Category
➡️ This will be the endpoint in retrieving Romanian jokes filtered by their respective categories
Get all the jokes filtered by category
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
[
{
"id": 30,
"joketype": "seci",
"joke": "De ce are rinocerul corn? Pentru că nu a găsit chiflă."
},
{
"id": 31,
"joketype": "seci",
"joke": "Ce trebuie să îi faci unui hipopotam care are diaree? Loc!"
},
{
"id": 32,
"joketype": "seci",
"joke": "Cum se uită o raţă în beci? Iei raţa, o duci în beci şi o uiţi acolo."
},
...
]{
"message": "This joke type could not be found in the jokes list"
}Last updated