Description
Each resource is an import configuration. Enables to view the list of the configurations set up in the user interface without the setup details.
| URI | <url_de_base>/api/feed/import_config |
|---|---|
| Category | http://schemas.holydis.com/tsq/2010#import_config |
| Available for writing | No |
Specific settings
| Setting | Description |
|---|---|
| categorie | Filters import configurations of the specified category: PERSONNEL (staff import), CHARGES (workload import), ABSENCES (absences import), COMPTEURS (counters import), ACTIVITE (stored data import), PLANNING (schedules import), MODELES_HORAIRES (schedule patterns import), POINTAGES (pointings import), ADMINISTRATIFS (notifications import). |
| automatisable | Filters import configurations that can be automated (true) or not (false). |
Elements
| Element | Description |
|---|---|
| title | Import label. |
| type | Type of configuration. |
| categorie | Category of the imported data: PERSONNEL (staff import), CHARGES (workload import), ABSENCES (absences import), COMPTEURS (counters import), ACTIVITE (stored data import), PLANNING (schedules import), MODELES_HORAIRES (schedule patterns import), POINTAGES (pointings import), ADMINISTRATIFS (notifications import). |
| structure | Structure on which the configuration is defined. |
| automatisable | If the import configuration is automated (true) or not (false). |
Examples of requests
Reading
Read all the import configurations
GET /[URI_de_base]/api/feed/import_config
Read the import configuration whose database identifier is 650000
GET /[URI_de_base]/api/feed/import_config/650000
Example of request XML results
Example of request JSON results
Read the import configuration that can be automated
GET /[URI_de_base]/api/feed/import_config?automatisable=true
Read the import configuration that cannot be automated
GET /[URI_de_base]/api/feed/import_config?automatisable=false
Read the staff import configuration
GET /[URI_de_base]/api/feed/import_config?categorie=PERSONNEL
Read the workload import configuration
GET /[URI_de_base]/api/feed/import_config?categorie=CHARGES
Read the absences import configuration
GET /[URI_de_base]/api/feed/import_config?categorie=ABSENCES
Read the counters import configuration
GET /[URI_de_base]/api/feed/import_config?categorie=COMPTEURS
Read the stores data import configuration
GET /[URI_de_base]/api/feed/import_config?categorie=ACTIVITE
Read the schedule import configuration
GET /[URI_de_base]/api/feed/import_config?categorie=PLANNING
Read the schedule pattern import configuration
GET /[URI_de_base]/api/feed/import_config?categorie=MODELES_HORAIRES
Read the pointings import configuration
GET /[URI_de_base]/api/feed/import_config?categorie=POINTAGES
Read the notifications import configuration
GET /[URI_de_base]/api/feed/import_config?categorie=ADMINISTRATIFS
Comments
0 comments
Please sign in to leave a comment.