1 API Parameters
_
2 Resources
2.1 submissions
moderator-submissions-get
moderator-submissions-insert
2.2 votes
moderator-votes-list
moderator-votes-get
moderator-votes-insert
moderator-votes-patch
moderator-votes-update
2.3 topics
3 Resources
moderator-topics-list
moderator-topics-get
moderator-topics-insert
moderator-topics-update
3.1 series
4 Resources
moderator-series-list
moderator-series-get
moderator-series-insert
moderator-series-patch
moderator-series-update
4.1 responses
moderator-responses-list
moderator-responses-insert
4.2 featured
5 Resources
5.1 global
6 Resources
6.1 my
7 Resources
7.1 myrecent
8 Resources
8.1 profiles
moderator-profiles-get
moderator-profiles-patch
moderator-profiles-update
8.2 tags
moderator-tags-list
moderator-tags-insert
moderator-tags-delete
Version: 5.3

Moderator API v1

This documentation has been automatically generated using information supplied by the Google API Discovery service.

Moderator API Google documentation.

    1 API Parameters

    2 Resources

      2.1 submissions

      2.2 votes

      2.3 topics

    3 Resources

      3.1 series

    4 Resources

      4.1 responses

      4.2 featured

    5 Resources

      5.1 global

    6 Resources

      6.1 my

    7 Resources

      7.1 myrecent

    8 Resources

      8.1 profiles

      8.2 tags

(require-gapi-doc "moderator.v1.js")

1 API Parameters

The following optional keyword arguments may be passed to all functions for this web service:

procedure

(_ [#:alt alt    
  #:fields fields    
  #:key key    
  #:oauth_token oauth_token    
  #:prettyPrint prettyPrint    
  #:quotaUser quotaUser    
  #:userIp userIp])  jsexpr?
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A

This is not actually a function. This is just using Scribble’s defproc form to list the optional keyword arguments that may be passed to all functions for this service.

alt: Data format for the response.

fields: Selector specifying which fields to include in a partial response.

key: API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.

oauth_token: OAuth 2.0 token for the current user.

prettyPrint: Returns response with indentations and line breaks.

quotaUser: Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided.

userIp: IP address of the site where the request originates. Use this if you want to enforce per-user limits.

2 Resources

2.1 submissions

procedure

(moderator-submissions-get #:seriesId seriesId 
  #:submissionId submissionId 
  [#:lang lang 
  #:includeVotes includeVotes 
  #:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  seriesId : string?
  submissionId : string?
  lang : string? = 'N/A
  includeVotes : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Returns the specified submission within the specified series.

seriesId: The decimal ID of the Series.

submissionId: The decimal ID of the Submission within the Series.

lang: The language code for the language the client prefers resuls in.

includeVotes: Specifies whether to include the current user’s vote

procedure

(moderator-submissions-insert 
  #:seriesId seriesId 
  #:topicId topicId 
  [#:anonymous anonymous 
  #:unauthToken unauthToken 
  #:id id 
  #:author author 
  #:attribution attribution 
  #:vote vote 
  #:geo geo 
  #:counters counters 
  #:attachmentUrl attachmentUrl 
  #:parentSubmissionId parentSubmissionId 
  #:topics topics 
  #:translations translations 
  #:created created 
  #:kind kind 
  #:text text 
  #:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  seriesId : string?
  topicId : string?
  anonymous : string? = 'N/A
  unauthToken : string? = 'N/A
  id : string? = 'N/A
  author : string? = 'N/A
  attribution : string? = 'N/A
  vote : string? = 'N/A
  geo : string? = 'N/A
  counters : string? = 'N/A
  attachmentUrl : string? = 'N/A
  parentSubmissionId : string? = 'N/A
  topics : string? = 'N/A
  translations : string? = 'N/A
  created : string? = 'N/A
  kind : string? = 'N/A
  text : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Inserts a new submission in the specified topic within the specified series.

seriesId: The decimal ID of the Series.

topicId: The decimal ID of the Topic within the Series.

anonymous: Set to true to mark the new submission as anonymous.

unauthToken: User identifier for unauthenticated usage mode

id:

author:

attribution:

vote:

geo:

counters:

attachmentUrl:

parentSubmissionId:

topics:

translations:

created:

kind:

text:

2.2 votes

procedure

(moderator-votes-list #:seriesId seriesId    
  [#:max-results max-results    
  #:start-index start-index    
  #:alt alt    
  #:fields fields    
  #:key key    
  #:oauth_token oauth_token    
  #:prettyPrint prettyPrint    
  #:quotaUser quotaUser    
  #:userIp userIp])  jsexpr?
  seriesId : string?
  max-results : string? = 'N/A
  start-index : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Lists the votes by the authenticated user for the given series.

seriesId: The decimal ID of the Series.

max-results: Maximum number of results to return.

start-index: Index of the first result to be retrieved.

procedure

(moderator-votes-get #:seriesId seriesId    
  #:submissionId submissionId    
  [#:unauthToken unauthToken    
  #:userId userId    
  #:alt alt    
  #:fields fields    
  #:key key    
  #:oauth_token oauth_token    
  #:prettyPrint prettyPrint    
  #:quotaUser quotaUser    
  #:userIp userIp])  jsexpr?
  seriesId : string?
  submissionId : string?
  unauthToken : string? = 'N/A
  userId : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Returns the votes by the authenticated user for the specified submission within the specified series.

seriesId: The decimal ID of the Series.

submissionId: The decimal ID of the Submission within the Series.

unauthToken: User identifier for unauthenticated usage mode

userId:

procedure

(moderator-votes-insert #:seriesId seriesId    
  #:submissionId submissionId    
  [#:unauthToken unauthToken    
  #:id id    
  #:flag flag    
  #:vote vote    
  #:kind kind    
  #:alt alt    
  #:fields fields    
  #:key key    
  #:oauth_token oauth_token    
  #:prettyPrint prettyPrint    
  #:quotaUser quotaUser    
  #:userIp userIp])  jsexpr?
  seriesId : string?
  submissionId : string?
  unauthToken : string? = 'N/A
  id : string? = 'N/A
  flag : string? = 'N/A
  vote : string? = 'N/A
  kind : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Inserts a new vote by the authenticated user for the specified submission within the specified series.

seriesId: The decimal ID of the Series.

submissionId: The decimal ID of the Submission within the Series.

unauthToken: User identifier for unauthenticated usage mode

id:

flag:

vote:

kind:

procedure

(moderator-votes-patch #:seriesId seriesId    
  #:submissionId submissionId    
  [#:unauthToken unauthToken    
  #:userId userId    
  #:id id    
  #:flag flag    
  #:vote vote    
  #:kind kind    
  #:alt alt    
  #:fields fields    
  #:key key    
  #:oauth_token oauth_token    
  #:prettyPrint prettyPrint    
  #:quotaUser quotaUser    
  #:userIp userIp])  jsexpr?
  seriesId : string?
  submissionId : string?
  unauthToken : string? = 'N/A
  userId : string? = 'N/A
  id : string? = 'N/A
  flag : string? = 'N/A
  vote : string? = 'N/A
  kind : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Updates the votes by the authenticated user for the specified submission within the specified series. This method supports patch semantics.

seriesId: The decimal ID of the Series.

submissionId: The decimal ID of the Submission within the Series.

unauthToken: User identifier for unauthenticated usage mode

userId:

id:

flag:

vote:

kind:

procedure

(moderator-votes-update #:seriesId seriesId    
  #:submissionId submissionId    
  [#:unauthToken unauthToken    
  #:userId userId    
  #:id id    
  #:flag flag    
  #:vote vote    
  #:kind kind    
  #:alt alt    
  #:fields fields    
  #:key key    
  #:oauth_token oauth_token    
  #:prettyPrint prettyPrint    
  #:quotaUser quotaUser    
  #:userIp userIp])  jsexpr?
  seriesId : string?
  submissionId : string?
  unauthToken : string? = 'N/A
  userId : string? = 'N/A
  id : string? = 'N/A
  flag : string? = 'N/A
  vote : string? = 'N/A
  kind : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Updates the votes by the authenticated user for the specified submission within the specified series.

seriesId: The decimal ID of the Series.

submissionId: The decimal ID of the Submission within the Series.

unauthToken: User identifier for unauthenticated usage mode

userId:

id:

flag:

vote:

kind:

2.3 topics

3 Resources

procedure

(moderator-topics-list #:seriesId seriesId    
  [#:q q    
  #:max-results max-results    
  #:start-index start-index    
  #:mode mode    
  #:alt alt    
  #:fields fields    
  #:key key    
  #:oauth_token oauth_token    
  #:prettyPrint prettyPrint    
  #:quotaUser quotaUser    
  #:userIp userIp])  jsexpr?
  seriesId : string?
  q : string? = 'N/A
  max-results : string? = 'N/A
  start-index : string? = 'N/A
  mode : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Searches the topics within the specified series and returns the search results.

seriesId: The decimal ID of the Series.

q: Search query.

max-results: Maximum number of results to return.

start-index: Index of the first result to be retrieved.

mode:

procedure

(moderator-topics-get #:seriesId seriesId    
  #:topicId topicId    
  [#:alt alt    
  #:fields fields    
  #:key key    
  #:oauth_token oauth_token    
  #:prettyPrint prettyPrint    
  #:quotaUser quotaUser    
  #:userIp userIp])  jsexpr?
  seriesId : string?
  topicId : string?
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Returns the specified topic from the specified series.

seriesId: The decimal ID of the Series.

topicId: The decimal ID of the Topic within the Series.

procedure

(moderator-topics-insert 
  #:seriesId seriesId 
  [#:id id 
  #:counters counters 
  #:rules rules 
  #:featuredSubmission featuredSubmission 
  #:presenter presenter 
  #:name name 
  #:description description 
  #:kind kind 
  #:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  seriesId : string?
  id : string? = 'N/A
  counters : string? = 'N/A
  rules : string? = 'N/A
  featuredSubmission : string? = 'N/A
  presenter : string? = 'N/A
  name : string? = 'N/A
  description : string? = 'N/A
  kind : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Inserts a new topic into the specified series.

seriesId: The decimal ID of the Series.

id:

counters:

rules:

featuredSubmission:

presenter:

name:

description:

kind:

procedure

(moderator-topics-update 
  #:seriesId seriesId 
  #:topicId topicId 
  [#:id id 
  #:counters counters 
  #:rules rules 
  #:featuredSubmission featuredSubmission 
  #:presenter presenter 
  #:name name 
  #:description description 
  #:kind kind 
  #:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  seriesId : string?
  topicId : string?
  id : string? = 'N/A
  counters : string? = 'N/A
  rules : string? = 'N/A
  featuredSubmission : string? = 'N/A
  presenter : string? = 'N/A
  name : string? = 'N/A
  description : string? = 'N/A
  kind : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Updates the specified topic within the specified series.

seriesId: The decimal ID of the Series.

topicId: The decimal ID of the Topic within the Series.

id:

counters:

rules:

featuredSubmission:

presenter:

name:

description:

kind:

3.1 series

4 Resources

procedure

(moderator-series-list [#:q q    
  #:max-results max-results    
  #:start-index start-index    
  #:alt alt    
  #:fields fields    
  #:key key    
  #:oauth_token oauth_token    
  #:prettyPrint prettyPrint    
  #:quotaUser quotaUser    
  #:userIp userIp])  jsexpr?
  q : string? = 'N/A
  max-results : string? = 'N/A
  start-index : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Searches the series and returns the search results.

q: Search query.

max-results: Maximum number of results to return.

start-index: Index of the first result to be retrieved.

procedure

(moderator-series-get #:seriesId seriesId    
  [#:alt alt    
  #:fields fields    
  #:key key    
  #:oauth_token oauth_token    
  #:prettyPrint prettyPrint    
  #:quotaUser quotaUser    
  #:userIp userIp])  jsexpr?
  seriesId : string?
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Returns the specified series.

seriesId: The decimal ID of the Series.

procedure

(moderator-series-insert 
  [#:id id 
  #:anonymousSubmissionAllowed anonymousSubmissionAllowed 
  #:counters counters 
  #:numTopics numTopics 
  #:rules rules 
  #:unauthSubmissionAllowed unauthSubmissionAllowed 
  #:unauthVotingAllowed unauthVotingAllowed 
  #:videoSubmissionAllowed videoSubmissionAllowed 
  #:name name 
  #:description description 
  #:kind kind 
  #:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  id : string? = 'N/A
  anonymousSubmissionAllowed : string? = 'N/A
  counters : string? = 'N/A
  numTopics : string? = 'N/A
  rules : string? = 'N/A
  unauthSubmissionAllowed : string? = 'N/A
  unauthVotingAllowed : string? = 'N/A
  videoSubmissionAllowed : string? = 'N/A
  name : string? = 'N/A
  description : string? = 'N/A
  kind : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Inserts a new series.

id:

anonymousSubmissionAllowed:

counters:

numTopics:

rules:

unauthSubmissionAllowed:

unauthVotingAllowed:

videoSubmissionAllowed:

name:

description:

kind:

procedure

(moderator-series-patch 
  #:seriesId seriesId 
  [#:id id 
  #:anonymousSubmissionAllowed anonymousSubmissionAllowed 
  #:counters counters 
  #:numTopics numTopics 
  #:rules rules 
  #:unauthSubmissionAllowed unauthSubmissionAllowed 
  #:unauthVotingAllowed unauthVotingAllowed 
  #:videoSubmissionAllowed videoSubmissionAllowed 
  #:name name 
  #:description description 
  #:kind kind 
  #:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  seriesId : string?
  id : string? = 'N/A
  anonymousSubmissionAllowed : string? = 'N/A
  counters : string? = 'N/A
  numTopics : string? = 'N/A
  rules : string? = 'N/A
  unauthSubmissionAllowed : string? = 'N/A
  unauthVotingAllowed : string? = 'N/A
  videoSubmissionAllowed : string? = 'N/A
  name : string? = 'N/A
  description : string? = 'N/A
  kind : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Updates the specified series. This method supports patch semantics.

seriesId: The decimal ID of the Series.

id:

anonymousSubmissionAllowed:

counters:

numTopics:

rules:

unauthSubmissionAllowed:

unauthVotingAllowed:

videoSubmissionAllowed:

name:

description:

kind:

procedure

(moderator-series-update 
  #:seriesId seriesId 
  [#:id id 
  #:anonymousSubmissionAllowed anonymousSubmissionAllowed 
  #:counters counters 
  #:numTopics numTopics 
  #:rules rules 
  #:unauthSubmissionAllowed unauthSubmissionAllowed 
  #:unauthVotingAllowed unauthVotingAllowed 
  #:videoSubmissionAllowed videoSubmissionAllowed 
  #:name name 
  #:description description 
  #:kind kind 
  #:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  seriesId : string?
  id : string? = 'N/A
  anonymousSubmissionAllowed : string? = 'N/A
  counters : string? = 'N/A
  numTopics : string? = 'N/A
  rules : string? = 'N/A
  unauthSubmissionAllowed : string? = 'N/A
  unauthVotingAllowed : string? = 'N/A
  videoSubmissionAllowed : string? = 'N/A
  name : string? = 'N/A
  description : string? = 'N/A
  kind : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Updates the specified series.

seriesId: The decimal ID of the Series.

id:

anonymousSubmissionAllowed:

counters:

numTopics:

rules:

unauthSubmissionAllowed:

unauthVotingAllowed:

videoSubmissionAllowed:

name:

description:

kind:

4.1 responses

procedure

(moderator-responses-list #:seriesId seriesId 
  #:submissionId submissionId 
  [#:sort sort 
  #:author author 
  #:q q 
  #:hasAttachedVideo hasAttachedVideo 
  #:max-results max-results 
  #:start-index start-index 
  #:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  seriesId : string?
  submissionId : string?
  sort : string? = 'N/A
  author : string? = 'N/A
  q : string? = 'N/A
  hasAttachedVideo : string? = 'N/A
  max-results : string? = 'N/A
  start-index : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Lists or searches the responses for the specified submission within the specified series and returns the search results.

seriesId: The decimal ID of the Series.

submissionId: The decimal ID of the Submission within the Series.

sort: Sort order.

author: Restricts the results to submissions by a specific author.

q: Search query.

hasAttachedVideo: Specifies whether to restrict to submissions that have videos attached.

max-results: Maximum number of results to return.

start-index: Index of the first result to be retrieved.

procedure

(moderator-responses-insert 
  #:seriesId seriesId 
  #:topicId topicId 
  #:parentSubmissionId parentSubmissionId 
  [#:anonymous anonymous 
  #:unauthToken unauthToken 
  #:id id 
  #:author author 
  #:attribution attribution 
  #:vote vote 
  #:geo geo 
  #:counters counters 
  #:attachmentUrl attachmentUrl 
  #:topics topics 
  #:translations translations 
  #:created created 
  #:kind kind 
  #:text text 
  #:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  seriesId : string?
  topicId : string?
  parentSubmissionId : string?
  anonymous : string? = 'N/A
  unauthToken : string? = 'N/A
  id : string? = 'N/A
  author : string? = 'N/A
  attribution : string? = 'N/A
  vote : string? = 'N/A
  geo : string? = 'N/A
  counters : string? = 'N/A
  attachmentUrl : string? = 'N/A
  topics : string? = 'N/A
  translations : string? = 'N/A
  created : string? = 'N/A
  kind : string? = 'N/A
  text : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Inserts a response for the specified submission in the specified topic within the specified series.

seriesId: The decimal ID of the Series.

topicId: The decimal ID of the Topic within the Series.

parentSubmissionId: The decimal ID of the parent Submission within the Series.

anonymous: Set to true to mark the new submission as anonymous.

unauthToken: User identifier for unauthenticated usage mode

id:

author:

attribution:

vote:

geo:

counters:

attachmentUrl:

topics:

translations:

created:

kind:

text:

4.2 featured

5 Resources

5.1 global

6 Resources

6.1 my

7 Resources

7.1 myrecent

8 Resources

8.1 profiles

procedure

(moderator-profiles-get [#:alt alt    
  #:fields fields    
  #:key key    
  #:oauth_token oauth_token    
  #:prettyPrint prettyPrint    
  #:quotaUser quotaUser    
  #:userIp userIp])  jsexpr?
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Returns the profile information for the authenticated user.

procedure

(moderator-profiles-patch [#:id id    
  #:attribution attribution    
  #:kind kind    
  #:alt alt    
  #:fields fields    
  #:key key    
  #:oauth_token oauth_token    
  #:prettyPrint prettyPrint    
  #:quotaUser quotaUser    
  #:userIp userIp])  jsexpr?
  id : string? = 'N/A
  attribution : string? = 'N/A
  kind : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Updates the profile information for the authenticated user. This method supports patch semantics.

id:

attribution:

kind:

procedure

(moderator-profiles-update [#:id id    
  #:attribution attribution    
  #:kind kind    
  #:alt alt    
  #:fields fields    
  #:key key    
  #:oauth_token oauth_token    
  #:prettyPrint prettyPrint    
  #:quotaUser quotaUser    
  #:userIp userIp])  jsexpr?
  id : string? = 'N/A
  attribution : string? = 'N/A
  kind : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Updates the profile information for the authenticated user.

id:

attribution:

kind:

8.2 tags

procedure

(moderator-tags-list #:seriesId seriesId    
  #:submissionId submissionId    
  [#:alt alt    
  #:fields fields    
  #:key key    
  #:oauth_token oauth_token    
  #:prettyPrint prettyPrint    
  #:quotaUser quotaUser    
  #:userIp userIp])  jsexpr?
  seriesId : string?
  submissionId : string?
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Lists all tags for the specified submission within the specified series.

seriesId: The decimal ID of the Series.

submissionId: The decimal ID of the Submission within the Series.

procedure

(moderator-tags-insert #:seriesId seriesId    
  #:submissionId submissionId    
  [#:id id    
  #:kind kind    
  #:text text    
  #:alt alt    
  #:fields fields    
  #:key key    
  #:oauth_token oauth_token    
  #:prettyPrint prettyPrint    
  #:quotaUser quotaUser    
  #:userIp userIp])  jsexpr?
  seriesId : string?
  submissionId : string?
  id : string? = 'N/A
  kind : string? = 'N/A
  text : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Inserts a new tag for the specified submission within the specified series.

seriesId: The decimal ID of the Series.

submissionId: The decimal ID of the Submission within the Series.

id:

kind:

text:

procedure

(moderator-tags-delete #:seriesId seriesId    
  #:submissionId submissionId    
  #:tagId tagId    
  [#:alt alt    
  #:fields fields    
  #:key key    
  #:oauth_token oauth_token    
  #:prettyPrint prettyPrint    
  #:quotaUser quotaUser    
  #:userIp userIp])  jsexpr?
  seriesId : string?
  submissionId : string?
  tagId : string?
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Deletes the specified tag from the specified submission within the specified series.

seriesId: The decimal ID of the Series.

submissionId: The decimal ID of the Submission within the Series.

tagId: