not get product by category

  Kiến thức lập trình

we are use NelmioApiDocBundle API and we want to get any truc by their category like we have dump_truck is category and we want to fetch all truck inside dump_truck but we are not able to get it.

our api link is https://customer-website-api.trucks.nl/v1/doc

we are trying based on api doc but we got error

we pass parameteree https://customer-website-api.trucks.nl/v1/clients//items/search/?stock=Tractor&pagination=36

{
“code”: 400,
“message”: “Invalid request data.”,
“errors”: [
{
“property_path”: “pagination”,
“message”: “This value should not be blank.”
}
]
}

New contributor

Kids Skils is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

LEAVE A COMMENT