Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Returns information of one RFID charging card that has been whitelisted on a specific service location:

  • id

  • RFID value

  • Comment

  • Expiration timestamp

Resource URL

https://app1pub.smappee.net/dev/v3/servicelocation/[SERVICELOCATIONID]/rfids/[ID]

HTTP method

GET

HTTP header

Authorization: Bearer [ACCESS_TOKEN]

(info) [ACCESS_TOKEN] being the access token received from the Get token or Refresh token authentication calls.

Parameters

Parameter

Type

Description

SERVICELOCATIONID

Path Parameter

The actual id of an accessible service location (see Get Servicelocations)

ID

Path Parameter

The id of the whitelisted RFID

Example

https://app1pub.smappee.net/dev/v3/servicelocation/123/rfids/JUSTANEXAMPLE

Result

Code Block
languagejs
{
  "id": 97,
  "value": "JUSTANEXAMPLE",
  "comment": "Your text that e.g. contains the name of the person that is using the card",
  "expirationTimestamp": 1640991600000
}

Versioning

Version 1 (v1)

Not available

Version 2 (v2)

Not available

Version 3 (v3)

Introduced in this version

Page Properties
hiddentrue
idrest-api-method


Index

2

Resource URL

https://app1pub.smappee.net/dev/v3/servicelocation/123/rfids/JUSTANEXAMPLE

HTTP method

GET

Description

Returns information of one RFID charging card that has been whitelisted on a specific service location:

  • id

  • RFID value

  • Comment

  • Expiration timestamp



Panel
titleContent
Table of Contents