GET api/Generic?id_branch_f={id_branch_f}&id_pos_f={id_pos_f}&id_block_f={id_block_f}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id_branch_f

globally unique identifier

Required

id_pos_f

globally unique identifier

Required

id_block_f

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of struct_get
NameDescriptionTypeAdditional 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"
  }
]