Skip to content

Instantly share code, notes, and snippets.

@whisher
Created December 19, 2017 10:18
Show Gist options
  • Save whisher/8490a0780501be7ce495d7f6927c326a to your computer and use it in GitHub Desktop.
Save whisher/8490a0780501be7ce495d7f6927c326a to your computer and use it in GitHub Desktop.
http://localhost:9003/api/backend/crud/apartment/general/en
{
"id" : null,
"main" : {
"title" : null,
"hint" : null,
"body" : null,
"notes" : null,
"lang" : "en"
},
"details" : [ {
"id" : 3,
"label" : "Guests",
"type" : "INPUT_NUMBER",
"options" : {
"placeholder" : "Guests",
"mandatory" : false,
"value" : null
}
}, {
"id" : 1,
"label" : "Bedrooms",
"type" : "INPUT_NUMBER",
"options" : {
"placeholder" : "Bedrooms",
"mandatory" : false,
"value" : null
}
}, {
"id" : 8,
"label" : "Bathrooms",
"type" : "INPUT_NUMBER",
"options" : {
"placeholder" : "Bathrooms",
"mandatory" : false,
"value" : null
}
}, {
"id" : 7,
"label" : "Square Mt.",
"type" : "INPUT_NUMBER",
"options" : {
"placeholder" : "Square Mt.",
"mandatory" : false,
"value" : null
}
}, {
"id" : 13,
"label" : "Double beds",
"type" : "INPUT_NUMBER",
"options" : {
"placeholder" : "Double beds",
"mandatory" : false,
"value" : null
}
}, {
"id" : 14,
"label" : "Single beds",
"type" : "INPUT_NUMBER",
"options" : {
"placeholder" : "Single beds",
"mandatory" : false,
"value" : null
}
}, {
"id" : 15,
"label" : "Double Sofa Beds",
"type" : "INPUT_NUMBER",
"options" : {
"placeholder" : "Double Sofa Beds",
"mandatory" : false,
"value" : null
}
}, {
"id" : 16,
"label" : "Single sofa beds",
"type" : "INPUT_NUMBER",
"options" : {
"placeholder" : "Single sofa beds",
"mandatory" : false,
"value" : null
}
}, {
"id" : 18,
"label" : "Floor",
"type" : "INPUT_NUMBER",
"options" : {
"placeholder" : "Floor",
"mandatory" : false,
"value" : null
}
}, {
"id" : 109,
"label" : "Budget/Month Max. (€)",
"type" : "INPUT_NUMBER",
"options" : {
"placeholder" : "Budget/Month Max. (€)",
"mandatory" : false,
"value" : null
}
} ],
"geo" : {
"location" : null,
"areas" : [ ],
"pois" : [ ]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment