GET api/masters/FileCategory/SelectFileCategory?FileCategoryName={FileCategoryName}&PageNo={PageNo}&PageSize={PageSize}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| FileCategoryName | No documentation available. |
Define this parameter in the request URI. |
| PageNo | No documentation available. |
Define this parameter in the request URI. |
| PageSize | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"FileCategoryList": [
{
"FileCategoryID": 1,
"FileCategoryName": "sample string 2",
"DeptID": 3,
"DeptName": "sample string 4"
},
{
"FileCategoryID": 1,
"FileCategoryName": "sample string 2",
"DeptID": 3,
"DeptName": "sample string 4"
},
{
"FileCategoryID": 1,
"FileCategoryName": "sample string 2",
"DeptID": 3,
"DeptName": "sample string 4"
}
],
"TotalRecords": 1
}
application/xml, text/xml
Sample:
<MstFileCategoryViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.Masters.ViewModel">
<FileCategoryList>
<FileCategoryList>
<DeptID>3</DeptID>
<DeptName>sample string 4</DeptName>
<FileCategoryID>1</FileCategoryID>
<FileCategoryName>sample string 2</FileCategoryName>
</FileCategoryList>
<FileCategoryList>
<DeptID>3</DeptID>
<DeptName>sample string 4</DeptName>
<FileCategoryID>1</FileCategoryID>
<FileCategoryName>sample string 2</FileCategoryName>
</FileCategoryList>
<FileCategoryList>
<DeptID>3</DeptID>
<DeptName>sample string 4</DeptName>
<FileCategoryID>1</FileCategoryID>
<FileCategoryName>sample string 2</FileCategoryName>
</FileCategoryList>
</FileCategoryList>
<TotalRecords>1</TotalRecords>
</MstFileCategoryViewModel>