Description
Each resource is a stored data.
| URI | <url_de_base>/api/feed/donnees |
|---|---|
| Category | http://schemas.holydis.com/tsq/2010#donnee |
| Available for writing | No |
Specific settings
| Setting | Description |
|---|---|
| idStructure | Filters stored data created on the specified structure identifier. |
| idTache | Filters stored data created on the specified task identifier. |
Elements
| Element | Description |
|---|---|
| title | Label. |
| origine | Origin of the creation (structure or task). |
| tache? | Whether the stored data was created on the level of a task; its identifier. |
| structure? | Whether the stored data was created on the level of a structure; its identifier. |
| code | Code. |
| modeSaisie | Entry mode. |
| categorie | Category. |
| mesureProductivite? | Whether if a the stored data of productivity is related (in the case of an ACTIVITY-type). |
| mesurePrevisionActivite? | Whether if a the stored data of forecast activity is related (in the case of an ACTIVITY-type). |
| mesurePrevisionProductivite? | Whether if a the stored data of forecast productivity is related (in the case of an ACTIVITY-type). |
| mesureDispo? | Whether if a the stored data of availability is related (in the case of an ACTIVITY-type). |
| mesurePrevDispo? | Whether if a the stored data of forecast availability is related (in the case of an ACTIVITY-type). |
| mesurevaleursEnMinutes? | Whether the value is expressed in hour/minute. |
| idMesureTexteReference? | Identifier of the selected reference text data. |
| mesureCalculee? | Whether the stored data is calculated. |
| formule? | Formula of the calculated data. |
Examples of requests
Reading
Read all the stored data
GET /[URI_de_base]/api/feed/donnees
Read the stored data whose database identifier is 2003
GET /[URI_de_base]/api/feed/donnees/2003
Example of request XML results
Example of request JSON results
Read the stored data created on the structure whose database identifier is 16000
GET /[URI_de_base]/api/feed/donnees?idStructure=16000
Read the stored data created on the task whose database identifier is 1004
GET /[URI_de_base]/api/feed/donnees?idTache=1004
Comments
0 comments
Please sign in to leave a comment.