Skip to main content

How can I import Boards in order using the API?

  • November 14, 2020
  • 5 replies
  • 48 views

Duc Bui Minh
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?

November 17, 2020

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```

5 replies

Mary Houston
Forum|alt.badge.img
  • Smart Cookie
  • November 17, 2020
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```

Mary Houston
Forum|alt.badge.img
  • Smart Cookie
  • November 17, 2020
You should included the titles in the collection.yaml. The boards do still each have their own .yaml file in the boards/ folder

Duc Bui Minh
  • Author
  • November 17, 2020
Thank you so much for the valueable information. I will try and let you know soon.

Mary Houston
Forum|alt.badge.img
  • Smart Cookie
  • November 17, 2020
Also added this to the documentation - thanks for the great feedback @ducbui279!

Duc Bui Minh
  • Author
  • November 18, 2020
I have tried to sync with configuration above. It works like a charm. Again thank you for your support.