Hi,
Just wondering how you differentiate between an image that is not available and one that is a “£3.00 charge” one. There does not seem to be a field in the API to indicate the difference (unless I missed it). See the examples below.
e.g.
Company Number : 00000006
Filing History Result 1
{
“category”: “annual-return”,
“date”: “1997-05-20”,
“description_values”: {
“description”: “Secretary resigned”
},
“type”: “363(288)”,
“description”: “legacy”,
“paper_filed”: true,
“links”: {
“self”: “/company/00000006/filing-history/NjQ0Mzk3NzdhZGlxemtjeA”
},
“barcode”: null,
“transaction_id”: “NjQ0Mzk3NzdhZGlxemtjeA”
}
CH Beta Result 1
Filing History Result 2
{
“resolutions”: [
{
“category”: “incorporation”,
“delta_at”: “20150603112007021684”,
“description”: “resolution-adopt-articles”,
“description_values”: {
“res_type”: “ADOPT ARTICLES”
},
“subcategory”: “resolution”,
“type”: “RES01”
},
{
“category”: “capital”,
“delta_at”: “20150603112006945441”,
“description”: “resolution”,
“description_values”: {
“description”: “The “proposal” 01/05/2015”
},
“subcategory”: “resolution”,
“type”: “RES13”
},
{
“category”: “incorporation”,
“delta_at”: “20150604230011443593”,
“description”: “resolution-adopt-articles”,
“description_values”: {
“res_type”: “ADOPT ARTICLES”
},
“subcategory”: “resolution”,
“type”: “RES01”
}
],
“category”: “resolution”,
“links”: {
“self”: “/company/00000006/filing-history/QTQ3UjRENFphZGlxemtjeA”
},
“description”: “resolution”,
“type”: “RESOLUTIONS”,
“description_values”: {
“description”: “Resolutions”
},
“date”: “2015-06-03”,
“paper_filed”: true,
“barcode”: null,
“transaction_id”: “QTQ3UjRENFphZGlxemtjeA”
},
CH Beta Result 2