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": "909c7e21-9291-41f7-bb86-819340e79b55",
"id_doc": "200e94b2-e9a9-4b60-b3f6-1db27bc516a1",
"name_doc": "sample string 3",
"id_pos": "27dcdfc3-cbc9-4357-abd8-c9e585a62a2f",
"pos_name": "sample string 5",
"id_pos_sesion": "60285f29-9c67-4503-af32-f3788ed29488",
"nro_sesion": 1,
"date_tax": "2026-09-06T06:23:09.2929159+02:00",
"created_on": "2026-09-06T06:23:09.2929159+02:00",
"nro_doc": "sample string 7",
"nro_doc_int": 1,
"prev_nro": 1,
"incident_type": "sample string 8"
},
{
"$ref": "1"
}
]