GET api/AutoresTaxas
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of AutoresTaxaName | Description | Type | Additional information |
---|---|---|---|
idAutoresTaxa | integer |
None. |
|
idEntidad | integer |
Required |
|
idItem | integer |
Required |
|
autor | string |
String length: inclusive between 0 and 200 |
|
borrado | date |
Data type: DateTime |
|
TEntidad | TEntidad |
None. |
Response Formats
application/json, text/json
Sample:
[ { "idAutoresTaxa": 1, "idEntidad": 2, "idItem": 3, "autor": "sample string 4", "borrado": "2024-12-22T23:32:15.6047171+00:00", "TEntidad": { "idEntidad": 1, "entidad": "sample string 2", "descripcion": "sample string 3", "activo": true } }, { "idAutoresTaxa": 1, "idEntidad": 2, "idItem": 3, "autor": "sample string 4", "borrado": "2024-12-22T23:32:15.6047171+00:00", "TEntidad": { "idEntidad": 1, "entidad": "sample string 2", "descripcion": "sample string 3", "activo": true } } ]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.