Skip to main content
GET
List eForm templates

Authorizations

Authorization
string
header
required

Swagger / Postman only: Client ID as username, Client secret as password. In Postman, set this once on the collection (Authorization → Basic Auth) so all requests inherit. For production server-to-server code, prefer X-OM-Auth-ID and X-OM-Auth-Key headers.

Query Parameters

pageNumber
integer<int32>

1-based page index (1–10000). Omit for page 1.

pageSize
integer<int32>

Page size (1–100). Omit for 50.

includeInactive
boolean
default:false

When true, includes inactive templates.

Filter template names (contains match).

Response

OK

items
object[] | null
pageNumber
integer<int32>
pageSize
integer<int32>
hasMore
boolean