Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Get /rest/oboard/1.0/api/v1v2/elements/nested – returns only the nested items for the given objective

...

Code Block
GET https://backend.okr-api.com/rest/oboard/1.0/api/v1v2/elements/nested?parentId={{objectiveid}}&workspaceIds={{workspaced}}

...

Code Block
GET https://backend.okr-api.com/rest/oboard/1.0/api/v1v2/elements/nested?parentId=2239&workspaceIds=222

Field

Required?

Description

parentId

Yes

Id of the objective.

workspaceId

Yes

The ID of the workspace where the objective is located.

searchType=1

Yes

First-level nested items

searchType=2

Yes

Full structure

...

Key Results

Get a list of Key Results

...