Todos


Attributes

Attribute Type Description
Read-only attribute
id Integer Unique identifier in Fakturoid
Read-only attribute
name String Todo name
Read-only attribute
created_at DateTime Date and time of todo creation
Read-only attribute
completed_at DateTime Date and time of todo completion
Read-only attribute
text String Todo text
Read-only attribute
related_objects Object Attributes of objects related to the todo
Read-only attribute
params Object Parameters with details about todo, specific for each type of todo
Attribute Type Description
Read-only attribute
type String Type of the object related to the todo
Values:Invoice, Subject, Expense, Generator, RecurringGenerator, ExpenseGenerator
Read-only attribute
id Integer ID of the object related to todo
  • Required attribute
    Required attribute (must always be present).
  • Read-only attribute
    Read-only attribute (cannot be changed).
  • Write-only attribute
    Write-only attribute (will not be returned).
  • Unmarked attributes are optional and can be omitted during request.

Todos Index

If query parameter since is not valid date time format (ISO 8601) the server will respond with 400 Bad Request.

Todo Toggle Completion