Form Service API

Form Service API

A list of form and Xaas APIs.

This page describes the RESTful APIs for Form Service. The APIs facilitate CRUD operations on the various resources and entities used throughout Form service (Custom Resource , Form Definition etc.) and allow operations on them (creating custom resource type , fetch form status etc.).

Some of the APIs that list collections of resources also support OData like implementation. Below query params can be used across Form and XaaS entities.

Example:

  1. $orderby - returns a result with the rows being sorted by the values of provided attribute.

    /form-service/api/custom/resource-types?$orderby=name%20DESC

  2. page, size - page used in conjunction with size helps in pagination of resources.

    /form-service/api/custom/resource-types?page=0&size=20