application/json

Body Required

  • company string

    Reference to the company

  • filters object

    Filters to apply to the export

Responses

  • 200 application/json

    Export initiated

    Hide response attributes Show response attributes object
    • message string

      Success message

    • package object

      Package information

  • 403

    Non autorisé - Droits insuffisants pour exporter les absences

POST /export/absences
curl \
 --request POST 'https://wuro.pro/api/v3.2/export/absences' \
 --header "X-APP-ID: $API_KEY" \
 --header "X-APP-SECRET: $API_KEY" \
 --header "Content-Type: application/json" \
 --data '{"company":"string","filters":{}}'
Request examples
{
  "company": "string",
  "filters": {}
}
Response examples (200)
{
  "message": "string",
  "package": {}
}