FreshBooks

Search


API Calls

Resources

Staff

Staff have access to the API calls listed below, but only for their own staff_id.

staff.get

Return the complete staff details associated with the given staff_id.

Request

<?xml version="1.0" encoding="utf-8"?>

  2

Response

<?xml version="1.0"?>

  
    2
    staff1
    test
    test2
    jsmith@abcorp.com
    (123) 456-7890
    (123) 456-7890
    0
    2008-11-20 13:26:00
    13
    2008-10-22 13:57:00
    123 ABC Street
    
    Toronto
    Ontario
    Canada
    M1M 1A1
  
	

staff.list

Returns a list of staff.

Request

<?xml version="1.0" encoding="utf-8"?>


Response

<?xml version="1.0" encoding="utf-8"?>

  
    
      1
      admin
      
      abcorp
      abc@abcorp.com
    

    
      2
      staff1
      John
      Smith
      jsmith@abcorp.com
    
    ...