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": "a1fafc0d-bfab-4d4a-8e0e-e0f34e342805",
    "pos_name": "sample string 2",
    "id_pos_sesion": "41445cf9-21b5-45d1-bcc5-631af8febe8c",
    "date_tax": "2026-03-10T09:45:17.841093+01:00",
    "list_pos": [
      {
        "$id": "2",
        "id_pos": "7ab18521-8d29-468f-a273-e7226681a32a",
        "pos_name": "sample string 2",
        "id_pos_sesion": "9f5e83d9-3d45-4557-add9-3f31a4943185",
        "date_open": "2026-03-10T09:45:17.841093+01:00",
        "date_close": "2026-03-10T09:45:17.841093+01:00",
        "is_close": true
      },
      {
        "$ref": "2"
      }
    ],
    "list_users": [
      {
        "$id": "3",
        "id_user": "09f2b523-f0f7-4ae4-99df-eb924a3a109f",
        "first_name": "sample string 2",
        "last_name": "sample string 3",
        "id_user_profile": "c31cd181-9162-414e-89bd-cd4c51b06581",
        "profile_name": "sample string 5",
        "nif": "sample string 6",
        "external_id": "sample string 7",
        "type_users": 8
      },
      {
        "$ref": "3"
      }
    ]
  },
  {
    "$ref": "1"
  }
]