Canny

This contains APIs required for the creation of Canny tickets

create Canny Post for given user

Securityx-api-key
Request
query Parameters
accountIdentifier
required
string

Account Identifier for the Entity.

Request Body schema: */*
email
required
string

emailId for user creating post

name
required
string

name of user creating post

title
required
string

title of the post

details
required
string

details of the post

boardId
required
string

boardId where post must be created

Responses
400

Bad Request

500

Internal Server Error

default

create Canny Post for given user

post/ng/api/canny/post
Request samples
Response samples
{
  • "status": "SUCCESS",
  • "code": "DEFAULT_ERROR_CODE",
  • "message": "string",
  • "correlationId": "string",
  • "errors": [
    ]
}

create Canny Post for given user

Securityx-api-key
Request
query Parameters
accountIdentifier
required
string

Account Identifier for the Entity.

Request Body schema: */*
email
required
string

emailId for user creating post

name
required
string

name of user creating post

title
required
string

title of the post

details
required
string

details of the post

boardId
required
string

boardId where post must be created

categoryId
required
string

categoryId where post must be created

Responses
400

Bad Request

500

Internal Server Error

default

create Canny Post for given user

post/ng/api/canny/postV2
Request samples
Response samples
{
  • "status": "SUCCESS",
  • "code": "DEFAULT_ERROR_CODE",
  • "message": "string",
  • "correlationId": "string",
  • "errors": [
    ]
}

Get a list of boards available on Canny

Securityx-api-key
Request
query Parameters
accountIdentifier
required
string

Account Identifier for the Entity.

Responses
400

Bad Request

500

Internal Server Error

default

Get a list of boards available on Canny

get/ng/api/canny/boards
Request samples
Response samples
{
  • "status": "SUCCESS",
  • "code": "DEFAULT_ERROR_CODE",
  • "message": "string",
  • "correlationId": "string",
  • "errors": [
    ]
}

Get a list of categories available for a board in Canny

Securityx-api-key
Request
query Parameters
accountIdentifier
required
string

Account Identifier for the Entity.

Responses
400

Bad Request

500

Internal Server Error

default

Get a list of categories available for a board in Canny

get/ng/api/canny/categories
Request samples
Response samples
{
  • "status": "SUCCESS",
  • "code": "DEFAULT_ERROR_CODE",
  • "message": "string",
  • "correlationId": "string",
  • "errors": [
    ]
}