latestOpenAPI 3.0.02026-08-203145159.1 KB
0e40a805593b
content
Get a single microstep by ID
get/v1/microsteps/{id}
Path parameters
idstring uuid required
Unique identifier of the microstep (UUID)
Response
Item retrieved successfully
Example response
{
"valid": true,
"data": {
"data": {
"today": {
"item": {
"tags": [
{
"slug": "sleep",
"name": "Sleep"
}
],
"conditions": [
{
"slug": "sleep",
"name": "Sleep"
}
]
}
}
}
}
}