Get device data

Role

Retrieve the data from one device.

Prototype

URL : /device/{$id}

Method : GET

URL Params : {$id} : the DeviceId of the device. Use GET /devices to enumerate the connected devices.

Request data : None

Success Response

Code : 200 OK

Content : a single DEVICE object.

Content example

{
	"Name": "Puck One",
	"FriendlyName": "SpringCard Puck One",
	"PnpId": "021C3461220123",
	"VendorName": "SpringCard",
	"ProductName": "Puck",
	"ProductVariant": "One",
	"SerialNumber": "251C1A74",
	"Version": "1.23",
	"Firmware": "springcore/h518/puck",
	"Characteristics": "nfc,usb,led-rgb,buzzer,atecc,samav,crypto",
	"UniqueId": "DB571829-3992-7BA4-8A6B-B3E018AA5878",
	"ConfigId": "00000000-0000-0000-0000-000000000000",
	"SealSubject": "C=FR,ST=Ile-de-France,O=SpringCard,OU=SpringCore,CN=DB571829-3992-7BA4-8A6B-B3E018AA5878",
	"SealSignature": "WH0g5POUphEVpCmdb/cK8c7X+bgVQ0tQfVzlB8Q4br8Q0Fnvw6/OaZMENbAaH6UxFgSwuV1FLn1WrPLgq1p8DT0ps93d6PuGrIf3YMRzGK6HI6d9Or5GICJ5c/wNSJtEhhSCacYxrAznzhjkYoDPqSvyM1+DdZZIuK3SBDcaBJbi4exmKt1LaU8+nihZ3O6zxOuWQUjtv+6rmCnUd0XtP4reJcKS+RMoMCLypzM+3EXN2VUowwjtiEtULy6MJRe7CDNrWhEo7rzl2NPt1JzPqlELD4Y1Fi1jqUvoKd69i7RJTKqEkjZHtxJtEZGe1+gCum60aHUfAYvbHHvDrmewCw==",
	"Genuine": true,
	"DeviceId": "VwMwAs4FZZ8CVoqYNR8b21",
	"Channel": "usb",
	"Binding": "pnp",
	"Status": "ok",
	"Profile": "ccid",
	"Mode": "pcsc",
	"FriendlyMode": "PC/SC",
	"VendorId": 7220,
	"ProductId": 24866
}

Error Response

See Error Responses.