POST
api/v1/GetPlatformGroupList
Request Information
Body Parameters
QueryParametersName | Description | Type | Additional information |
---|---|---|---|
PageNumber | integer |
None. |
|
Limit | integer |
None. |
|
SearchText | string |
None. |
|
SortField | string |
None. |
|
SortDirection | string |
None. |
|
IsB2C | boolean |
None. |
|
SellerId | integer |
None. |
|
AdminMemberId | integer |
None. |
|
ClientId | integer |
None. |
|
Sortorder | integer |
None. |
Request Formats
application/json, text/json
{ "PageNumber": 1, "Limit": 2, "SearchText": "sample string 3", "SortField": "sample string 4", "SortDirection": "sample string 5", "IsB2C": true, "SellerId": 7, "AdminMemberId": 8, "ClientId": 9, "Sortorder": 10 }
text/html
{"PageNumber":1,"Limit":2,"SearchText":"sample string 3","SortField":"sample string 4","SortDirection":"sample string 5","IsB2C":true,"SellerId":7,"AdminMemberId":8,"ClientId":9,"Sortorder":10}
application/xml, text/xml
<QueryParameters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models"> <AdminMemberId>8</AdminMemberId> <ClientId>9</ClientId> <IsB2C>true</IsB2C> <Limit>2</Limit> <PageNumber>1</PageNumber> <SearchText>sample string 3</SearchText> <SellerId>7</SellerId> <SortDirection>sample string 5</SortDirection> <SortField>sample string 4</SortField> <Sortorder>10</Sortorder> </QueryParameters>
application/x-www-form-urlencoded
Sample not available.
Response Information
Description:
Return type: PlatformsGroupList
Response Formats
application/json, text/json
{ "PlatformGroupModels": [ { "PlatformGroupId": 1, "GroupName": "sample string 2", "CreatedOn": "2025-06-18T11:17:51.0226997+00:00", "ModifiedOn": "2025-06-18T11:17:51.0226997+00:00", "Createdby": 5, "Modifiedby": 6, "IsActive": true, "IslogicallyDeleted": true, "TotalRecords": 9, "TotalPages": 10 }, { "PlatformGroupId": 1, "GroupName": "sample string 2", "CreatedOn": "2025-06-18T11:17:51.0226997+00:00", "ModifiedOn": "2025-06-18T11:17:51.0226997+00:00", "Createdby": 5, "Modifiedby": 6, "IsActive": true, "IslogicallyDeleted": true, "TotalRecords": 9, "TotalPages": 10 } ], "TotalRecords": 1, "TotalPages": 2 }
text/html
{"PlatformGroupModels":[{"PlatformGroupId":1,"GroupName":"sample string 2","CreatedOn":"2025-06-18T11:17:51.0226997+00:00","ModifiedOn":"2025-06-18T11:17:51.0226997+00:00","Createdby":5,"Modifiedby":6,"IsActive":true,"IslogicallyDeleted":true,"TotalRecords":9,"TotalPages":10},{"PlatformGroupId":1,"GroupName":"sample string 2","CreatedOn":"2025-06-18T11:17:51.0226997+00:00","ModifiedOn":"2025-06-18T11:17:51.0226997+00:00","Createdby":5,"Modifiedby":6,"IsActive":true,"IslogicallyDeleted":true,"TotalRecords":9,"TotalPages":10}],"TotalRecords":1,"TotalPages":2}
application/xml, text/xml
<PlatformsGroupList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Platform"> <PlatformGroupModels> <PlatformGroupModel> <CreatedOn>2025-06-18T11:17:51.0226997+00:00</CreatedOn> <Createdby>5</Createdby> <GroupName>sample string 2</GroupName> <IsActive>true</IsActive> <IslogicallyDeleted>true</IslogicallyDeleted> <ModifiedOn>2025-06-18T11:17:51.0226997+00:00</ModifiedOn> <Modifiedby>6</Modifiedby> <PlatformGroupId>1</PlatformGroupId> <TotalPages>10</TotalPages> <TotalRecords>9</TotalRecords> </PlatformGroupModel> <PlatformGroupModel> <CreatedOn>2025-06-18T11:17:51.0226997+00:00</CreatedOn> <Createdby>5</Createdby> <GroupName>sample string 2</GroupName> <IsActive>true</IsActive> <IslogicallyDeleted>true</IslogicallyDeleted> <ModifiedOn>2025-06-18T11:17:51.0226997+00:00</ModifiedOn> <Modifiedby>6</Modifiedby> <PlatformGroupId>1</PlatformGroupId> <TotalPages>10</TotalPages> <TotalRecords>9</TotalRecords> </PlatformGroupModel> </PlatformGroupModels> <TotalPages>2</TotalPages> <TotalRecords>1</TotalRecords> </PlatformsGroupList>