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": "7e41be7e-b402-4811-bb70-ef18df09b706",
    "pos_name": "sample string 2",
    "id_pos_sesion": "e804fbcb-2519-44f3-8238-7716a4bff7f0",
    "date_tax": "2026-09-06T06:47:27.9186439+02:00",
    "list_pos": [
      {
        "$id": "2",
        "id_pos": "39a7b592-63da-4f42-9d1f-c6913ceb3d00",
        "pos_name": "sample string 2",
        "id_pos_sesion": "575932d6-9d79-404e-b47f-0e2de1dd43b5",
        "date_open": "2026-09-06T06:47:27.9186439+02:00",
        "date_close": "2026-09-06T06:47:27.9186439+02:00",
        "is_close": true
      },
      {
        "$ref": "2"
      }
    ],
    "list_users": [
      {
        "$id": "3",
        "id_user": "1ef99959-84d9-4c73-bb7b-7ddfdd489a2c",
        "first_name": "sample string 2",
        "last_name": "sample string 3",
        "id_user_profile": "e3891428-e79e-4831-b4b6-3c1ad908fbca",
        "profile_name": "sample string 5",
        "nif": "sample string 6",
        "external_id": "sample string 7",
        "type_users": 8
      },
      {
        "$ref": "3"
      }
    ]
  },
  {
    "$ref": "1"
  }
]