FindSubscriptions

Description

Find all subscriptions satisfying a criteria

Paths

Example

Example request object

{
  "Criteria": {
    "CreatedFrom": null,
    "CreatedUntil": null,
    "Includes": {
      "Inactive": false,
      "Invalid": false,
      "Logs": false,
      "PersonCards": false,
      "Image": false,
      "OnlyCurrentPersonCard": false,
      "InvalidityReasons": false,
      "LessonGroups": false,
      "PriceGroup": false,
      "ExpositionInfo": false,
      "ExcludeComponents": false,
      "AdmissionImage": false
    },
    "Paging": {
      "PageIndex": 0,
      "PageSize": 0,
      "Sorting": null
    },
    "PersonCardId": null,
    "PersonId": null,
    "SubscriptionId": null,
    "ListForProlongation": false,
    "ListForReader": false,
    "ReaderId": null,
    "IgnoreExclusionCalendar": false,
    "ArticleId": null,
    "PersonIdList": null,
    "ModifiedSince": null,
    "ExpositionId": null,
    "ExpositionItemId": null,
    "ModifiedUntil": null
  },
  "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

{
  "Subscriptions": null
}

ShouldBeExecuted

Postdata

Response