GET api/Tt_Pos_Sesion_Users?pos_name={pos_name}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pos_name

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of sign_format_dto
NameDescriptionTypeAdditional information
id_pos

globally unique identifier

None.

pos_name

string

None.

id_pos_sesion

globally unique identifier

None.

date_tax

date

None.

list_pos

Collection of sign_format_dto_pos

None.

list_users

Collection of sign_format_dto_users

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "id_pos": "2565d1d1-ae9b-4fc5-a3ab-41eaf7868d11",
    "pos_name": "sample string 2",
    "id_pos_sesion": "e3f5055e-a25f-49a9-90c2-6bf6c6b2643c",
    "date_tax": "2026-07-08T06:20:24.3187016+02:00",
    "list_pos": [
      {
        "$id": "2",
        "id_pos": "e636df0d-74c4-4b73-88f9-b4dfd3c69b00",
        "pos_name": "sample string 2",
        "id_pos_sesion": "077cc09e-39f4-4d70-b830-d2484ed71faf",
        "date_open": "2026-07-08T06:20:24.3324336+02:00",
        "date_close": "2026-07-08T06:20:24.3324336+02:00",
        "is_close": true
      },
      {
        "$ref": "2"
      }
    ],
    "list_users": [
      {
        "$id": "3",
        "id_user": "736a35fe-07b7-4c3d-a981-74dd20409c2a",
        "first_name": "sample string 2",
        "last_name": "sample string 3",
        "id_user_profile": "0aa3fe71-b7ff-44c8-8343-bca599f9d55b",
        "profile_name": "sample string 5",
        "nif": "sample string 6",
        "external_id": "sample string 7",
        "type_users": 8
      },
      {
        "$ref": "3"
      }
    ]
  },
  {
    "$ref": "1"
  }
]