GET api/KGPL/GetWorkshop?UserId={UserId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ServiceResultOfListOfKGPLClientWorkshopDropDownMDL| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Description | string |
None. |
|
| Result | boolean |
None. |
|
| Data | Collection of KGPLClientWorkshopDropDownMDL |
None. |
|
| status | integer |
None. |
|
| TotalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"Description": "sample string 2",
"Result": true,
"Data": [
{
"WorkshopId": 1,
"WorkshopName": "sample string 2"
},
{
"WorkshopId": 1,
"WorkshopName": "sample string 2"
}
],
"status": 4,
"TotalCount": 5
}
application/xml, text/xml
Sample:
<ServiceResultOfArrayOfKGPLClientWorkshopDropDownMDLhaW9PlSJ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FTSMDLClassLibrary.FTSServices">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/FTSMDLClassLibrary.WebAPIMDL.KGPL">
<d2p1:KGPLClientWorkshopDropDownMDL>
<d2p1:WorkshopId>1</d2p1:WorkshopId>
<d2p1:WorkshopName>sample string 2</d2p1:WorkshopName>
</d2p1:KGPLClientWorkshopDropDownMDL>
<d2p1:KGPLClientWorkshopDropDownMDL>
<d2p1:WorkshopId>1</d2p1:WorkshopId>
<d2p1:WorkshopName>sample string 2</d2p1:WorkshopName>
</d2p1:KGPLClientWorkshopDropDownMDL>
</Data>
<Description>sample string 2</Description>
<Message>sample string 1</Message>
<Result>true</Result>
<TotalCount>5</TotalCount>
<status>4</status>
</ServiceResultOfArrayOfKGPLClientWorkshopDropDownMDLhaW9PlSJ>