ProjectAttributeTemplatesApi class
Methods
-
apiV2ProjectsProjectIdAttributesTemplatesSearchPost(String projectId, {int? skip, int? take, String? orderBy, String? searchField, String? searchValue, ProjectCustomAttributesTemplatesFilterModel? projectCustomAttributesTemplatesFilterModel})
→ Future<List<ProjectCustomAttributeTemplateGetModel>?>
-
Search for custom attributes templates
-
apiV2ProjectsProjectIdAttributesTemplatesSearchPostWithHttpInfo(String projectId, {int? skip, int? take, String? orderBy, String? searchField, String? searchValue, ProjectCustomAttributesTemplatesFilterModel? projectCustomAttributesTemplatesFilterModel})
→ Future<Response>
-
Search for custom attributes templates
-
apiV2ProjectsProjectIdAttributesTemplatesTemplateIdDelete(String projectId, String templateId)
→ Future<void>
-
Delete CustomAttributeTemplate from Project
-
apiV2ProjectsProjectIdAttributesTemplatesTemplateIdDeleteWithHttpInfo(String projectId, String templateId)
→ Future<Response>
-
Delete CustomAttributeTemplate from Project
-
apiV2ProjectsProjectIdAttributesTemplatesTemplateIdPost(String projectId, String templateId)
→ Future<void>
-
Add CustomAttributeTemplate to Project
-
apiV2ProjectsProjectIdAttributesTemplatesTemplateIdPostWithHttpInfo(String projectId, String templateId)
→ Future<Response>
-
Add CustomAttributeTemplate to Project
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited