Skip to content

Post

Support case post management.


Create

Endpoint

1
POST /post/create

Authorized User Role

1
user

Request Body

Field Type Required Default Role
accountId string support
attachments array
author string
message string
ticketId string yes

Response

Field Type
accountId string
attachments array
author string
message string
id string
ticketId string

Download

Endpoint

1
POST /post/download

Authorized User Role

1
user

Request Body

Field Type Required Role
accountId string support
id string yes
key string yes

Response

A download URL.


Find

Endpoint

1
POST /post/find

Authorized User Role

1
user

Request Body

Field Type Role
accountId string support
id string
ticketId string

Query String Options

Field Type
hidden boolean
filter string
limit number
next object
prev object
index string
where string
log boolean

Response

Paged response.

Field Type Notes
data array An array of metrics each containing an array of metric with the following properties.
next string Paged cursor to use for the next page of items.
prev string Pages cursor to use for the previous page of items.

Post

An array of Post items.

Field Type
accountId string
attachments array
author string
message string
id string
ticketId string

Get

Endpoint

1
POST /post/get

Authorized User Role

1
user

Request Body

Field Type Required
id string yes
ticketId string

Query String Options

Field Type
hidden boolean
filter string
limit number
next object
prev object
index string
where string
log boolean

Response

Field Type
accountId string
attachments array
author string
message string
id string
ticketId string

Init

Endpoint

1
POST /post/init

Authorized User Role

1
user

Request Body

A object.

Response

Field Type
accountId string
attachments array
author string
message string
id string
ticketId string

Remove

Endpoint

1
POST /post/remove

Authorized User Role

1
support

Request Body

Field Type Required
id string yes
accountId string yes
ticketId string yes

Query String Options

Field Type
hidden boolean
filter string
limit number
next object
prev object
index string
where string
log boolean