POST
api/v1/GetPlatformGroup?platformGroupId={platformGroupId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| platformGroupId | integer |
Required |
Response Information
Description:
Return type: PlatformGroupModel
Response Formats
application/json, text/json
{
"PlatformGroupId": 1,
"GroupName": "sample string 2",
"CreatedOn": "2026-02-04T11:18:44.0288489+00:00",
"ModifiedOn": "2026-02-04T11:18:44.0288489+00:00",
"Createdby": 5,
"Modifiedby": 6,
"IsActive": true,
"IslogicallyDeleted": true,
"TotalRecords": 9,
"TotalPages": 10
}
text/html
{"PlatformGroupId":1,"GroupName":"sample string 2","CreatedOn":"2026-02-04T11:18:44.0288489+00:00","ModifiedOn":"2026-02-04T11:18:44.0288489+00:00","Createdby":5,"Modifiedby":6,"IsActive":true,"IslogicallyDeleted":true,"TotalRecords":9,"TotalPages":10}
application/xml, text/xml
<PlatformGroupModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Platform"> <CreatedOn>2026-02-04T11:18:44.0288489+00:00</CreatedOn> <Createdby>5</Createdby> <GroupName>sample string 2</GroupName> <IsActive>true</IsActive> <IslogicallyDeleted>true</IslogicallyDeleted> <ModifiedOn>2026-02-04T11:18:44.0288489+00:00</ModifiedOn> <Modifiedby>6</Modifiedby> <PlatformGroupId>1</PlatformGroupId> <TotalPages>10</TotalPages> <TotalRecords>9</TotalRecords> </PlatformGroupModel>
