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": "7d248434-a890-4a4e-bd8d-7f637fb741e7",
"id_doc": "a19ca58e-c03b-4f29-870b-a00e5ea8a1ae",
"name_doc": "sample string 3",
"id_pos": "d673dfa7-d6f3-44d3-8fa0-ed3595dbbb04",
"pos_name": "sample string 5",
"id_pos_sesion": "84a73fe0-37ca-4f9b-8b5e-bcbe86799d71",
"nro_sesion": 1,
"date_tax": "2026-09-06T06:24:20.2125241+02:00",
"created_on": "2026-09-06T06:24:20.2125241+02:00",
"nro_doc": "sample string 7",
"nro_doc_int": 1,
"prev_nro": 1,
"incident_type": "sample string 8"
},
{
"$ref": "1"
}
]