Method ListPostReports
| Improve this Doc View SourceListPostReports(ListPostReportsForm, CancellationToken)
Lists post reports.
Declaration
public Task<ListPostReportsResponse> ListPostReports(ListPostReportsForm form, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListPostReportsForm | form | The form to send for listing post reports. |
CancellationToken | cancellationToken | Optional cancellation token to pass through to HttpClient |
Returns
Type | Description |
---|---|
Task<ListPostReportsResponse> | The task object representing the asynchronous operation. The task result contains the response with the listed post reports. |