We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
json server using _embed returns an empty array
my db file
{ "id": 2, "companyName": "Coffee Mockal", "employees": [ { "id": 1, "username": "Moustapha Mohamed", "email": "[email protected]" }, { "id": 2, "username": "Ali Mohamed", "email": "[email protected]" }, { "id": 3, "username": "Mohamed Aymen", "email": "Mohamed [email protected]" }, { "id": 1, "username": "Moustapha Mohamed", "email": "[email protected]" }, { "id": 2, "username": "Ali Mohamed", "email": "[email protected]" }, { "id": 3, "username": "Mohamed Aymen", "email": "Mohamed [email protected]" }, { "id": 1, "username": "Moustapha Mohamed", "email": "[email protected]" }, { "id": 2, "username": "Ali Mohamed", "email": "[email protected]" }, { "id": 3, "username": "Mohamed Aymen", "email": "Mohamed [email protected]" }, { "id": 1, "username": "Moustapha Mohamed", "email": "[email protected]" }, { "id": 2, "username": "Ali Mohamed", "email": "[email protected]" }, { "id": 3, "username": "Mohamed Aymen", "email": "Mohamed [email protected]" } ] }
when i try http://localhost:5000/companies/2?_embed=employees
the server responds with an empty array
The text was updated successfully, but these errors were encountered:
No branches or pull requests
json server using _embed returns an empty array
my db file
{
"id": 2,
"companyName": "Coffee Mockal",
"employees": [
{
"id": 1,
"username": "Moustapha Mohamed",
"email": "[email protected]"
},
{
"id": 2,
"username": "Ali Mohamed",
"email": "[email protected]"
},
{
"id": 3,
"username": "Mohamed Aymen",
"email": "Mohamed [email protected]"
},
{
"id": 1,
"username": "Moustapha Mohamed",
"email": "[email protected]"
},
{
"id": 2,
"username": "Ali Mohamed",
"email": "[email protected]"
},
{
"id": 3,
"username": "Mohamed Aymen",
"email": "Mohamed [email protected]"
},
{
"id": 1,
"username": "Moustapha Mohamed",
"email": "[email protected]"
},
{
"id": 2,
"username": "Ali Mohamed",
"email": "[email protected]"
},
{
"id": 3,
"username": "Mohamed Aymen",
"email": "Mohamed [email protected]"
},
{
"id": 1,
"username": "Moustapha Mohamed",
"email": "[email protected]"
},
{
"id": 2,
"username": "Ali Mohamed",
"email": "[email protected]"
},
{
"id": 3,
"username": "Mohamed Aymen",
"email": "Mohamed [email protected]"
}
]
}
when i try
http://localhost:5000/companies/2?_embed=employees
the server responds with an empty array
The text was updated successfully, but these errors were encountered: