addedInput schema / properties / body / properties / pages / items / properties / parentNotebook / properties / sectionGroups / items / properties / sections / items / properties
Added value: +{
+ "createdBy": {
+ "$ref": "#/properties/body/properties/createdBy"
+ },
+ "createdDateTime": {
+ "anyOf": [
+ {
+ "description": "The date and time when the page was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.",
+ "format": "date-time",
+ "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "The date and time when the page was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only."
+ },
+ "displayName": {
+ "description": "The name of the notebook.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "id": {
+ "description": "The unique identifier for an entity. Read-only.",
+ "type": "string"
+ },
+ "isDefault": {
+ "description": "Indicates whether this is the user's default section. Read-only.",
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "lastModifiedBy": {
+ "$ref": "#/properties/body/properties/createdBy"
+ },
+ "lastModifiedDateTime": {
+ "anyOf": [
+ {
+ "description": "The date and time when the notebook was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.",
+ "format": "date-time",
+ "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "The date and time when the notebook was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only."
+ },
+ "links": {
+ "$ref": "#/properties/body/properties/links"
+ },
+ "pages": {
+ "description": "The collection of pages in the section. Read-only. Nullable.",
+ "items": {
+ "$ref": "#/properties/body/properties/pages/items"
+ },
+ "type": "array"
+ },
+ "pagesUrl": {
+ "description": "The pages endpoint where you can get details for all the pages in the section. Read-only.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "parentNotebook": {
+ "$ref": "#/properties/body/properties/pages/items/properties/parentNotebook"
+ },
+ "parentSectionGroup": {
+ "$ref": "#/properties/body/properties/pages/items/properties/parentNotebook/properties/sectionGroups/items"
+ },
+ "self": {
+ "description": "The endpoint where you can get details about the page. Read-only.",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+}