Description
Each resource is a task. A task is defined on a structure.
| URI | <url_de_base>/api/feed/taches |
|---|---|
| Category | http://schemas.holydis.com/tsq/2010#tache |
| Available for writing | No |
Specific settings
| Setting | Description |
|---|---|
| codeTache | Filters the tasks wuth the specific task code. |
Elements
| Element | Description |
|---|---|
| title | Label. |
| calendrier | Calendar. |
| code | Code. |
| codeExterne1 | External code 1. |
| codeExterne2 | External code 2. |
| couleur | Hexadecimal code of the colour. |
| disponibleImplantation |
The task is available for the assignment.
|
| modeSaisieCharge | Workload input mode. |
| noFamille | Preparation and finalization code. |
| origine | Structure on which the task is defined. |
| parent? | Parent task. |
| tacheRegroupement | Whether it is a grouping task or not. |
| teletravail |
The task is possible in telecomuting.
|
| typeCouverture | Type of coverage. |
Examples of requests
Reading
Read all tasks
GET /[URI_de_base]/api/feed/taches
Read the task whose database identifier is 11000
GET /[URI_de_base]/api/feed/taches/11000
Example of XML request results
Example of JSON request results
Read the task whose task code is TAC01
GET /[URI_de_base]/api/feed/taches?codeTache=TAC01
Comments
0 comments
Please sign in to leave a comment.