Get resource values

This endpoint returns the values of the specified resource.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
curl -i -H "Accept: application/json" \
  -H "Authorization: SESSION_TOKEN" \
  -X GET "https://api.thethings.io/v2/me/resources/temperature" -k
{
  "thingId1" : [
    {"value":15, "datetime" : "20150202T220035.00Z"},
    {"value":17, "datetime" : "20150202T210035.00Z"}
  ]
}
Path Params
string
required
Query Params
int32
Defaults to 1

Max. number of values to be returned (Max.: 100)

string
Defaults to 19700101000000

The min date (format: YYYYMMDDHHmmss). The default is Jan 1st 1970.

string

The max date (format: YYYYMMDDHHmmss). The default is the end of times (javascript).

Headers
string

SESSION_TOKEN

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!