VirtuousAI
Reference

Shared

Resolve Shared Flashboard

GET
/api/shared/flashboards/{token}

Path Parameters

token*string

Response Body

application/json

application/json

curl -X GET "https://loading/api/shared/flashboards/string"
{
  "createdAt": "2019-08-24T14:15:22Z",
  "dataSnapshot": {},
  "description": "string",
  "spec": {},
  "title": "string",
  "versionNumber": 0
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}