GET api/Authors/{id}?flgAntichi={flgAntichi}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| flgAntichi | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
WrappedResponseOfAuthorInfoDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Metadata | Metadata |
None. |
|
| Data | AuthorInfoDTO |
None. |
|
| Status | HttpStatusCode |
None. |
Response Formats
application/json, text/json
Sample:
{
"metadata": {
"uiMessages": [
{
"code": "sample string 1",
"title": "sample string 2",
"message": "sample string 3",
"type": "SUCCESS",
"fieldId": "sample string 4",
"target": "TOAST",
"cultureName": "sample string 5"
},
{
"code": "sample string 1",
"title": "sample string 2",
"message": "sample string 3",
"type": "SUCCESS",
"fieldId": "sample string 4",
"target": "TOAST",
"cultureName": "sample string 5"
}
]
},
"data": {
"biography": "sample string 1",
"name": "sample string 2",
"country": "sample string 3",
"birthDate": "sample string 4",
"deathDate": "sample string 5",
"image": {
"id": 1,
"label": "sample string 2",
"url": "https://immagini-abocamuseo.sintrasviluppo.it/test/public/sample string 3"
},
"books": [
{
"title": "sample string 1",
"id": 2,
"flgAntichi": true
},
{
"title": "sample string 1",
"id": 2,
"flgAntichi": true
}
],
"id": 6,
"flgAntichi": true
},
"status": "Continue"
}