Back to Salary Account

GET Method Details for GetEmployeePostingsAggregation.

Get employee postings' aggregation by salary account

Definition

https://app[x].timelog.com/[account name]/api/v{version}/salary-account/{salaryAccountId}/aggregation

Parameters

  • salaryAccountId integer The salary account identifier.
  • version string The requested API version
  • userId integer The user identifier. Omit this parameter to return all users.
  • balanceDate string The balance date of a salary account

Returns

  • [200] A list of employee postings' aggregation by salary account
  • [401] Invalid authentication token
  • [500] Employee postings' aggregation could not be retrieved
    • Code integer Gets the code.
    • Details array Gets the details.
    • Message string Gets the message.
    • Parameters string Gets the parameters.
    • Url string Gets the URL.
    {
      "Code": 0,
      "Details": "",
      "Message": "",
      "Parameters": "",
      "Url": ""
    }