{
"etag": "abc123",
"filingHistoryStatus": "Accepted",
"items": [
{
"annotations": [
{
"annotation": "This is an annotation.",
"date": "2023-01-15",
"description": "Annotation description"
}
],
"associatedFilings": [
{
"date": "2023-01-16",
"description": "Associated filing description",
"type": "Associated Filing Type"
}
],
"barcode": "123456789",
"category": "Annual Return",
"date": "2023-01-14",
"description": "Filing history description",
"links": {
"documentMetadata": "https://example.com/document/123456789",
"self": "https://example.com/filing/987654321"
},
"pages": 5,
"paperFiled": false,
"resolutions": [
{
"category": "Ordinary resolution",
"description": "Resolution description",
"documentId": "456789012",
"receiveDate": "2023-01-13",
"subcategory": "Shareholder resolution",
"type": "Resolution Type"
}
],
"subcategory": "Annual Return Subcategory",
"transactionId": "789012345",
"type": "Filing Type"
}
],
"itemsPerPage": 10,
"kind": "response",
"startIndex": 0,
"totalCount": 50
}