Workday

Note

Source ingénierie : api/documentation/client/reference/connectors/workday.md

Workday REST et rapports custom : OAuth2 client credentials ou refresh_token (lecture seule V1).

Identité

  • type : api

  • subType : workday

  • ConnectorFactory : oui

Credentials

  • tenant_url (oui) : URL de base services

  • client_id / client_secret (cond.) : OAuth

  • refresh_token (cond.) : alternative au client credentials

  • token_url / tenant (non)

client_id + client_secret, ou refresh_token.

end_scope

  • endpoint (cond.) : chemin REST relatif ou URL absolue

  • report_url (cond.) : URL de rapport custom (alternative à endpoint)

  • method / params / body (non)

Méthodes

  • extract_data : REST → DataFrame (Report_Entry / data / value).

  • load_data : non implémenté (lecture seule V1).

  • get_data : JSON string.

Voir aussi