Skip to main content

Search post folders

Refer to https://developers.livestory.io/docs/query-filters for the full documentation about attributes filters usage.

Query Parameters
skip number

The number of elements to skip in the result. Useful for pagination

limit number

The maximum number of elements to return in the result. Useful for pagination

campaign_id string

Possible values: Value must match regular expression ^[a-f\d]{24}$

The id of workspace in which to search contents

parent_folder string

Possible values: Value must match regular expression ^[a-f\d]{24}$

The parent folder id of the searched folders

project boolean

If true, only the projects will be returned in the result

sort_by string

Sort by a custom attribute. asc or desc direction can be specified, e.g. ?...&sort_by=myattribute:desc

filter_query([$or])?[attributes.myattribute][operation] string
Responses
200

Successful

Schema OPTIONAL
items object[] OPTIONAL
paging object OPTIONAL
count number OPTIONAL
400

Bad Request

Schema OPTIONAL
statusCode number OPTIONAL
message string OPTIONAL
error string OPTIONAL
401

Unauthorized

Schema OPTIONAL
statusCode number OPTIONAL
message string OPTIONAL
error string OPTIONAL