everyaction.services.Notes

class everyaction.services.Notes(ea: EAClient)

Represents the Notes service.

Methods

categories()

See GET /notes/categories/{noteCategoryId}.

category(category_id, /)

See GET /notes/categories.

category_types()

See GET /notes/categoryTypes.

categories() List[NoteCategory]

See GET /notes/categories/{noteCategoryId}.

Returns

List of the resulting NoteCategory objects.

category(category_id: int, /) NoteCategory

See GET /notes/categories.

Parameters

category_id – The noteCategoryId path parameter.

Returns

The resulting NoteCategory object.

category_types() List[str]

See GET /notes/categoryTypes.

Returns

List of the names of the category types.