List bookmarks
GET
/characters/{character_id}/bookmarks/
Bookmarks
/dev/characters/{character_id}/bookmarks/
/v2/characters/{character_id}/bookmarks/
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://esi.evetech.net/latest/characters//bookmarks/'
Response Response Example
200 - response
[
{
"bookmark_id": 4,
"created": "2023-08-15T09:13:17.856Z",
"creator_id": 2112625428,
"folder_id": 5,
"item": {
"item_id": 50006722,
"type_id": 29633
},
"label": "Stargate",
"location_id": 30003430,
"notes": "This is a stargate"
},
{
"bookmark_id": 5,
"coordinates": {
"x": -2958928814000,
"y": -338367275823,
"z": 2114538075090
},
"created": "2023-08-15T09:13:17.856Z",
"creator_id": 2112625428,
"folder_id": 5,
"label": "Random location",
"location_id": 30003430,
"notes": "This is a random location in space"
}
]
Request
Path Params
character_id
integerÂ
required
Query Params
datasource
stringÂ
optional
page
integerÂ
optional
token
stringÂ
optional
Header Params
If-None-Match
stringÂ
optional
Responses
Modified at 2023-08-15 09:13:23