Skip to content

timestreams.select_context_by_type XML RPC procedure

pszjmb1 edited this page Jul 12, 2012 · 3 revisions

Timestreams is an API that provides functions to add and organise sensor data. This page describes the timestreams.select_context XML-RPC API procedure.

Description

A POST request containing this procedure name will have returned context records matching the given type.The following is the procedure call signature to retrieve context records by type: <methodCall> <methodName>timestreams.select_context_by_type</methodName> <params> <param><value><string>User Name</string></value></param> <param><value><string>Password</string></value></param> <param><value><string>Context Type</string></value></param> <param><value><string>Limit</string></value></param> <param><value><string>Offset</string></value></param> </params> </methodCall>

Parameter Description
User Name Name of blog user
Password Password of blog user
Context Type A key (such as "place" or "session_id")
Limit A positive integer value determining the number of records to return.
Offset The offset of the first row to return.
### Example Response ` context_id7 context_typesomecontext valuesomeValue `