action vocadb_get_api_discussions_topics { label: "get_api_discussions_topics" provider: vocadb method: GET path: "/api/discussions/topics" encoding: json input: { type: "object" properties: { fields: { type: "string" enum: ["None", "Comments", "CommentCount", "Content", "LastComment", "All"] } folderId: { type: "integer" format: "int32" } getTotalCount: { type: "boolean" } maxResults: { type: "integer" format: "int32" } sort: { type: "string" enum: ["None", "Name", "DateCreated", "LastCommentDate"] } start: { type: "integer" format: "int32" } } additionalProperties: false } output: { type: "object" properties: { items: { type: "array" items: { type: "object" properties: { author: { type: "object" properties: { active: { type: "boolean" } groupId: { type: "string" enum: ["Nothing", "Limited", "Regular", "Trusted", "Moderator", "Admin"] } id: { type: "integer" format: "int32" } knownLanguages: { type: "array" items: { type: "object" properties: { cultureCode: { type: "string" } proficiency: { type: "string" enum: ["Nothing", "Basics", "Intermediate", "Advanced", "Native"] } } additionalProperties: false } } mainPicture: { type: "object" properties: { mime: { type: "string" } name: { type: "string" } urlOriginal: { type: "string" } urlSmallThumb: { type: "string" } urlThumb: { type: "string" } urlTinyThumb: { type: "string" } } additionalProperties: false } memberSince: { type: "string" format: "date-time" } name: { type: "string" } oldUsernames: { type: "array" items: { type: "object" properties: { date: { type: "string" format: "date-time" } oldName: { type: "string" } } additionalProperties: false } } verifiedArtist: { type: "boolean" } } additionalProperties: false } commentCount: { type: "integer" format: "int32" } comments: { type: "array" items: { type: "object" properties: { author: { type: "object" additionalProperties: true } authorName: { type: "string" } created: { type: "string" format: "date-time" } entry: { type: "object" properties: { activityDate: { type: "string" format: "date-time" } additionalNames: { type: "string" } artistString: { type: "string" } artistType: { type: "string" enum: ["Unknown", "Circle", "Label", "Producer", "Animator", "Illustrator", "Lyricist", "Vocaloid", "UTAU", "CeVIO", "OtherVoiceSynthesizer", "OtherVocalist", "OtherGroup", "OtherIndividual", "Utaite", "Band", "Vocalist", "Character", "SynthesizerV", "CoverArtist"] } createDate: { type: "string" format: "date-time" } defaultName: { type: "string" } defaultNameLanguage: { type: "string" enum: ["Unspecified", "Japanese", "Romaji", "English"] } description: { type: "string" } discType: { type: "string" enum: ["Unknown", "Album", "Single", "EP", "SplitAlbum", "Compilation", "Video", "Artbook", "Game", "Fanmade", "Instrumental", "Other"] } entryType: { type: "string" enum: ["Undefined", "Album", "Artist", "DiscussionTopic", "PV", "ReleaseEvent", "ReleaseEventSeries", "Song", "SongList", "Tag", "User", "Venue"] } eventCategory: { type: "string" enum: ["Unspecified", "AlbumRelease", "Anniversary", "Club", "Concert", "Contest", "Convention", "Other", "Festival"] } id: { type: "integer" format: "int32" } mainPicture: { type: "object" additionalProperties: true } name: { type: "string" } names: { type: "array" items: { type: "object" properties: { language: { type: "object" additionalProperties: true } value: { type: "object" additionalProperties: true } } additionalProperties: false } } pvs: { type: "array" items: { type: "object" properties: { author: { type: "object" additionalProperties: true } createdBy: { type: "object" additionalProperties: true } disabled: { type: "object" additionalProperties: true } extendedMetadata: { type: "object" additionalProperties: true } id: { type: "object" additionalProperties: true } length: { type: "object" additionalProperties: true } name: { type: "object" additionalProperties: true } publishDate: { type: "object" additionalProperties: true } pvId: { type: "object" additionalProperties: true } pvType: { type: "object" additionalProperties: true } service: { type: "object" additionalProperties: true } thumbUrl: { type: "object" additionalProperties: true } url: { type: "object" additionalProperties: true } } additionalProperties: false } } releaseEventSeriesName: { type: "string" } songListFeaturedCategory: { type: "string" enum: ["Nothing", "Concerts", "VocaloidRanking", "Pools", "Other"] } songType: { type: "string" enum: ["Unspecified", "Original", "Remaster", "Remix", "Cover", "Arrangement", "Instrumental", "Mashup", "MusicPV", "DramaPV", "Live", "Illustration", "Other"] } status: { type: "string" enum: ["Draft", "Finished", "Approved", "Locked"] } tagCategoryName: { type: "string" } tags: { type: "array" items: { type: "object" properties: { count: { type: "object" additionalProperties: true } tag: { type: "object" additionalProperties: true } } additionalProperties: false } } urlSlug: { type: "string" } version: { type: "integer" format: "int32" } webLinks: { type: "array" items: { type: "object" properties: { category: { type: "object" additionalProperties: true } description: { type: "object" additionalProperties: true } disabled: { type: "object" additionalProperties: true } url: { type: "object" additionalProperties: true } } additionalProperties: false } } } additionalProperties: false } id: { type: "integer" format: "int32" } message: { type: "string" } } additionalProperties: false } } content: { type: "string" } created: { type: "string" format: "date-time" } folderId: { type: "integer" format: "int32" } id: { type: "integer" format: "int32" } lastComment: { type: "object" additionalProperties: true } locked: { type: "boolean" } name: { type: "string" } } additionalProperties: false } } term: { type: "string" } totalCount: { type: "integer" format: "int32" } } additionalProperties: false } }