Site

Site

APIDescription
GET api/site/map

Map

GET api/site/pages/key?value={value}

Page By Key

GET api/site/pages/resource?value={value}

Page By Resource

GET api/site/layout

Layout

Authentication

Authentication

APIDescription
POST api/auth/connect

Connect

POST api/auth/disconnect

Disconnect

File

File

APIDescription
GET api/file/sample?path={path}

Sample

GET api/file?path={path}

Get Authentication Token Required

GET api/file/temp?path={path}

Temp Authentication Token Required

GET api/file/pub?path={path}

Public No Authentication

GET api/file/pub/temp?path={path}

Public Temp No Authentication

Ticket

Support Ticket

APIDescription
POST api/support/tickets/list

Tickets

POST api/support/tickets/list-download

Download Tickets -Returns the url for a file to be downloaded (via controller api/file)

GET api/support/tickets/new

New Ticket

POST api/support/tickets/new-submit

New Ticket Submit

GET api/support/tickets/{ticketid}/edit

Edit Ticket

POST api/support/tickets/edit-submit

Edit Submit

GET api/support/tickets/{ticketid}/view

View

POST api/support/tickets/{ticketid}/action-reopen

Repon

POST api/support/tickets/{ticketid}/action-cancel

Cancel

POST api/support/tickets/{ticketid}/attachments

Add Attachment

DELETE api/support/tickets/{ticketid}/attachments/{attachmentid}

Remove Attachment

POST api/support/tickets/{ticketid}/messages/{messageid}/action-reply

Message Required Reply

POST api/support/tickets/{ticketid}/messages/action-send

Message Send

POST api/support/tickets/{ticketid}/messages/{messageid}/attachments

Add Message Attachments

DELETE api/support/tickets/{ticketid}/messages/{messageid}/attachments/{attachmentid}

Remove Message Attachment