GET api/Tt_Pos_Sesion_Users?id_pos_sesion_u={id_pos_sesion_u}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id_pos_sesion_u | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of sp_Pos_Sesion_Users_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| first_name | string |
None. |
|
| last_name | string |
None. |
|
| external_id | string |
None. |
|
| nif | string |
None. |
|
| id_user_profile | globally unique identifier |
None. |
|
| profile_name | string |
None. |
|
| id_pos | globally unique identifier |
None. |
|
| id_pos_type | globally unique identifier |
None. |
|
| pos_type | string |
None. |
|
| date_tax | date |
None. |
|
| id_pos_sesion | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": "1f7cc301-4525-4c4a-8b85-096b8c6d36a6",
"first_name": "sample string 1",
"last_name": "sample string 2",
"external_id": "sample string 3",
"nif": "sample string 4",
"id_user_profile": "436f9322-93e8-49e5-b144-b7e7a2deed54",
"profile_name": "sample string 5",
"id_pos": "834c70f3-60f7-4782-937c-ad53feb741be",
"id_pos_type": "7b586881-b5a8-4ab9-86ee-7af21f3a412f",
"pos_type": "sample string 7",
"date_tax": "2026-09-06T06:48:13.5745624+02:00",
"id_pos_sesion": "3f141bad-deee-4930-a0ef-da962bb22239"
},
{
"$ref": "1"
}
]