Get info on given schema
GET/schema/:schemaId
Get info on given schema
Request
Path Parameters
schemaId schemaIdrequired
The schemaId to grab data about
Query Parameters
includeAssets boolean
Whether to include schema assets in the response or not
matchTags boolean
Whether to get the assets that match the schema tags
Responses
- 200
- 403
- 404
- 500
- default
Schema successfully retrieved
- application/json
- Schema
- Example (from schema)
Schema
tags string[]
createdAt date-time
Time representation of schema creation
description string
Possible values: <= 3000 characters
name schemaName (string)required
Possible values: <= 32 characters
Name of the schema
displayThumbnail string
approvalMethod string
displayInteractive string
projectId projectId (string)required
Unique identifier for Project
state schemaState (string)
Possible values: [draft
, open
, closed
]
id string
Unique identifier for Schema
postProcessing string
A json holding certain regulations for the post processing of submissions assigned to the schema
category object[]
Categories for schema
thumbnail urinullable
Url for schema's thumbnail
type string
categoryId string
Unique identifier for Category
voteThresholdSettings string
Vote threshold
data stringrequired
{
"tags": [
"potion",
"health",
"speed"
],
"createdAt": "2024-01-01T09:00:00.00Z",
"description": "This is restores is a legendary potion that restores health and speed",
"name": "string",
"displayThumbnail": "{\"type\":\"DisplayImagePostBlender\",\"width\":512,...",
"approvalMethod": "manual",
"displayInteractive": "{\"type\":\"DisplayBabylon\",\"lighting\":\"default\",...",
"projectId": "p2Duhf5N6",
"state": "draft",
"id": "s11EFBu2XW",
"postProcessing": "{\"unity\":{\"createAssetBundle\":\"true\",...",
"category": [
{
"C12JOqkBM": "Potion"
},
{
"C4DiVkafk": "Speed Potion"
}
],
"thumbnail": "https://file.playmakers.co/s34hfnB4f/djJryHfgW.jpg",
"type": "material",
"categoryId": "C16w81Bvr0",
"voteThresholdSettings": "",
"data": "{\"label\":\"facepaint\",\"children\":{\"albedo\":{\"label\":\"albedo\",..."
}
Forbidden
- application/json
- Schema
- Example (from schema)
- Example
Schema
error string
{
"error": "string"
}
{
"error": "Forbidden access"
}
NotFound
- application/json
- Schema
- Example (from schema)
- Example
Schema
error string
{
"error": "string"
}
{
"error": "A mandatory item was not found"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
- Example
Schema
error string
{
"error": "string"
}
{
"error": "Internal Server Error"
}
Unexpected error
- application/json
- Schema
- Example (from schema)
- Example
Schema
error string
{
"error": "string"
}
{
"error": "An unexpected error occured"
}
Loading...