How can I import Boards in order using the API?

  • 14 November 2020
  • 5 replies
  • 34 views

Hi team,
I am working with guru-sync-manual-api. Currently, I need to import boards in order. Is there any way to support for this problem?

Mary Houston 3 years ago

Hi @ducbui279! You can provide an Items list in the collection.yaml file.here is an example below:

```Items:

- ID: '2341443'

Title: Organizing Content

Type: board

- ID: '2570865'

Title: Managing Teams in Guru

Type: board

Tags: []

Title: test```
View original

5 replies

Userlevel 4
Badge
Hi @ducbui279! You can provide an Items list in the collection.yaml file.here is an example below:
```Items:
- ID: '2341443'
Title: Organizing Content
Type: board
- ID: '2570865'
Title: Managing Teams in Guru
Type: board
Tags: []
Title: test```
Userlevel 4
Badge
You should included the titles in the collection.yaml. The boards do still each have their own .yaml file in the boards/ folder
Thank you so much for the valueable information. I will try and let you know soon.
Userlevel 4
Badge
Also added this to the documentation - thanks for the great feedback @ducbui279!
I have tried to sync with configuration above. It works like a charm.
Again thank you for your support.

Reply