Pages Object

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.

PropertyTypeDescription
idStringId of the Page
labelStringLabel of the Page
nameStringName of the Page
urlStringURL of the Page
isActiveBooleanTrue if Page is active
createdAtStringDate Page was created
settingsObjectSettings 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": {
    
  }
}