Cards and Folders

Overview

This page describes how customers use the Card and Folder API endpoints to load content.

Structure

Here is the response from the https://api.getguru.com/api/v1/folders/{folderId}/itemsendpoint, which shows you the items within a folder. Both Cards and Folders can exist within a Folder.

[
  {
    "type": "card",
    "itemId": "f0e6dfd3-fbad-46ea-affa-83573f9d3a2f",
    "id": "6b9bbe65-ebd7-4966-b2f9-473dec09c208",
    "folderCount": 3,
    "preferredPhrase": "360 Reviews",
    "shareStatus": "TEAM",
    "slug": "iX4LdE4T/360-Reviews",
    "verificationState": "VERIFIED"
  },
  {
    "type": "card",
    "itemId": "f7ba78bc-3515-41e6-98f4-c250c7ab816f",
    "id": "65b4c213-dd41-467d-a3bd-d52e523efd4c",
    "folderCount": 3,
    "preferredPhrase": "Nominate Yourself To 360 Review Your Peers",
    "shareStatus": "TEAM",
    "slug": "c4paXoxi/Nominate-Yourself-To-360-Review-Your-Peers",
    "verificationState": "VERIFIED"
  },
  {
    "type": "card",
    "itemId": "3a6da7a6-fd93-4482-9060-b2e98273693f",
    "id": "2577135d-4f27-45a2-bfef-2f5b79050bcc",
    "folderCount": 3,
    "preferredPhrase": "Tips To Complete A Well Rounded 360 Review",
    "shareStatus": "TEAM",
    "slug": "i9pgqaXT/Tips-To-Complete-A-Well-Rounded-360-Review",
    "verificationState": "NEEDS_VERIFICATION"
  }
]

Importing Considerations

If you import content into Guru from another system, consider how you want page-to-page links to work. These links can become links between Guru Cards or links from Guru Cards back to the other system.