Returns the collection of real estate advertisements.
GET https://example.com/realandmate/v1/AdvertisementService/advertisements
{
"id": string,
"name": string,
"description": string,
"items":{
"url": string
},
"items_count": number
}
-
-
-
-
-
-
-
-
-
-
-
-
{
"id": "2",
"name": "Real&Mate Advertisement Collection",
"description": "Collection of advertisements registered in Real&Mate web application.",
"items":{
"url": "https://example.com/realandmate/v1/AdvertisementService/advertisements/777",
...
},
"items_count": 7777777
}