FindSubscriptionLogs

Description

Find all subscriptions satisfying a criteria

Paths

Example

Example request object

{
  "Criteria": {
    "SubscriptionLogId": null,
    "SubscriptionId": null,
    "PersonCardId": null,
    "PersonId": null,
    "CreatedFrom": null,
    "CreatedUntil": null,
    "Paging": {
      "PageIndex": 0,
      "PageSize": 0,
      "Sorting": null
    },
    "Includes": {
      "Person": false,
      "PersonBase": false,
      "PersonImage": false
    },
    "EmployeeId": null,
    "ReaderId": null,
    "SubscriptionLogType": null,
    "AccessZoneId": null,
    "ReaderIdList": [
      "00000000-0000-0000-0000-000000000000"
    ]
  },
  "Context": {
    "DivisionId": "00000000-0000-0000-0000-000000000000",
    "Language": "string_example",
    "ShopId": "00000000-0000-0000-0000-000000000000",
    "SessionId": "00000000-0000-0000-0000-000000000000",
    "Origin": 0,
    "Password": "string_example",
    "Encode": false,
    "AccessToken": "string_example"
  }
}

Example response object

{
  "SubscriptionLogs": null
}

ShouldBeExecuted

Postdata

Response