everyaction.services.CustomFields

class everyaction.services.CustomFields(ea: EAClient)

Represents the Custom Fields service.

Methods

get(field_id, /)

See GET /customFields/customFieldId.

list(**kwargs)

See GET /customFields.

get(field_id: int, /) CustomField

See GET /customFields/customFieldId.

Parameters

field_id – The customFieldId path parameter.

Returns

The resulting CustomField object.

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 CustomField objects.

Keyword Arguments