Skip to content

list

GET
/summit-log

Lists all summit logs.

Parameters

Query Parameters

page
number

Page number starting at 1

Example
1
perPage
number

Items per page

Example
5
sort
string

Sort string (-/+)

Example
-created
filter
string
Example
distance>=500
expand
string
Example
author
requestKey
string

Unique request key. Prevents auto cancel when sending multiple requests.

Example
my-key

Responses

200

object
page
required
integer
perPage
required
integer
totalItems
required
integer
totalPages
required
integer
items
required
Array<object>
object
author
required
string
collectionId
required
string
collectionName
required
string
created
required
string
date
required
string
distance
required
integer
duration
required
integer
elevation_gain
required
integer
elevation_loss
required
integer
gpx
required
string
id
required
string
photos
required
Array<string>
text
required
string
updated
required
string
Examples

Success

{
"page": 1,
"perPage": 5,
"totalItems": 14,
"totalPages": 3,
"items": [
{
"author": "3mugf953w4a9fg5",
"collectionId": "dd2l9a4vxpy2ni8",
"collectionName": "summit_logs",
"created": "2024-12-02 00:06:13.761Z",
"date": "2024-12-02 00:00:00.000Z",
"distance": 0,
"duration": 0,
"elevation_gain": 0,
"elevation_loss": 0,
"gpx": "",
"id": "22879d2ce902f57",
"photos": [
"wanderer_stats_QbRDtbqXp8.png"
],
"text": "Heute war auch nicht schlecht!",
"updated": "2024-12-02 00:06:13.802Z"
},
{
"author": "3mugf953w4a9fg5",
"collectionId": "dd2l9a4vxpy2ni8",
"collectionName": "summit_logs",
"created": "2024-11-11 15:34:42.149Z",
"date": "2024-11-11 00:00:00.000Z",
"distance": 0,
"duration": 0,
"elevation_gain": 0,
"elevation_loss": 0,
"gpx": "",
"id": "282aa2f6aa2901d",
"photos": [],
"text": "",
"updated": "2024-11-11 15:34:42.149Z"
},
{
"author": "3mugf953w4a9fg5",
"collectionId": "dd2l9a4vxpy2ni8",
"collectionName": "summit_logs",
"created": "2024-12-30 18:42:22.407Z",
"date": "2010-06-26 00:00:00.000Z",
"distance": 17.272892451353634,
"duration": 19,
"elevation_gain": 0.48071279999999916,
"elevation_loss": 3.845214800000001,
"gpx": "blob_li_rt_ludnm5_CTr98mgc40.tcx",
"id": "4p1gjllhdrhnuyr",
"photos": [],
"text": "",
"updated": "2024-12-30 18:42:22.463Z"
},
{
"author": "3mugf953w4a9fg5",
"collectionId": "dd2l9a4vxpy2ni8",
"collectionName": "summit_logs",
"created": "2024-12-26 21:35:23.376Z",
"date": "2024-12-26 00:00:00.000Z",
"distance": 14055.576293821563,
"duration": 5060,
"elevation_gain": 1197,
"elevation_loss": 1194,
"gpx": "herzogstand_4uFe02QqSL.gpx",
"id": "5yftqj5opprl9ju",
"photos": [
"23xxesym0e9w18z2904frnpgy7_hR8ogccdVG.jpg"
],
"text": "",
"updated": "2024-12-26 21:35:23.458Z"
},
{
"author": "3mugf953w4a9fg5",
"collectionId": "dd2l9a4vxpy2ni8",
"collectionName": "summit_logs",
"created": "2024-11-05 22:05:43.778Z",
"date": "2024-11-02 00:00:00.000Z",
"distance": 12452.945922907797,
"duration": 16993,
"elevation_gain": 770.0000000000002,
"elevation_loss": 770.4800000000002,
"gpx": "kranzberg_tzNjcOwhf2.gpx",
"id": "7072f62edbb8e62",
"photos": [],
"text": "",
"updated": "2024-11-05 22:06:19.100Z"
}
]
}

400

object
message
required
string
detail
required
Array<object>
object
code
string
minimum
integer
type
string
inclusive
boolean
exact
boolean
message
string
path
Array<string>

x-400:Invalid sort/expand/filter

object
message
required
string
detail
required
object
code
required
integer
message
required
string
data
required
object
Examples

Exception

{
"message": "Something went wrong while processing your request.",
"detail": {
"code": 400,
"message": "Something went wrong while processing your request.",
"data": {}
}
}