Development:Prana Breath API/Collections:Reminders
From Olekdia Wiki
reminders
, or rems
- collection that gives you control over reminders in the app.
Contents
Prefix
pranabreath://
- Case-insensitive.https://olekdia.com/pranabreath/
- Case-sensitive.https://pranabreath.page.link/?link=https://olekdia.com/pranabreath/
- Case-sensitive.
Syntax
pranabreath://reminders/item?cmd=[Command]
- Case-insensitive.pranabreath://reminders/item?[Parameter]=[Value]
pranabreath://reminders/item?cmd=[Command]&[Parameter1]=[Value1]&[Parameter2]=[Value2]
https://olekdia.com/pranabreath/reminders?cmd=[Command]&[Parameter]=[Value]
- Case-sensitive.
Commands
Command | Description |
---|---|
list |
Returns reminders list. Currently it is only used in console for retrieving reminders list.
pos id public_id name 0 1 1 Clear mind 1 2 2 Relax 2 3 3 Calming 3 4 4 Power 4 5 5 Harmony 5 6 6 Anti-stress 6 7 7 Anti-appetite 7 8 8 Cigarette replace 8 9 11 Bhastrika
|
create |
Create the training with defined parameters. If training with such name already exists - new training will not be created. Instead all parameters will be applied to this training.
|
delete |
Delete the selected training. If there is no the input training - nothing happens.
|
Parameters
Parameter | Description |
---|---|
name |
Name of the training.
|
public_id |
Indicates public id of the training. All trainings in this list have their own public_id. Readonly value.
|
trng_type |
Is a kind of the training. Value range is [0 - breathing session, 1 - meditation].
|
pos |
Position of the training in the training list.
|