DocumentTemplateSearch
Search document templates based on filters.
See: DocumentTemplate
| Column | Type | Size | Table | Description |
|---|---|---|---|---|
recNo |
long |
documentTemplate |
||
summaryCount |
int |
documentTemplate |
||
createDateTime |
DateTimeOffset |
documentTemplate |
||
lastModifiedDateTime |
DateTimeOffset |
documentTemplate |
||
name |
string |
128 | documentTemplate |
|
description |
string |
512 | documentTemplate |
|
appUser_recNo |
long |
documentTemplate |
||
activeStatus |
bool |
documentTemplate |
||
area |
short |
documentTemplate |
Trip = 1, ClientProfile = 2, Person = 3 | |
documentType |
short |
documentTemplate |
Email = 1, ESign = 2, DocumentAcknowledgement = 3 |
| Parameter | Type | Linked Column | Description |
|---|---|---|---|
recNo [inherited] |
NumSearchParam |
recNo |
|
startingRow [inherited] |
long |
||
rowCount [inherited] |
long |
||
topRows [inherited] |
long |
||
distinct [inherited] |
bool |
||
createDateTimeFrom [inherited] |
DateTimeUTCSearchParam |
||
createDateTimeTo [inherited] |
DateTimeUTCSearchParam |
||
modifiedDateTimeFrom [inherited] |
DateTimeUTCSearchParam |
||
modifiedDateTimeTo [inherited] |
DateTimeUTCSearchParam |
||
includeCols [inherited] |
string[] |
||
includeColsExtended [inherited] |
includeColsExtended[] |
||
baseUrl [inherited] |
string |
||
reportFormat [inherited] |
bool |
||
reportName [inherited] |
string |
||
queryOptimizerFlags [inherited] |
[int<int>] |
Recompile = 1 | |
name |
StringSearchParam |
name |
|
activeStatus |
bool |
activeStatus |
|
area |
[short<short>] |
area |
Trip = 1, ClientProfile = 2, Person = 3 |
documentType |
[short<short>] |
documentType |
Email = 1, ESign = 2, DocumentAcknowledgement = 3 |
| Status code | Description |
|---|---|
| 200 | Ok |
| 401 | Unauthorized |
| 403 | Forbidden |
AssemblyVersion: 1.5.6.5
References to DocumentTemplateSearch
See: Swagger
Developer Portal