Read (GET) Historical Overhead Transactions

Use this API to read project historical overhead information.

To get historical overhead transaction data:

Execute a GET command on the endpoint https://{{url}}/historicalOverhead.

For example, here is a request submitted using cURL:

curl --request GET \
--url 'https://{{url}}/historicalOverhead' \
--header 'authorization: Bearer {{oauth_token}}' \
--header 'content-type: application/json'
[
    {
        "WBS1": "2000001.00",
        "WBS2": "01A",
        "WBS3": " ",
        "Period": 200504,
        "RegOHProjectCurrency": 8572.8
    }
]​