GET api/AccessControlTokens?changesSince={changesSince}

Download all the access control tokens valid for the current session. The current session must be logged in as an account with the "Scanner" role, and associated with an Access Control Location. The Access Control Location will be linked to a number of Access Control Schemes The Access Control Tokens return will be those for Products using the Access Control Schemes linked to the Access Control Location linked to the Session's user, where these products have performance date and times, and the performance dates and times are in the active range for the relevant access control schemes.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
changesSince

date

Required

Body Parameters

None.

Response Information

Resource Description

Collection of AccessControlTokenDT
NameDescriptionTypeAdditional information
ExtraData

Dictionary of string [key] and string [value]

None.

AccessControlToken

string

None.

ItemId

globally unique identifier

None.

CreatedDateTime

date

None.

CancelledDateTime

date

None.

UsedDateTime

date

None.

ItemDeliveryId

globally unique identifier

None.

ExtendedValue

string

None.

IsSaved

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "extraData": {
      "sample string 1": "sample string 2",
      "sample string 3": "sample string 4"
    },
    "accessControlToken": "sample string 2",
    "itemId": "c940a4c7-7eb6-494b-bf27-fa374bd899b2",
    "createdDateTime": "2025-10-22T13:45:13.8346371+01:00",
    "cancelledDateTime": "2025-10-22T13:45:13.8346371+01:00",
    "usedDateTime": "2025-10-22T13:45:13.8346371+01:00",
    "itemDeliveryId": "7c13d80f-566e-4074-a019-5a981e88deac",
    "extendedValue": "sample string 5",
    "isSaved": true
  },
  {
    "extraData": {
      "sample string 1": "sample string 2",
      "sample string 3": "sample string 4"
    },
    "accessControlToken": "sample string 2",
    "itemId": "c940a4c7-7eb6-494b-bf27-fa374bd899b2",
    "createdDateTime": "2025-10-22T13:45:13.8346371+01:00",
    "cancelledDateTime": "2025-10-22T13:45:13.8346371+01:00",
    "usedDateTime": "2025-10-22T13:45:13.8346371+01:00",
    "itemDeliveryId": "7c13d80f-566e-4074-a019-5a981e88deac",
    "extendedValue": "sample string 5",
    "isSaved": true
  }
]