HTTP methods for RESTful services

Kissflow APIs use appropriate HTTP verbs for every action.

HTTP methodDescription
GETRetrieves a representation of a resource
POSTCreates new resources and performs resource actions
PUTUpdates resource data
DELETEDeletes resources

Request content types

The following data formats are supported by the API server when data is sent to it for POST and PUT operations. Any of the data formats can be used, provided the correct content type is set in the HTTP request header.

Request formatContent typeFile upload
JSONapplication/jsonNo
Multipart form datamultipart/form-dataYes