POST api/v1/GetPlatformGroup?platformGroupId={platformGroupId}

Request Information

URI Parameters
NameDescriptionTypeAdditional information
platformGroupId

integer

Required

Response Information

Description:

Return type: PlatformGroupModel

Response Formats
{
  "PlatformGroupId": 1,
  "GroupName": "sample string 2",
  "CreatedOn": "2025-06-18T11:14:08.414005+00:00",
  "ModifiedOn": "2025-06-18T11:14:08.414005+00:00",
  "Createdby": 5,
  "Modifiedby": 6,
  "IsActive": true,
  "IslogicallyDeleted": true,
  "TotalRecords": 9,
  "TotalPages": 10
}
{"PlatformGroupId":1,"GroupName":"sample string 2","CreatedOn":"2025-06-18T11:14:08.414005+00:00","ModifiedOn":"2025-06-18T11:14:08.414005+00:00","Createdby":5,"Modifiedby":6,"IsActive":true,"IslogicallyDeleted":true,"TotalRecords":9,"TotalPages":10}
<PlatformGroupModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Platform">
  <CreatedOn>2025-06-18T11:14:08.414005+00:00</CreatedOn>
  <Createdby>5</Createdby>
  <GroupName>sample string 2</GroupName>
  <IsActive>true</IsActive>
  <IslogicallyDeleted>true</IslogicallyDeleted>
  <ModifiedOn>2025-06-18T11:14:08.414005+00:00</ModifiedOn>
  <Modifiedby>6</Modifiedby>
  <PlatformGroupId>1</PlatformGroupId>
  <TotalPages>10</TotalPages>
  <TotalRecords>9</TotalRecords>
</PlatformGroupModel>