things/get

Description

get all things of the authenticated user

HTTP Method

GET

Explorer

Try in the explorer

Parameters

NameTypeRequiredDescription
perPagenumbernosets the things per page
pagenumbernospecifies the page number
archivedstringnoleave it out if you don't want archived things. use "only" if you want only archived things (only when specified separately)
tagstringnofilter things by this tag
searchstringnosearch things for this string

Returns

{
  "_id": "alphanumeric id of the thing",
  "title": "title of the thing",
  "tags": "space separated tags of the thing",
  "date": "unixtime when the thing was created",
  "url": "url of the thing, only included if it is set",
  "html": "the html resp. note of the thing, only included if it is set",
  "archived": "true, only set when it is an archived thing",
  "todoStatus": "true or false, only if thing is a todo (through a special tag)"
}

Example

things/get in the API explorer