Skip to content

Get a magic shelf by ID

GET
/api/magic-shelves/{id}
curl --request GET \
--url http://127.0.0.1:58259/api/magic-shelves/1

Retrieve a specific magic shelf by its ID.

id
required
integer format: int64

ID of the magic shelf

Magic shelf returned successfully

Media type */*

Magic shelf object

object
id
integer format: int64
name
required
string
0 <= 255 characters
icon
string
0 <= 64 characters
iconType
string
Allowed values: PRIME_NG CUSTOM_SVG
filterJson
required
string
>= 2 characters <= 2147483647 characters
isPublic
boolean