GET Method Details for GetAll.
Get all expense types, with optional filtering by legal entity and status
Definition
https://app[x].timelog.com/[account name]/api/v{version}/expense-type/all/list
Parameters
- legalEntityId integer legal entity
- status integer An enum of ActiveStatus, can be all(-1), inactive(0) or active(1)
- version string The requested API version
Returns
- [200] A list of expense type
- [401] Invalid authentication token
-
[500] Request to GetAll has failed
- Code integer Gets the code.
- Details array Gets the details.
- DeveloperNote object
- Message string Gets the message.
- Parameters string Gets the parameters.
- Url string Gets the URL.