POST api/Admin/GetAllSimActivityLogs
Request Information
URI Parameters
None.
Body Parameters
ActivityLogFilterModelName | Description | Type | Additional information |
---|---|---|---|
AdminDeviceId | integer |
None. |
|
MdmGroupId | integer |
None. |
|
ServiceProviderId | string |
None. |
|
ActivityType | integer |
None. |
|
PerformedBy | string |
None. |
|
From | date |
None. |
|
To | date |
None. |
|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
|
IsDevice | boolean |
None. |
|
IsSim | boolean |
None. |
|
SimCardNumber | integer |
None. |
|
SortOrder | string |
None. |
|
SortKey | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "AdminDeviceId": 1, "MdmGroupId": 1, "ServiceProviderId": "sample string 1", "ActivityType": 1, "PerformedBy": "sample string 2", "From": "2025-06-28T13:10:30.2602175Z", "To": "2025-06-28T13:10:30.2602175Z", "PageIndex": 3, "PageSize": 4, "IsDevice": true, "IsSim": true, "SimCardNumber": 1, "SortOrder": "sample string 5", "SortKey": "sample string 6" }
text/html
Sample:
{"AdminDeviceId":1,"MdmGroupId":1,"ServiceProviderId":"sample string 1","ActivityType":1,"PerformedBy":"sample string 2","From":"2025-06-28T13:10:30.2602175Z","To":"2025-06-28T13:10:30.2602175Z","PageIndex":3,"PageSize":4,"IsDevice":true,"IsSim":true,"SimCardNumber":1,"SortOrder":"sample string 5","SortKey":"sample string 6"}
application/xml, text/xml
Sample:
<ActivityLogFilterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Admin"> <ActivityType>1</ActivityType> <AdminDeviceId>1</AdminDeviceId> <From>2025-06-28T13:10:30.2602175Z</From> <IsDevice>true</IsDevice> <IsSim>true</IsSim> <MdmGroupId>1</MdmGroupId> <PageIndex>3</PageIndex> <PageSize>4</PageSize> <PerformedBy>sample string 2</PerformedBy> <ServiceProviderId>sample string 1</ServiceProviderId> <SimCardNumber>1</SimCardNumber> <SortKey>sample string 6</SortKey> <SortOrder>sample string 5</SortOrder> <To>2025-06-28T13:10:30.2602175Z</To> </ActivityLogFilterModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.