type #
Returns the type of the value held by a key.
Query Syntax #
HTTP #
URL: http://kuzzle:7512/ms/_type/<_id>
Method: GETOther protocols #
{
"controller": "ms",
"action": "type",
"_id": "<key>"
}Arguments #
_id: key identifier
Response #
Returns one of the following: hash, list, string, set, zset.
{
"requestId": "<unique request identifier>",
"status": 200,
"error": null,
"controller": "ms",
"action": "type",
"collection": null,
"index": null,
"result": "list"
}