POST api/ApplicationStakeholder/search-download-csv-emaillog-ext
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
request | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "Filters": { "$id": "2", "$values": [ { "$id": "3", "<Field>k__BackingField": "sample string 1", "<Operator>k__BackingField": "sample string 2", "<Value>k__BackingField": { "$id": "4" }, "<Logic>k__BackingField": "sample string 4", "<Filters>k__BackingField": { "$id": "5", "$values": [ { "$ref": "3" }, { "$ref": "3" }, { "$ref": "3" } ] } }, { "$ref": "3" }, { "$ref": "3" } ] }, "Page": 1, "PageSize": 2, "Sort": { "$id": "6", "Field": "sample string 1", "Dir": "sample string 2", "SecondaryField": "sample string 3", "SecondaryDir": "sample string 4", "ThirdField": "sample string 5", "ThirdDir": "sample string 6" }, "PreviousPageSize": 3 }
application/x-www-form-urlencoded
Sample:
Response Information
Response body formats
application/json, text/json
Sample:
[ { "$id": "2", "Stakeholder": "sample string 1", "Email": "sample string 2", "ToAddress": "sample string 3", "StakeholderType": "sample string 4", "CommunicationMethod": "sample string 5", "SendDate": "2024-11-09T12:59:23.6219136+11:00", "Sentby": "sample string 6" }, { "$ref": "2" }, { "$ref": "2" } ]
application/xml, text/xml
Sample:
<ArrayOfIvwEmailLogStakeholderExtCSV xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <IvwEmailLogStakeholderExtCSV> <Stakeholder>sample string 1</Stakeholder> <Email>sample string 2</Email> <ToAddress>sample string 3</ToAddress> <StakeholderType>sample string 4</StakeholderType> <CommunicationMethod>sample string 5</CommunicationMethod> <SendDate>2024-11-09T12:59:23.6219136+11:00</SendDate> <Sentby>sample string 6</Sentby> </IvwEmailLogStakeholderExtCSV> <IvwEmailLogStakeholderExtCSV> <Stakeholder>sample string 1</Stakeholder> <Email>sample string 2</Email> <ToAddress>sample string 3</ToAddress> <StakeholderType>sample string 4</StakeholderType> <CommunicationMethod>sample string 5</CommunicationMethod> <SendDate>2024-11-09T12:59:23.6219136+11:00</SendDate> <Sentby>sample string 6</Sentby> </IvwEmailLogStakeholderExtCSV> <IvwEmailLogStakeholderExtCSV> <Stakeholder>sample string 1</Stakeholder> <Email>sample string 2</Email> <ToAddress>sample string 3</ToAddress> <StakeholderType>sample string 4</StakeholderType> <CommunicationMethod>sample string 5</CommunicationMethod> <SendDate>2024-11-09T12:59:23.6219136+11:00</SendDate> <Sentby>sample string 6</Sentby> </IvwEmailLogStakeholderExtCSV> </ArrayOfIvwEmailLogStakeholderExtCSV>