client
List key-value data in a datastore for the client.
List key-value data in a datastore for the client.
Returns key-values belong to the request user or no user, optionally filtering for those pairs belong to a specific project or no project.
gethttp://localhost:8000/client/datastores/{name}/
Path parameters
namestring required
String key for the datastore with which this key-value entry is associated.
Query parameters
project_idstring
ID of a project to associate this data with, if any.
Response
OK
Changes
Changed in 3 of the 10 revisions of this API.12
- ○
added the new optional
queryrequest parameterproject_idnew-optional-request-parameter
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲