GET api/docs/DocChangeAlertsNewest?time={time}&sig={sig}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| time | string |
Required |
|
| sig | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DocChangeAlertModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DocChangeAlertId | integer |
None. |
|
| AlertTypeId | byte |
None. |
|
| DocId | integer |
None. |
|
| DocReferenceId | integer |
None. |
|
| DocReferenceUrl | string |
None. |
|
| DocReferenceName | string |
None. |
|
| DocReferenceIdentity | string |
None. |
|
| CrDateTime | date |
None. |
|
| IsProcess | byte |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"DocChangeAlertId": 1,
"AlertTypeId": 64,
"DocId": 3,
"DocReferenceId": 4,
"DocReferenceUrl": "sample string 5",
"DocReferenceName": "sample string 6",
"DocReferenceIdentity": "sample string 7",
"CrDateTime": "2026-06-13T10:31:22.3463341+07:00",
"IsProcess": 64
},
{
"DocChangeAlertId": 1,
"AlertTypeId": 64,
"DocId": 3,
"DocReferenceId": 4,
"DocReferenceUrl": "sample string 5",
"DocReferenceName": "sample string 6",
"DocReferenceIdentity": "sample string 7",
"CrDateTime": "2026-06-13T10:31:22.3463341+07:00",
"IsProcess": 64
}
]
application/xml, text/xml
Sample:
<ArrayOfDocChangeAlertModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LawsAPI.Models">
<DocChangeAlertModel>
<AlertTypeId>64</AlertTypeId>
<CrDateTime>2026-06-13T10:31:22.3463341+07:00</CrDateTime>
<DocChangeAlertId>1</DocChangeAlertId>
<DocId>3</DocId>
<DocReferenceId>4</DocReferenceId>
<DocReferenceIdentity>sample string 7</DocReferenceIdentity>
<DocReferenceName>sample string 6</DocReferenceName>
<DocReferenceUrl>sample string 5</DocReferenceUrl>
<IsProcess>64</IsProcess>
</DocChangeAlertModel>
<DocChangeAlertModel>
<AlertTypeId>64</AlertTypeId>
<CrDateTime>2026-06-13T10:31:22.3463341+07:00</CrDateTime>
<DocChangeAlertId>1</DocChangeAlertId>
<DocId>3</DocId>
<DocReferenceId>4</DocReferenceId>
<DocReferenceIdentity>sample string 7</DocReferenceIdentity>
<DocReferenceName>sample string 6</DocReferenceName>
<DocReferenceUrl>sample string 5</DocReferenceUrl>
<IsProcess>64</IsProcess>
</DocChangeAlertModel>
</ArrayOfDocChangeAlertModel>