Get all schemas containing category
GET/schemas/by/category/:categoryId
Get all schemas containing category
Request
Path Parameters
The categoryId of the schema
Query Parameters
Search for schema by name
Search by start date
Search by end date
Possible values: >= 1
Default value: 1
Specify the page number for pagination (default is 1).
Default value: 10
Specify the number of projects per page (default is 10, 0 gets all results).
Possible values: [createdAt
, type
, name
, state
]
Field to order the results by (e.g., 'createdAt', 'ownerId'). Default is 'createdAt'.
Possible values: [asc
, desc
]
Default value: desc
'asc' for ascending or 'desc' for descending order. Default is 'desc'.
Responses
- 200
- 404
- 500
- default
Schemas successfully retrieved
- application/json
- Schema
- Example (from schema)
- Example
Schema
Array [
]
Time representation of schema creation
Possible values: <= 3000 characters
Possible values: <= 32 characters
Name of the schema
Unique identifier for Project
Possible values: [draft
, open
, closed
]
Unique identifier for Schema
A json holding certain regulations for the post processing of submissions assigned to the schema
Categories for schema
Url for schema's thumbnail
Unique identifier for Category
Vote threshold
[
{
"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\",..."
}
]
[
{
"name": "Dragonbone Armor",
"displayThumbnail": "{\"type\":\"DisplayImagePostBlender\",\"width\":512,\"height\":512,\"url\":\"...",
"displayInteractive": "{\"type\":\"DisplayBabylon\",\"lighting\":\"default\",\"model...",
"approvalMethod": "manual",
"tags": [
"armor",
"dragon",
"protection"
],
"createdAt": "2024-01-11T16:00:00.00Z",
"description": "A set of armor crafted from the scales of a mighty dragon",
"data": "{\"label\":\"armor\",\"children\":{\"defensePower\":{\"label\":\"defensePower\",\"value\":120",
"id": "s166n8qbe",
"state": "draft",
"projectId": "pyDjppkvO",
"category": {
"CjCXz2u61": "Dragon",
"CE2TTib4Y": "Armor",
"CsRabGrUR": "Fire"
},
"thumbnail": "https://file.playmakers.co/s166n8qbe/dragonscale_armor_thumbnail.jpg",
"type": "armor",
"categoryId": "CrAR01Tz2",
"voteThresholdSettings": "400"
},
{
"displayThumbnail": "{\"type\":\"DisplayImagePostBlender\",\"width\":512,\"height\":512,\"url\":\"...",
"name": "Mystic Robe",
"approvalMethod": "automatic",
"displayInteractive": "{\"type\":\"DisplayBabylon\",\"lighting\":\"default\",\"model...",
"createdAt": "2024-01-15T13:00:00.00Z",
"tags": [
"armor",
"robe",
"magic"
],
"description": "A mystical robe that enhances the wearer's magical abilities",
"data": "{\"label\":\"armor\",\"children\":{\"defensePower\":{\"label\":\"defensePower\",\"value\":..",
"category": {
"CsRabGrUR": "Flight",
"CE2TTib4Y": "Mystery",
"CjCXz2u61": "Outift"
},
"projectId": "pyDjppkvO",
"state": "published",
"id": "s210n8qbi",
"voteThresholdSettings": "100",
"type": "armor",
"thumbnail": "https://file.playmakers.co/s210n8qbi/mystic_robe_thumbnail.jpg",
"categoryId": "CrAR01Tz2"
}
]
NotFound
- application/json
- Schema
- Example (from schema)
- Example
Schema
{
"error": "string"
}
{
"error": "A mandatory item was not found"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
- Example
Schema
{
"error": "string"
}
{
"error": "Internal Server Error"
}
Unexpected error
- application/json
- Schema
- Example (from schema)
- Example
Schema
{
"error": "string"
}
{
"error": "An unexpected error occured"
}