List feature group templates for feature groups associated with the project.
REQUIRED | KEY | TYPE | DESCRIPTION |
---|---|---|---|
Yes | projectId | str | Unique string identifier to limit to templates associated with this project, e.g. templates associated with feature groups in this project. |
No | limit | int | Maximum number of templates to be retrieved. |
No | startAfterId | str | Offset parameter to exclude all templates till the specified feature group template ID. |
No | shouldIncludeAllSystemTemplates | bool | If True, will include built-in templates. |
KEY | TYPE | DESCRIPTION |
---|---|---|
success | Boolean | true if the call succeeded, false if there was an error |
result | list[FeatureGroupTemplate] |
TYPE | WHEN |
---|---|
DataNotFoundError |
|
DataNotFoundError |
|