Simple Spring Lifelog Server

SpringMongoDB

Description

List of REST APIs

GET /metadata (get a preview of a subset of metadata)
Parameters

None

Responses
http code content-type
200 application/json
GET /metadata/date-list (get a list of date available in the lifelog)
Parameters

None

Responses
http code content-type
200 application/json
GET /metadata/filter-by-date (get a list of moment ids in )
Parameters
name type data type description
date required string The date of the lifelog data
Responses
http code content-type
200 application/json
GET /metadata/get-metadata-by-id (get a list of moment ids in )
Parameters
name type data type description
id required string The id of the moment
Responses
http code content-type
200 application/json