Answer the question
In order to leave comments, you need to log in
How to display multiple entities in one query?
For example, I need to post:
/api/something?somethingNames=Name&somethingNames=Surname
/api/something?somethingNames=Name
{
"Name": {
"1": {
"id": 1
}
//...
}
}
{
"Name": {
"1": {
"id": 1
}
//...
},
"Surname": {
"1": {
"id": 1
},
// ...
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question