API Guide

Table Of Contents
HTTP Status Code Reason
403 User doesn't have privileges to access this
operation
404 Server not found
500 Server Internal Error, contact your system
administrator
/ServiceTemplate/
Desciption
Retrieve all ServiceTemplates with filter, sort, paginate which returns Array of ServiceTemplate.class
Method
get
Response Class
[ ServiceTemplate ]
Response Content-Type: application/xml, application/json
Parameters
Table 173. Parameters
Parameter Value Description Default Value Parameter
Type
Data Type
sort N/A Supported sort
columns are:
name,createdB
y,createdDate,u
pdatedBy,updat
edDate
N/A query string
filter N/A Supported filter
columns are:
name,draft,crea
tedBy,updatedB
y,createdDate,u
pdatedDate
N/A query array
offset N/A Pagination
Offset
0 query integer
limit N/A Page Limit 50 query integer
full N/A Full or Brief false query boolean
97