everyaction.services.CustomFields¶
- class everyaction.services.CustomFields(ea: EAClient)¶
Represents the Custom Fields service.
Methods
get(field_id, /)list(**kwargs)See GET /customFields.
- get(field_id: int, /) CustomField¶
See GET /customFields/customFieldId.
- Parameters
field_id – The customFieldId path parameter.
- Returns
The resulting
CustomFieldobject.
- list(**kwargs: EAValue) List[CustomField]¶
See GET /customFields.
- Parameters
kwargs – The applicable query arguments and JSON data for the request.
- Returns
List of the resulting
CustomFieldobjects.- Keyword Arguments
customFieldsGroupType (custom_fields_group_type, group_type, type)