POST api/Activity/ActivtiyCardView
Request Information
URI Parameters
None.
Body Parameters
AuditActivityFilterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Skip | integer |
None. |
|
| Take | integer |
None. |
|
| WRId | globally unique identifier |
None. |
|
| CreatedByIds | string |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| ActivityTypes | string |
None. |
|
| LastAuditDateTime | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Skip": 1,
"Take": 2,
"WRId": "f9b841e2-e41e-45cf-8ddc-7ffb43ca64a7",
"CreatedByIds": "sample string 4",
"StartDate": "2026-02-04T20:50:24.3804326-05:00",
"EndDate": "2026-02-04T20:50:24.3804326-05:00",
"ActivityTypes": "sample string 5",
"LastAuditDateTime": "sample string 6"
}
application/xml, text/xml
Sample:
<AuditActivityFilterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cyzerg.Model.WMS"> <ActivityTypes>sample string 5</ActivityTypes> <CreatedByIds>sample string 4</CreatedByIds> <EndDate>2026-02-04T20:50:24.3804326-05:00</EndDate> <LastAuditDateTime>sample string 6</LastAuditDateTime> <Skip>1</Skip> <StartDate>2026-02-04T20:50:24.3804326-05:00</StartDate> <Take>2</Take> <WRId>f9b841e2-e41e-45cf-8ddc-7ffb43ca64a7</WRId> </AuditActivityFilterModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"Skip":1,"Take":2,"WRId":"f9b841e2-e41e-45cf-8ddc-7ffb43ca64a7","CreatedByIds":"sample string 4","StartDate":"2026-02-04T20:50:24.3804326-05:00","EndDate":"2026-02-04T20:50:24.3804326-05:00","ActivityTypes":"sample string 5","LastAuditDateTime":"sample string 6"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.