Find generatorTemplates
Get a generatorTemplate or all generatorTemplates. You may query using field filters with asterisk (*) wildcards. You may also optionally specify sort, limit, offset, and a list of fields to include in the response. The global default limit will apply if no limit param is specified.
Query parameters
Comma-delimited list of field names to include in the response.
Specify the sort order using a field name, e.g. '...?sort=name'. Prepend the field name with a minus sign to specify descending order, e.g. '...?sort=-name'.
Maximum number of records to return in the response; also useful for pagination in the UI.
Offset for paginating the response.
Filter by the generatorTemplate name; asterisk (*) wildcards ok.
Filter by the generatorTemplate version; asterisk (*) wildcards ok.
Comma-separated list of tags to include/exclude. Tag names are case-insensitive. For example, ?tags=FOO,BAR will only return aspects with tags FOO and BAR. Prefix each of the tag name with a negative sign to indicate that a aspect with that tag should be excluded. For example, ?tags=-BAZ,FOO will return only the aspects with tag name not equal to BAZ or FOO. A mix of tag names with and without minus signs, for example ?tags=BAZ,-FOO are not allowed. GeneratorTemplates without tags are not included in the include result set.
Filter by generatorTemplate isPublished (true|false)
Filter by time period when GeneratorTemplates were created.
Filter by time period when GeneratorTemplates were updated.
Response
Success, returns a list of generatorTemplates