Description: Get the list of rules categories for a regulation (related to token owner permissions)
Ratelimit: 5 per 10s
Permission: rules.read

Required parameters
Name Type Description
serverId number The server id
Query parameters
Name Type Description Default
regulation string The regulation id
Available codes
Status Code Description
200 OK The request has been successfully completed
400 INVALID_REGULATION The value doesn't follow the requirements
400 INVALID_SERVER_ID The server id is invalid
401 UNAUTHORIZED The token is invalid or expired
403 ACCESS_DENIED The token or the author does not have the required permissions
403 DISCORD_CONNECTION_REQUIRED You need a Discord account link to your Steam Account to access to the route
404 SERVER_NOT_FOUND The server does not exist
500 INTERNAL_ERROR An internal error has occured
Response structure
  • code: "OK"
  • data[]:
    • name: string
    • id: string
    • createdAt: string
    • updatedAt: string
    • regulation:
      • name: string
      • id: string
      • createdAt: string
      • updatedAt: string

Description: Get the list of rules sub categories for a category (related to token owner permissions)
Ratelimit: 5 per 10s
Permission: rules.read

Required parameters
Name Type Description
serverId number The server id
Query parameters
Name Type Description Default
regulation string The regulation id
category string The category id
Available codes
Status Code Description
200 OK The request has been successfully completed
400 INVALID_CATEGORY The value doesn't follow the requirements
400 INVALID_REGULATION The value doesn't follow the requirements
400 INVALID_SERVER_ID The server id is invalid
401 UNAUTHORIZED The token is invalid or expired
403 ACCESS_DENIED The token or the author does not have the required permissions
403 DISCORD_CONNECTION_REQUIRED You need a Discord account link to your Steam Account to access to the route
404 SERVER_NOT_FOUND The server does not exist
500 INTERNAL_ERROR An internal error has occured
Response structure
  • code: "OK"
  • data[]:
    • name: string
    • id: string
    • createdAt: string
    • updatedAt: string
    • category:
      • name: string
      • id: string
      • createdAt: string
      • updatedAt: string
      • regulation:
        • name: string
        • id: string
        • createdAt: string
        • updatedAt: string

Description: Get the list of rules for a sub category (related to token owner permissions)
Ratelimit: 5 per 10s
Permission: rules.read

Required parameters
Name Type Description
serverId number The server id
Query parameters
Name Type Description Default
regulation string The regulation id
category string The category id
subCategory string The sub category id
Available codes
Status Code Description
200 OK The request has been successfully completed
400 INVALID_CATEGORY The value doesn't follow the requirements
400 INVALID_REGULATION The value doesn't follow the requirements
400 INVALID_SERVER_ID The server id is invalid
400 INVALID_SUB_CATEGORY The value doesn't follow the requirements
401 UNAUTHORIZED The token is invalid or expired
403 ACCESS_DENIED The token or the author does not have the required permissions
403 DISCORD_CONNECTION_REQUIRED You need a Discord account link to your Steam Account to access to the route
404 SERVER_NOT_FOUND The server does not exist
500 INTERNAL_ERROR An internal error has occured
Response structure
  • code: "OK"
  • data[]:
    • content: string
    • id: string
    • createdAt: string
    • updatedAt: string
    • subCategory:
      • name: string
      • id: string
      • createdAt: string
      • updatedAt: string
      • category:
        • name: string
        • id: string
        • createdAt: string
        • updatedAt: string
        • regulation:
          • name: string
          • id: string
          • createdAt: string
          • updatedAt: string

Description: Get the list of rules regulations (related to token owner permissions)
Ratelimit: 5 per 10s
Permission: rules.read

Required parameters
Name Type Description
serverId number The server id
Available codes
Status Code Description
200 OK The request has been successfully completed
400 INVALID_SERVER_ID The server id is invalid
401 UNAUTHORIZED The token is invalid or expired
403 ACCESS_DENIED The token or the author does not have the required permissions
403 DISCORD_CONNECTION_REQUIRED You need a Discord account link to your Steam Account to access to the route
404 SERVER_NOT_FOUND The server does not exist
500 INTERNAL_ERROR An internal error has occured
Response structure
  • code: "OK"
  • data[]:
    • name: string
    • id: string
    • createdAt: string
    • updatedAt: string