GET api/Tt_Pos_Sesion?id_pos_sesion_ca={id_pos_sesion_ca}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id_pos_sesion_ca | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of sp_Control_Correlation_Sesion_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| id_doc | globally unique identifier |
None. |
|
| name_doc | string |
None. |
|
| id_pos | globally unique identifier |
None. |
|
| pos_name | string |
None. |
|
| id_pos_sesion | globally unique identifier |
None. |
|
| nro_sesion | integer |
None. |
|
| date_tax | date |
None. |
|
| created_on | date |
None. |
|
| nro_doc | string |
None. |
|
| nro_doc_int | integer |
None. |
|
| prev_nro | integer |
None. |
|
| incident_type | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": "b32d7495-94fc-45f6-b467-67b010c4958e",
"id_doc": "ef6b460e-f83c-42a3-b5ce-e21a03467194",
"name_doc": "sample string 3",
"id_pos": "fd96f5ff-21e7-48b3-8cf2-c9a8eb6eb58c",
"pos_name": "sample string 5",
"id_pos_sesion": "886ac7b5-35cc-4903-9b44-5816c6938331",
"nro_sesion": 1,
"date_tax": "2026-03-10T07:04:28.1976001+01:00",
"created_on": "2026-03-10T07:04:28.1976001+01:00",
"nro_doc": "sample string 7",
"nro_doc_int": 1,
"prev_nro": 1,
"incident_type": "sample string 8"
},
{
"$ref": "1"
}
]