GET api/advisoryboard/get/changes/from/db/{fromDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| fromDate | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of EOSAdvisoryBoard| Name | Description | Type | Additional information |
|---|---|---|---|
| pgmMasterId | integer |
None. |
|
| advBdPersId | integer |
None. |
|
| profileDesc | string |
None. |
|
| effFromDt | date |
None. |
|
| effThruDt | date |
None. |
|
| memberStatus | string |
None. |
|
| memberStatusDt | date |
None. |
|
| comment | string |
None. |
|
| addBy | integer |
None. |
|
| addDt | date |
None. |
|
| updBy | integer |
None. |
|
| updDt | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"pgmMasterId": 1,
"advBdPersId": 2,
"profileDesc": "sample string 3",
"effFromDt": "2026-06-05T13:54:07.9278112-07:00",
"effThruDt": "2026-06-05T13:54:07.9278112-07:00",
"memberStatus": "sample string 6",
"memberStatusDt": "2026-06-05T13:54:07.9278112-07:00",
"comment": "sample string 8",
"addBy": 9,
"addDt": "2026-06-05T13:54:07.9278112-07:00",
"updBy": 11,
"updDt": "2026-06-05T13:54:07.9278112-07:00"
},
{
"pgmMasterId": 1,
"advBdPersId": 2,
"profileDesc": "sample string 3",
"effFromDt": "2026-06-05T13:54:07.9278112-07:00",
"effThruDt": "2026-06-05T13:54:07.9278112-07:00",
"memberStatus": "sample string 6",
"memberStatusDt": "2026-06-05T13:54:07.9278112-07:00",
"comment": "sample string 8",
"addBy": 9,
"addDt": "2026-06-05T13:54:07.9278112-07:00",
"updBy": 11,
"updDt": "2026-06-05T13:54:07.9278112-07:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfEOSAdvisoryBoard xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EOSAPI.Base.Models.AdvisoryBoard">
<EOSAdvisoryBoard>
<addBy>9</addBy>
<addDt>2026-06-05T13:54:07.9278112-07:00</addDt>
<advBdPersId>2</advBdPersId>
<comment>sample string 8</comment>
<effFromDt>2026-06-05T13:54:07.9278112-07:00</effFromDt>
<effThruDt>2026-06-05T13:54:07.9278112-07:00</effThruDt>
<memberStatus>sample string 6</memberStatus>
<memberStatusDt>2026-06-05T13:54:07.9278112-07:00</memberStatusDt>
<pgmMasterId>1</pgmMasterId>
<profileDesc>sample string 3</profileDesc>
<updBy>11</updBy>
<updDt>2026-06-05T13:54:07.9278112-07:00</updDt>
</EOSAdvisoryBoard>
<EOSAdvisoryBoard>
<addBy>9</addBy>
<addDt>2026-06-05T13:54:07.9278112-07:00</addDt>
<advBdPersId>2</advBdPersId>
<comment>sample string 8</comment>
<effFromDt>2026-06-05T13:54:07.9278112-07:00</effFromDt>
<effThruDt>2026-06-05T13:54:07.9278112-07:00</effThruDt>
<memberStatus>sample string 6</memberStatus>
<memberStatusDt>2026-06-05T13:54:07.9278112-07:00</memberStatusDt>
<pgmMasterId>1</pgmMasterId>
<profileDesc>sample string 3</profileDesc>
<updBy>11</updBy>
<updDt>2026-06-05T13:54:07.9278112-07:00</updDt>
</EOSAdvisoryBoard>
</ArrayOfEOSAdvisoryBoard>