GET
api/v1/get-Seller-sub-Category?CategoryMasterId={CategoryMasterId}&ClientId={ClientId}&AdminMemberId={AdminMemberId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CategoryMasterId | integer |
Required |
|
| ClientId | integer |
Required |
|
| AdminMemberId | integer |
Required |
Response Information
Description:
Return type: CategoryList
Response Formats
application/json, text/json
{
"Categories": [
{
"CategoryMasterId": 1,
"Name": "sample string 2",
"DisplayName": "sample string 3",
"IsLogicalDeleted": true,
"IsActive": true,
"CreatedBy": 6,
"CreatedOn": "2026-02-04T11:20:01.5383015+00:00",
"SortOrder": 8,
"DisplayInFooter": true,
"PageUrl": "sample string 10",
"UserName": "sample string 11",
"AdminUserTypeId": 12,
"AdminMemberId": 13,
"ApprovedBy": 14,
"SentForApproval": true,
"CategoryGroupId": 16,
"CategoryGroupName": "sample string 17",
"PARENT_CATEGORY": "sample string 18"
},
{
"CategoryMasterId": 1,
"Name": "sample string 2",
"DisplayName": "sample string 3",
"IsLogicalDeleted": true,
"IsActive": true,
"CreatedBy": 6,
"CreatedOn": "2026-02-04T11:20:01.5383015+00:00",
"SortOrder": 8,
"DisplayInFooter": true,
"PageUrl": "sample string 10",
"UserName": "sample string 11",
"AdminUserTypeId": 12,
"AdminMemberId": 13,
"ApprovedBy": 14,
"SentForApproval": true,
"CategoryGroupId": 16,
"CategoryGroupName": "sample string 17",
"PARENT_CATEGORY": "sample string 18"
}
],
"TotalRecords": 1
}
text/html
{"Categories":[{"CategoryMasterId":1,"Name":"sample string 2","DisplayName":"sample string 3","IsLogicalDeleted":true,"IsActive":true,"CreatedBy":6,"CreatedOn":"2026-02-04T11:20:01.5383015+00:00","SortOrder":8,"DisplayInFooter":true,"PageUrl":"sample string 10","UserName":"sample string 11","AdminUserTypeId":12,"AdminMemberId":13,"ApprovedBy":14,"SentForApproval":true,"CategoryGroupId":16,"CategoryGroupName":"sample string 17","PARENT_CATEGORY":"sample string 18"},{"CategoryMasterId":1,"Name":"sample string 2","DisplayName":"sample string 3","IsLogicalDeleted":true,"IsActive":true,"CreatedBy":6,"CreatedOn":"2026-02-04T11:20:01.5383015+00:00","SortOrder":8,"DisplayInFooter":true,"PageUrl":"sample string 10","UserName":"sample string 11","AdminUserTypeId":12,"AdminMemberId":13,"ApprovedBy":14,"SentForApproval":true,"CategoryGroupId":16,"CategoryGroupName":"sample string 17","PARENT_CATEGORY":"sample string 18"}],"TotalRecords":1}
application/xml, text/xml
<CategoryList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Seller">
<Categories>
<SearchCategory>
<AdminMemberId>13</AdminMemberId>
<AdminUserTypeId>12</AdminUserTypeId>
<ApprovedBy>14</ApprovedBy>
<CategoryGroupId>16</CategoryGroupId>
<CategoryGroupName>sample string 17</CategoryGroupName>
<CategoryMasterId>1</CategoryMasterId>
<CreatedBy>6</CreatedBy>
<CreatedOn>2026-02-04T11:20:01.5383015+00:00</CreatedOn>
<DisplayInFooter>true</DisplayInFooter>
<DisplayName>sample string 3</DisplayName>
<IsActive>true</IsActive>
<IsLogicalDeleted>true</IsLogicalDeleted>
<Name>sample string 2</Name>
<PARENT_CATEGORY>sample string 18</PARENT_CATEGORY>
<PageUrl>sample string 10</PageUrl>
<SentForApproval>true</SentForApproval>
<SortOrder>8</SortOrder>
<UserName>sample string 11</UserName>
</SearchCategory>
<SearchCategory>
<AdminMemberId>13</AdminMemberId>
<AdminUserTypeId>12</AdminUserTypeId>
<ApprovedBy>14</ApprovedBy>
<CategoryGroupId>16</CategoryGroupId>
<CategoryGroupName>sample string 17</CategoryGroupName>
<CategoryMasterId>1</CategoryMasterId>
<CreatedBy>6</CreatedBy>
<CreatedOn>2026-02-04T11:20:01.5383015+00:00</CreatedOn>
<DisplayInFooter>true</DisplayInFooter>
<DisplayName>sample string 3</DisplayName>
<IsActive>true</IsActive>
<IsLogicalDeleted>true</IsLogicalDeleted>
<Name>sample string 2</Name>
<PARENT_CATEGORY>sample string 18</PARENT_CATEGORY>
<PageUrl>sample string 10</PageUrl>
<SentForApproval>true</SentForApproval>
<SortOrder>8</SortOrder>
<UserName>sample string 11</UserName>
</SearchCategory>
</Categories>
<TotalRecords>1</TotalRecords>
</CategoryList>
