FormTemplateSearchRequest
org.sagebionetworks.repo.model.dataaccess.schema.FormTemplateSearchRequest
A request body to search form templates. Only the latest versions of form templates can be retrieved.
| Field | Type | Description |
|---|---|---|
| name | STRING | Filter by the internal name of the FormTemplate using case-insensitive substring matching. |
| includeDeprecated | BOOLEAN | Whether to include deprecated templates in the results. Default is 'false'. |
| nextPageToken | STRING | A token used to get the next page of a request. |