POST
api/v1/get_GroupTypes
Request Information
None.
Response Information
Description:
Return type: Collection of EmailMarketingCampaignGroupTypeModel
Response Formats
application/json, text/json
[ { "GroupTypeId": 1, "Name": "sample string 2", "IsActive": true }, { "GroupTypeId": 1, "Name": "sample string 2", "IsActive": true } ]
text/html
[{"GroupTypeId":1,"Name":"sample string 2","IsActive":true},{"GroupTypeId":1,"Name":"sample string 2","IsActive":true}]
application/xml, text/xml
<ArrayOfEmailMarketingCampaignGroupTypeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.EmailCampaign"> <EmailMarketingCampaignGroupTypeModel> <GroupTypeId>1</GroupTypeId> <IsActive>true</IsActive> <Name>sample string 2</Name> </EmailMarketingCampaignGroupTypeModel> <EmailMarketingCampaignGroupTypeModel> <GroupTypeId>1</GroupTypeId> <IsActive>true</IsActive> <Name>sample string 2</Name> </EmailMarketingCampaignGroupTypeModel> </ArrayOfEmailMarketingCampaignGroupTypeModel>