Skip to content

Initiatives List Endpoint Ignores limit and offset parameters. #42

@leedsjb

Description

@leedsjb

The Initiatives List endpoint takes an object that implements the ListInitiativesParams interface. https://github.com/makeplane/plane-node-sdk/blob/main/src/models/Initiative.ts#L34

Setting limit has no effect. The API always returns up to 20 items. Setting offset also has no effect. The same items are returned.

The only way to increment the paginated API is to set a cursor.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions