PayrollAu
Retrieves superfunds
get/Superfunds
Query parameters
wherestring
Filter by an any element
orderstring
Order by an any element
pageinteger
e.g. page=1 – Up to 100 SuperFunds will be returned in a single API call
Headers
If-Modified-Sincestring date-time
Only records created or modified since this timestamp will be returned
Response
search results matching criteria
Example response
{
"SuperFunds": [
{
"SuperFundID": "bfac31bd-ea62-4fc8-a5e7-7965d9504b15",
"Name": "MLC Navigator Retirement Plan - Superannuation Service (including Series 2) (MLC Superannuation Fund)",
"AccountName": "Money account",
"UpdatedDateUTC": "/Date(1583967733054+0000)/"
}
]
}