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": "4b92f47b-05c6-457d-aea7-b2e3082f6cca",
"id_doc": "61fc65ed-8af1-4060-a6c7-93e48bcb311e",
"name_doc": "sample string 3",
"id_pos": "e24bea0e-e905-4172-8b45-38cb65a69bb7",
"pos_name": "sample string 5",
"id_pos_sesion": "c40ada54-4d54-4680-8cf1-a521685cae53",
"nro_sesion": 1,
"date_tax": "2026-03-10T09:43:55.3306506+01:00",
"created_on": "2026-03-10T09:43:55.3306506+01:00",
"nro_doc": "sample string 7",
"nro_doc_int": 1,
"prev_nro": 1,
"incident_type": "sample string 8"
},
{
"$ref": "1"
}
]