LiquidPlanner Classic Forum

Ask a Question
ANSWERED

Unexpected results with events filter

I am trying to get only events scheduled for after Jan 01, 2022. When I send "https://app.liquidplanner.com/api/v1/workspaces/[my workspace id]/events?filter=earliest_start%20before%202022-01-01" it returns events scheduled after today instead. When I try the same filter, but using "before" instead of after, it returns no events. Is there a different command needed to access past events?

ANSWERED
ANSWERED

Is it possible to create a sub-folder at a certain position through the API?

I am able to create a folder by calling https://app.liquidplanner.com/api/v1/workspaces/:id/folders, but the folder is put at the bottom of the list.
I am also able to change its position by calling https://app.liquidplanner.com/api/v1/workspaces/:id/folders/:id/move_after, but this basically means two separate api calls.

ANSWERED
ANSWERED
ANSWERED
ANSWERED
ANSWERED
ANSWERED
ANSWERED