GET api/Generic?id_branch={id_branch}&id_pos={id_pos}&id_block={id_block}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id_branch | globally unique identifier |
Required |
|
| id_pos | globally unique identifier |
Required |
|
| id_block | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of struct_get| Name | Description | Type | Additional information |
|---|---|---|---|
| object_name | string |
None. |
|
| list_objects | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"object_name": "sample string 1",
"list_objects": [
{
"$id": "2"
},
{
"$id": "3"
}
]
},
{
"$ref": "1"
}
]