GET /activities/allowed

e-conomic.com

Summary: Retrieve allowed activities
Operation ID: GetAllowedActivities
Auth: unknown
Description

Use this endpoint to get all the activities that the employee is allowed to register an entry on for a given project. Potential restrictions of registration are based on recording rules in the UI, which cannot be modified through the API. Add the employee number and project to your query parameter to obtain the allowed activities for registrations.

Parameters (2)

employeeNumber (integer, query, required)

The employee number.

Constraints: {'minimum': 1, 'maximum': 999999}

projectNumber (integer, query, required)

The project number.

Constraints: {'minimum': 1, 'maximum': 999999999}

No probe data for this endpoint yet.