Description
Each resource is a structure. The structures are structured like a tree represented on each structure with a link to the parent structure.
| URI | <url_de_base>/api/feed/structures |
|---|---|
| Category | http://schemas.holydis.com/tsq/2010#structure |
| Available in writing | No |
Specific settings
| Setting | Description |
|---|---|
| parent | Filters the structures with the URI specified as a parent structure |
Elements
| Element | Description |
|---|---|
| title | Label. |
| codeStructure | Code. |
| calendrier | Default calendar. |
| parent? | Parent structure. If it is not specified it is the root structure. |
Examples of requests
Reading
Read all structures
GET /[URI_de_base]/api/feed/structures
Read the structure whose database identifier is 11000
GET /[URI_de_base]/api/feed/structures/11000
Example of XML request results
Example of JSON request results
Read all the structures that have a parent structure whose database identifier is 11000
GET /[URI_de_base]/api/feed/structures?parent=11000
Comments
0 comments
Please sign in to leave a comment.