Options
All
  • Public
  • Public/Protected
  • All
Menu

Expenses query parameters

Hierarchy

Index

Properties

client_id

client_id: number

Only return expenses belonging to the client with the given ID. Type: integer.

from

from: string

Only return expenses with an issue_date on or after the given date. Type: date

is_billed

is_billed: boolean

Pass true to only return expenses that have been invoiced and false to return expenses that have not been invoiced.

Optional page

page: number

The page number to use in pagination. Type: integer Default: 1 Range: 1 or more

Optional per_page

per_page: number

The number of records to return per page. Type: integer Default: 100 Range: 1 to 100

project_id

project_id: number

Only return expenses associated with the project with the given ID. Type: integer.

to

to: string

Only return expenses with an issue_date on or before the given date. Type: date

updated_since

updated_since: string

Pass true to only return active expenses and false to return inactive expenses Type: datetime.

user_id

user_id: number

Only return expenses belonging to the user with the given ID. Type: integer.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc