Versions Compared

Key

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

...

Code Block
curl --location --request GET 'https://backend.oboard.onlineokr-api.com/api/v1/objectives/children?parentId=6915&workspaceIds=141' \
--header 'API-Token: 20204c288d97719ec52332bdbb96f53f59b38f2a92fd2194aadc2566d7ff2a9'

...

Code Block
GET /api/v1/intervals?workspaceId=141 HTTP/1.1
Host: backend.oboard.onlineokr-api.com
API-Token: 2222225022297719ec52332bdbb96f53f59b38f2a92fd2194aadc2566222222

3. ✅Remember you can always use our postman collection and generate code snippets there.

...