POST api/System.String[]/Report.Report/GetActivityThemeLst
“GetActivityThemeLst”的文档。
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
conditions | “conditions”的文档。 |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "sample string 1": {}, "sample string 3": {}, "sample string 5": {} }
application/xml, text/xml
Sample:
<ArrayOfKeyValueOfstringanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <KeyValueOfstringanyType> <Key>sample string 1</Key> <Value /> </KeyValueOfstringanyType> <KeyValueOfstringanyType> <Key>sample string 3</Key> <Value /> </KeyValueOfstringanyType> <KeyValueOfstringanyType> <Key>sample string 5</Key> <Value /> </KeyValueOfstringanyType> </ArrayOfKeyValueOfstringanyType>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
[ { "Id": "da81a63a-7f29-4de5-a74d-36e42afafb88", "SmsSerial_ID": "6695aef9-bf41-4cf5-b64f-c417d6bcc82a", "ThemeName": "sample string 3", "Description": "sample string 4", "IsAuditing": true, "IsDisabled": true, "SendStatus": 0, "CreateDate": "2025-04-09T10:46:29.9558702+08:00", "SendStatusName": "待发送", "Remark": "sample string 8", "NotSendNum": 9, "HasSendNum": 10 }, { "Id": "da81a63a-7f29-4de5-a74d-36e42afafb88", "SmsSerial_ID": "6695aef9-bf41-4cf5-b64f-c417d6bcc82a", "ThemeName": "sample string 3", "Description": "sample string 4", "IsAuditing": true, "IsDisabled": true, "SendStatus": 0, "CreateDate": "2025-04-09T10:46:29.9558702+08:00", "SendStatusName": "待发送", "Remark": "sample string 8", "NotSendNum": 9, "HasSendNum": 10 }, { "Id": "da81a63a-7f29-4de5-a74d-36e42afafb88", "SmsSerial_ID": "6695aef9-bf41-4cf5-b64f-c417d6bcc82a", "ThemeName": "sample string 3", "Description": "sample string 4", "IsAuditing": true, "IsDisabled": true, "SendStatus": 0, "CreateDate": "2025-04-09T10:46:29.9558702+08:00", "SendStatusName": "待发送", "Remark": "sample string 8", "NotSendNum": 9, "HasSendNum": 10 } ]
application/xml, text/xml
Sample:
<ArrayOfActivityThemeEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gy.WebServer.Domains"> <ActivityThemeEntity> <CreateDate>2025-04-09T10:46:29.9558702+08:00</CreateDate> <Description>sample string 4</Description> <HasSendNum>10</HasSendNum> <Id>da81a63a-7f29-4de5-a74d-36e42afafb88</Id> <IsAuditing>true</IsAuditing> <IsDisabled>true</IsDisabled> <NotSendNum>9</NotSendNum> <Remark>sample string 8</Remark> <SendStatus>WaitSend</SendStatus> <SmsSerial_ID>6695aef9-bf41-4cf5-b64f-c417d6bcc82a</SmsSerial_ID> <ThemeName>sample string 3</ThemeName> </ActivityThemeEntity> <ActivityThemeEntity> <CreateDate>2025-04-09T10:46:29.9558702+08:00</CreateDate> <Description>sample string 4</Description> <HasSendNum>10</HasSendNum> <Id>da81a63a-7f29-4de5-a74d-36e42afafb88</Id> <IsAuditing>true</IsAuditing> <IsDisabled>true</IsDisabled> <NotSendNum>9</NotSendNum> <Remark>sample string 8</Remark> <SendStatus>WaitSend</SendStatus> <SmsSerial_ID>6695aef9-bf41-4cf5-b64f-c417d6bcc82a</SmsSerial_ID> <ThemeName>sample string 3</ThemeName> </ActivityThemeEntity> <ActivityThemeEntity> <CreateDate>2025-04-09T10:46:29.9558702+08:00</CreateDate> <Description>sample string 4</Description> <HasSendNum>10</HasSendNum> <Id>da81a63a-7f29-4de5-a74d-36e42afafb88</Id> <IsAuditing>true</IsAuditing> <IsDisabled>true</IsDisabled> <NotSendNum>9</NotSendNum> <Remark>sample string 8</Remark> <SendStatus>WaitSend</SendStatus> <SmsSerial_ID>6695aef9-bf41-4cf5-b64f-c417d6bcc82a</SmsSerial_ID> <ThemeName>sample string 3</ThemeName> </ActivityThemeEntity> </ArrayOfActivityThemeEntity>