GET/documents
Use this method to retrieve all documents related to a property using the Boligmappa number assigned to the property. All uploaded and submitted documents can be retrieved and viewed with this method.
Request
Parameters |
Description |
Type |
Field |
boligmappaNo |
Boligmappa number of the property |
String (path) |
*required |
Response output sample
{
"success": true,
"response": {
"documents": [
{
"id": 43669,
"documentUrl": "http://boligeier-api-sandbox.boligmappa.no/v1/file/documents/43669",
"documentName": "download.png",
"documentType": "Bilde",
"description": null,
"createdDate": "2016-11-16T13:30:36.210Z",
"updateDate": "2016-11-16T13:30:36.210Z",
"jobDate": "2016-11-16T00:00:00.000Z",
"professionType": "Trapp",
"orderNumber": null,
"chapters": [],
"taggedProducts": [],
"taggedRooms": [],
"taggedBuildings": []
},
{
"id": 44130,
"documentUrl": "http://boligeier-api-sandbox.boligmappa.no/v1/file/documents/44130",
"documentName": "Melding om utført arbeid.pdf",
"documentType": "Undefinert",
"description": null,
"createdDate": "2016-11-17T03:19:59.773Z",
"updateDate": "2016-11-17T03:19:59.773Z",
"jobDate": "2016-11-17T00:00:00.000Z",
"professionType": "UnspecifiedProfession",
"orderNumber": "234234",
"chapters": [],
"taggedProducts": [],
"taggedRooms": [],
"taggedBuildings": []
}
]
}
}
Comments
0 comments
Please sign in to leave a comment.