Skip to main content
GET
/
entities
/
{entityId}
/
insights
/
employees
Get employees
curl --request GET \
  --url https://api.syntage.com/entities/{entityId}/insights/employees \
  --header 'X-API-Key: <api-key>'
{
  "data": [
    {
      "total": 5,
      "metric": 5,
      "date": "202408",
      "dateLabel": "2024/Aug",
      "startDate": "2024-08-01",
      "dimension": "total",
      "label": "total"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.syntage.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Your API key is available in the Production and Sandbox dashboards.

Path Parameters

entityId
string<uuid>
required

Query Parameters

options[from]
string<date-time>

Filter by invoice issuing date (greater than)

options[to]
string<date-time>

Filter by invoice issuing date (less than)

options[periodicity]
enum<string>
default:monthly

The data set is grouped by this field

Available options:
daily,
weekly,
monthly,
quarterly,
yearly

Response

Employees

data
object[]

Employee counts per period