TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Mandar Shinde
NA
423
114.7k
Regarding Multiple Get Or Post using Single API
Mar 11 2019 9:26 AM
Dear All,
I am beginner in ASP .net MVC and Angular 5.
I was trying to call multiple htttp get using Angular 5 to Single API controller of MVC.
But I am getting Error status code of 400.
When I am trying to change signature even at that time I am getting same Error.
I have following Http Get Methods :-
public
List<Student> GetStudentList(
int
studentID)
{
return
_libraryRepository.GetStudentList(studentID);
}
public
List<Teacher> GetteacherList(
int
teacherID)
{
return
_libraryRepository.GetTeachertList(teacherID);
}
along with tath I want to call some more Get with paramter or without parameter.
Please help me to overcome this problem.
Thanking You in advance.
Reply
Answers (
2
)
How to show incoming text sms coming from twilio api in ASP.
How many rows can be inserted to excel using rdlc?