Get_Api_V1_Accounts_Name_Video Playlists is an example object payload from PeerTube, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
{
"operationId": "get_api_v1_accounts_name_video-playlists",
"method": "GET",
"path": "/api/v1/accounts/{name}/video-playlists",
"summary": "List playlists of an account",
"description": "",
"tags": [
"Video Playlists",
"Accounts"
],
"parameters": [
{
"name": null,
"in": null,
"required": false,
"description": "",
"schema": {}
},
{
"name": null,
"in": null,
"required": false,
"description": "",
"schema": {}
},
{
"name": null,
"in": null,
"required": false,
"description": "",
"schema": {}
},
{
"name": null,
"in": null,
"required": false,
"description": "",
"schema": {}
},
{
"name": null,
"in": null,
"required": false,
"description": "",
"schema": {}
},
{
"name": null,
"in": null,
"required": false,
"description": "",
"schema": {}
},
{
"name": null,
"in": null,
"required": false,
"description": "",
"schema": {}
},
{
"name": "channelNameOneOf",
"in": "query",
"required": false,
"description": "**PeerTube >= 8.0** Filter on playlists that are published on a channel with one of these names",
"schema": {
"oneOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
}
]
}
}
],
"requestBody": null,
"responses": {
"200": {
"description": "successful operation",
"examples": {}
}
}
}