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": "5dd4d18b-ab7b-409a-9f57-d1734cc30f71",
"id_doc": "abe360ce-5c49-4cf0-b835-8ea17102b206",
"name_doc": "sample string 3",
"id_pos": "d105cdb2-705e-4998-a6b0-a80b8132f7ec",
"pos_name": "sample string 5",
"id_pos_sesion": "3cd7e99e-bf1a-47e5-9119-34d10c9f5b81",
"nro_sesion": 1,
"date_tax": "2026-01-10T12:09:12.9440703+01:00",
"created_on": "2026-01-10T12:09:12.9440703+01:00",
"nro_doc": "sample string 7",
"nro_doc_int": 1,
"prev_nro": 1,
"incident_type": "sample string 8"
},
{
"$ref": "1"
}
]