GET api/GetProfileDetailsforSlider?uid={uid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
uid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
GetProfileDetailsforSliderModelName | Description | Type | Additional information |
---|---|---|---|
InstructorId | integer |
None. |
|
InstructorName | string |
None. |
|
Instructor_ProfileImage | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "InstructorId": 1, "InstructorName": "sample string 2", "Instructor_ProfileImage": "sample string 3" }
application/xml, text/xml
Sample:
<GetProfileDetailsforSliderModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VullamAPIProject.Models"> <InstructorId>1</InstructorId> <InstructorName>sample string 2</InstructorName> <Instructor_ProfileImage>sample string 3</Instructor_ProfileImage> </GetProfileDetailsforSliderModel>