Read (GET) Historical Expense Transactions
Use this API to read all historical expense transactions. Customers with Project Planning will use these values as part of planning data.
To get historical expense transaction data:
Execute a GET command on the endpoint
https://{{url}}/historicalExpense
For example, here is a request submitted using cURL
curl --request GET \ --url 'https://{{url}}/historicalExpense' \ --header 'authorization: Bearer {{oauth_token}}' \ --header 'content-type: application/json'
A successful transaction file returns. The API does not filter the results so keep in mind that the size of the response can affect your application's performance depending on how you handle the data.
[ { "Period": 199903, "PostSeq": 0, "PKey": "8955", "WBS1": "1998001.00", "WBS2": " ", "WBS3": " ", "Account": "513.00", "Vendor": "", "Unit": "", "TransType": "CP", "TransDate": "2005-01-09T00:00:00.000", "BillExt": 0, "AmountProjectCurrency": -435, "ProjectCost": "N" } ]