Describes the JSON object of a Page.
A Page in Ubidots is an entity holding a reference to a ZIP file containing custom HTML, CSS and JS code.
Property | Type | Description |
---|---|---|
id | String | Id of the Page |
label | String | Label of the Page |
name | String | Name of the Page |
url | String | URL of the Page |
isActive | Boolean | True if Page is active |
createdAt | String | Date Page was created |
settings | Object | Settings of the Page |
Page
{
"id": "66e9a2aae24bae000e144c28",
"url": "https://industrial.ubidots.com/api/v2.0/pages/66e9a2aae24bae000e144c28",
"label": "my_first_page",
"name": "My First Page",
"isActive": true,
"createdAt": "2024-09-17T15:39:22.669736Z",
"settings": {
}
}