Description
Each resource is an action from a user activity tracking.
| URI | <uri_utilisateurs>/suivisActivite |
|---|---|
| Category | http://schemas.holydis.com/tsq/2010#suiviActivite |
| Available for writing | No |
Elements
| Element | Description |
|---|---|
| application | Application. |
| dateAction | Date of the action. |
| methodeAction | Method of action. |
| msgErreur | Possible error message. |
| natureAction | Nature of the action. |
| nomUtilisateur | Username. |
| objetAction | Object of the action. |
| parametresAction | Parameters of the action. |
| resultatAction | Result of the action. |
| session | Session. |
| uriAction | Action uri. |
Examples of requests
Reading
Read all actions of the activity tracking for a user whose database identifier is 18000 over a given period (from 29/06/2022 to 30/06/2022)
GET /[URI_de_base]/api/feed/utilisateurs/18000/suivisActivite?datetime-min=2022-06-29&datetime-max=2022-06-30
Read the action of the activity tracking whose database identifier is 1022031 for the user whose database identifier is 18000
GET /[URI_de_base]/api/feed/utilisateurs/18000/suivisActivite/1022031
Example of request XML results
Example of request JSON results
Functional error messages
- Error 400 La période saisie ne doit pas excéder trois mois
- Error 404 Introuvable : [COMPOSANT]
Comments
0 comments
Please sign in to leave a comment.