GET osapuolitiedot/osapuolet/{osapuoli_id}/huomiot/hae
Hakee osapuolen huomiot.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| osapuoli_id | integer | Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ApiOsapuoliHuomioResponse
| Name | Description | Type | Additional information |
|---|---|---|---|
| Luokka | string | None. | |
| Kuvaus | string | None. | |
| Lisatty | date | None. | |
| Eraantyy | date | None. |
Response Formats
application/json, text/json
Sample:
[
{
"Luokka": "sample string 1",
"Kuvaus": "sample string 2",
"Lisatty": "2025-11-05T11:40:15.9826523+02:00",
"Eraantyy": "2025-11-05T11:40:15.9826523+02:00"
},
{
"Luokka": "sample string 1",
"Kuvaus": "sample string 2",
"Lisatty": "2025-11-05T11:40:15.9826523+02:00",
"Eraantyy": "2025-11-05T11:40:15.9826523+02:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfApiOsapuoliHuomioResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Agenteq.Tampuuri.ApplicationServiceApi.Contract.Osapuolirekisteri">
<ApiOsapuoliHuomioResponse>
<Eraantyy>2025-11-05T11:40:15.9826523+02:00</Eraantyy>
<Kuvaus>sample string 2</Kuvaus>
<Lisatty>2025-11-05T11:40:15.9826523+02:00</Lisatty>
<Luokka>sample string 1</Luokka>
</ApiOsapuoliHuomioResponse>
<ApiOsapuoliHuomioResponse>
<Eraantyy>2025-11-05T11:40:15.9826523+02:00</Eraantyy>
<Kuvaus>sample string 2</Kuvaus>
<Lisatty>2025-11-05T11:40:15.9826523+02:00</Lisatty>
<Luokka>sample string 1</Luokka>
</ApiOsapuoliHuomioResponse>
</ArrayOfApiOsapuoliHuomioResponse>