mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-11-28 09:08:38 +02:00
Main build (Jenkins)
This commit is contained in:
parent
eb3844b301
commit
8b9894b55e
@ -42,5 +42,59 @@ sidebar_position: 1
|
||||
```
|
||||
|
||||
```json title="Result"
|
||||
|
||||
{
|
||||
"object": "list",
|
||||
"results": [
|
||||
{
|
||||
"object": "block",
|
||||
"id": "11382aa7-fc4e-8116-834e-e46cbcf80ed5",
|
||||
"parent": {
|
||||
"type": "page_id",
|
||||
"page_id": "5dd94c34-fab0-4bff-986b-7511c0779f77"
|
||||
},
|
||||
"created_time": "2024-10-02T06:40:00Z",
|
||||
"last_edited_time": "2024-10-02T06:40:00Z",
|
||||
"created_by": {
|
||||
"object": "user",
|
||||
"id": "8b07422e-eeea-40d1-8d5e-c784211825b0"
|
||||
},
|
||||
"last_edited_by": {
|
||||
"object": "user",
|
||||
"id": "8b07422e-eeea-40d1-8d5e-c784211825b0"
|
||||
},
|
||||
"has_children": false,
|
||||
"archived": false,
|
||||
"in_trash": false,
|
||||
"type": "to_do",
|
||||
"to_do": {
|
||||
"rich_text": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": {
|
||||
"content": "YoYO",
|
||||
"link": null
|
||||
},
|
||||
"annotations": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"strikethrough": false,
|
||||
"underline": false,
|
||||
"code": false,
|
||||
"color": "default"
|
||||
},
|
||||
"plain_text": "YoYO",
|
||||
"href": null
|
||||
}
|
||||
],
|
||||
"checked": false,
|
||||
"color": "default"
|
||||
}
|
||||
}
|
||||
],
|
||||
"next_cursor": null,
|
||||
"has_more": false,
|
||||
"type": "block",
|
||||
"block": {},
|
||||
"request_id": "2b041bc3-dbfc-4d0d-a791-e1e16a612ede"
|
||||
}
|
||||
```
|
||||
|
@ -38,5 +38,50 @@ sidebar_position: 4
|
||||
```
|
||||
|
||||
```json title="Result"
|
||||
|
||||
{
|
||||
"object": "block",
|
||||
"id": "11382aa7-fc4e-8116-834e-e46cbcf80ed5",
|
||||
"parent": {
|
||||
"type": "page_id",
|
||||
"page_id": "5dd94c34-fab0-4bff-986b-7511c0779f77"
|
||||
},
|
||||
"created_time": "2024-10-02T06:40:00Z",
|
||||
"last_edited_time": "2024-10-02T06:40:00Z",
|
||||
"created_by": {
|
||||
"object": "user",
|
||||
"id": "8b07422e-eeea-40d1-8d5e-c784211825b0"
|
||||
},
|
||||
"last_edited_by": {
|
||||
"object": "user",
|
||||
"id": "8b07422e-eeea-40d1-8d5e-c784211825b0"
|
||||
},
|
||||
"has_children": false,
|
||||
"archived": true,
|
||||
"in_trash": true,
|
||||
"type": "to_do",
|
||||
"to_do": {
|
||||
"rich_text": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": {
|
||||
"content": "YoYO",
|
||||
"link": null
|
||||
},
|
||||
"annotations": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"strikethrough": false,
|
||||
"underline": false,
|
||||
"code": false,
|
||||
"color": "default"
|
||||
},
|
||||
"plain_text": "YoYO",
|
||||
"href": null
|
||||
}
|
||||
],
|
||||
"checked": false,
|
||||
"color": "default"
|
||||
},
|
||||
"request_id": "08be3019-851c-49e5-9da1-2da8d66c0566"
|
||||
}
|
||||
```
|
||||
|
@ -39,5 +39,36 @@ sidebar_position: 2
|
||||
```
|
||||
|
||||
```json title="Result"
|
||||
|
||||
{
|
||||
"object": "block",
|
||||
"parent": {
|
||||
"type": "page_id",
|
||||
"page_id": "5dd94c34-fab0-4bff-986b-7511c0779f77"
|
||||
},
|
||||
"in_trash": true,
|
||||
"type": "to_do",
|
||||
"to_do": {
|
||||
"rich_text": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": {
|
||||
"content": "YoYO",
|
||||
"link": null
|
||||
},
|
||||
"annotations": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"strikethrough": false,
|
||||
"underline": false,
|
||||
"code": false,
|
||||
"color": "default"
|
||||
},
|
||||
"plain_text": "YoYO",
|
||||
"href": null
|
||||
}
|
||||
],
|
||||
"checked": false,
|
||||
"color": "default"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
@ -38,5 +38,13 @@ sidebar_position: 3
|
||||
```
|
||||
|
||||
```json title="Result"
|
||||
|
||||
{
|
||||
"object": "list",
|
||||
"results": [],
|
||||
"next_cursor": null,
|
||||
"has_more": false,
|
||||
"type": "block",
|
||||
"block": {},
|
||||
"request_id": "d3927120-dc77-4fd3-927c-78506d70d9ba"
|
||||
}
|
||||
```
|
||||
|
@ -61,5 +61,141 @@ sidebar_position: 1
|
||||
```
|
||||
|
||||
```json title="Result"
|
||||
|
||||
{
|
||||
"object": "database",
|
||||
"id": "11382aa7-fc4e-8188-a667-cf61d6416ad7",
|
||||
"cover": null,
|
||||
"icon": null,
|
||||
"created_time": "2024-10-02T06:40:00Z",
|
||||
"created_by": {
|
||||
"object": "user",
|
||||
"id": "8b07422e-eeea-40d1-8d5e-c784211825b0"
|
||||
},
|
||||
"last_edited_by": {
|
||||
"object": "user",
|
||||
"id": "8b07422e-eeea-40d1-8d5e-c784211825b0"
|
||||
},
|
||||
"last_edited_time": "2024-10-02T06:40:00Z",
|
||||
"title": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": {
|
||||
"content": "TestTitle",
|
||||
"link": null
|
||||
},
|
||||
"annotations": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"strikethrough": false,
|
||||
"underline": false,
|
||||
"code": false,
|
||||
"color": "default"
|
||||
},
|
||||
"plain_text": "TestTitle",
|
||||
"href": null
|
||||
}
|
||||
],
|
||||
"description": [],
|
||||
"is_inline": false,
|
||||
"properties": {
|
||||
"CreationDate": {
|
||||
"id": "%3DZo%60",
|
||||
"name": "CreationDate",
|
||||
"type": "date",
|
||||
"date": {}
|
||||
},
|
||||
"User": {
|
||||
"id": "Hka%5B",
|
||||
"name": "User",
|
||||
"type": "people",
|
||||
"people": {}
|
||||
},
|
||||
"Phone": {
|
||||
"id": "PsH%60",
|
||||
"name": "Phone",
|
||||
"type": "phone_number",
|
||||
"phone_number": {}
|
||||
},
|
||||
"Email": {
|
||||
"id": "_eKE",
|
||||
"name": "Email",
|
||||
"type": "email",
|
||||
"email": {}
|
||||
},
|
||||
"Website": {
|
||||
"id": "%60Qcf",
|
||||
"name": "Website",
|
||||
"type": "url",
|
||||
"url": {}
|
||||
},
|
||||
"Number": {
|
||||
"id": "bph%3E",
|
||||
"name": "Number",
|
||||
"type": "number",
|
||||
"number": {
|
||||
"format": "number"
|
||||
}
|
||||
},
|
||||
"Description": {
|
||||
"id": "eP%5EC",
|
||||
"name": "Description",
|
||||
"type": "rich_text",
|
||||
"rich_text": {}
|
||||
},
|
||||
"Active": {
|
||||
"id": "jdgZ",
|
||||
"name": "Active",
|
||||
"type": "checkbox",
|
||||
"checkbox": {}
|
||||
},
|
||||
"Image": {
|
||||
"id": "or%40%3B",
|
||||
"name": "Image",
|
||||
"type": "files",
|
||||
"files": {}
|
||||
},
|
||||
"Status": {
|
||||
"id": "%7DoCT",
|
||||
"name": "Status",
|
||||
"type": "select",
|
||||
"select": {
|
||||
"options": [
|
||||
{
|
||||
"id": "d9f310fb-e640-4791-989f-cc805e45c2fc",
|
||||
"name": "New",
|
||||
"color": "green",
|
||||
"description": null
|
||||
},
|
||||
{
|
||||
"id": "f23002ab-9ef3-439c-a70c-451aaba10c96",
|
||||
"name": "InProgress",
|
||||
"color": "yellow",
|
||||
"description": null
|
||||
},
|
||||
{
|
||||
"id": "f9c45eac-4200-4298-a3d4-350073b55429",
|
||||
"name": "Remote",
|
||||
"color": "red",
|
||||
"description": null
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"Name": {
|
||||
"id": "title",
|
||||
"name": "Name",
|
||||
"type": "title",
|
||||
"title": {}
|
||||
}
|
||||
},
|
||||
"parent": {
|
||||
"type": "page_id",
|
||||
"page_id": "5dd94c34-fab0-4bff-986b-7511c0779f77"
|
||||
},
|
||||
"url": "https://www.notion.so/11382aa7fc4e8188a667cf61d6416ad7",
|
||||
"public_url": null,
|
||||
"archived": false,
|
||||
"in_trash": false,
|
||||
"request_id": "46371134-5b35-4084-bd74-cf5678ff77c7"
|
||||
}
|
||||
```
|
||||
|
@ -48,5 +48,153 @@ sidebar_position: 3
|
||||
```
|
||||
|
||||
```json title="Result"
|
||||
|
||||
{
|
||||
"object": "database",
|
||||
"id": "11382aa7-fc4e-8188-a667-cf61d6416ad7",
|
||||
"cover": null,
|
||||
"icon": null,
|
||||
"created_time": "2024-10-02T06:40:00Z",
|
||||
"created_by": {
|
||||
"object": "user",
|
||||
"id": "8b07422e-eeea-40d1-8d5e-c784211825b0"
|
||||
},
|
||||
"last_edited_by": {
|
||||
"object": "user",
|
||||
"id": "8b07422e-eeea-40d1-8d5e-c784211825b0"
|
||||
},
|
||||
"last_edited_time": "2024-10-02T06:40:00Z",
|
||||
"title": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": {
|
||||
"content": "TestTitle",
|
||||
"link": null
|
||||
},
|
||||
"annotations": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"strikethrough": false,
|
||||
"underline": false,
|
||||
"code": false,
|
||||
"color": "default"
|
||||
},
|
||||
"plain_text": "TestTitle",
|
||||
"href": null
|
||||
}
|
||||
],
|
||||
"description": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": {
|
||||
"content": "TestDescription",
|
||||
"link": null
|
||||
},
|
||||
"annotations": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"strikethrough": false,
|
||||
"underline": false,
|
||||
"code": false,
|
||||
"color": "default"
|
||||
},
|
||||
"plain_text": "TestDescription",
|
||||
"href": null
|
||||
}
|
||||
],
|
||||
"is_inline": false,
|
||||
"properties": {
|
||||
"CreationDate": {
|
||||
"id": "%3DZo%60",
|
||||
"name": "CreationDate",
|
||||
"type": "date",
|
||||
"date": {}
|
||||
},
|
||||
"User": {
|
||||
"id": "Hka%5B",
|
||||
"name": "User",
|
||||
"type": "people",
|
||||
"people": {}
|
||||
},
|
||||
"Phone": {
|
||||
"id": "PsH%60",
|
||||
"name": "Phone",
|
||||
"type": "phone_number",
|
||||
"phone_number": {}
|
||||
},
|
||||
"Email": {
|
||||
"id": "_eKE",
|
||||
"name": "Email",
|
||||
"type": "rich_text",
|
||||
"rich_text": {}
|
||||
},
|
||||
"Number": {
|
||||
"id": "bph%3E",
|
||||
"name": "Number",
|
||||
"type": "number",
|
||||
"number": {
|
||||
"format": "number"
|
||||
}
|
||||
},
|
||||
"Description": {
|
||||
"id": "eP%5EC",
|
||||
"name": "Description",
|
||||
"type": "rich_text",
|
||||
"rich_text": {}
|
||||
},
|
||||
"Active": {
|
||||
"id": "jdgZ",
|
||||
"name": "Active",
|
||||
"type": "checkbox",
|
||||
"checkbox": {}
|
||||
},
|
||||
"Image": {
|
||||
"id": "or%40%3B",
|
||||
"name": "Image",
|
||||
"type": "files",
|
||||
"files": {}
|
||||
},
|
||||
"Status": {
|
||||
"id": "%7DoCT",
|
||||
"name": "Status",
|
||||
"type": "select",
|
||||
"select": {
|
||||
"options": [
|
||||
{
|
||||
"id": "d9f310fb-e640-4791-989f-cc805e45c2fc",
|
||||
"name": "New",
|
||||
"color": "green",
|
||||
"description": null
|
||||
},
|
||||
{
|
||||
"id": "f23002ab-9ef3-439c-a70c-451aaba10c96",
|
||||
"name": "InProgress",
|
||||
"color": "yellow",
|
||||
"description": null
|
||||
},
|
||||
{
|
||||
"id": "f9c45eac-4200-4298-a3d4-350073b55429",
|
||||
"name": "Remote",
|
||||
"color": "red",
|
||||
"description": null
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"Name": {
|
||||
"id": "title",
|
||||
"name": "Name",
|
||||
"type": "title",
|
||||
"title": {}
|
||||
}
|
||||
},
|
||||
"parent": {
|
||||
"type": "page_id",
|
||||
"page_id": "5dd94c34-fab0-4bff-986b-7511c0779f77"
|
||||
},
|
||||
"url": "https://www.notion.so/11382aa7fc4e8188a667cf61d6416ad7",
|
||||
"public_url": null,
|
||||
"archived": false,
|
||||
"in_trash": false,
|
||||
"request_id": "52931a9c-2fd1-4d18-997d-a587acceeab1"
|
||||
}
|
||||
```
|
||||
|
@ -38,5 +38,153 @@ sidebar_position: 2
|
||||
```
|
||||
|
||||
```json title="Result"
|
||||
|
||||
{
|
||||
"object": "database",
|
||||
"id": "11382aa7-fc4e-8188-a667-cf61d6416ad7",
|
||||
"cover": null,
|
||||
"icon": null,
|
||||
"created_time": "2024-10-02T06:40:00Z",
|
||||
"created_by": {
|
||||
"object": "user",
|
||||
"id": "8b07422e-eeea-40d1-8d5e-c784211825b0"
|
||||
},
|
||||
"last_edited_by": {
|
||||
"object": "user",
|
||||
"id": "8b07422e-eeea-40d1-8d5e-c784211825b0"
|
||||
},
|
||||
"last_edited_time": "2024-10-02T06:40:00Z",
|
||||
"title": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": {
|
||||
"content": "TestTitle",
|
||||
"link": null
|
||||
},
|
||||
"annotations": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"strikethrough": false,
|
||||
"underline": false,
|
||||
"code": false,
|
||||
"color": "default"
|
||||
},
|
||||
"plain_text": "TestTitle",
|
||||
"href": null
|
||||
}
|
||||
],
|
||||
"description": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": {
|
||||
"content": "TestDescription",
|
||||
"link": null
|
||||
},
|
||||
"annotations": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"strikethrough": false,
|
||||
"underline": false,
|
||||
"code": false,
|
||||
"color": "default"
|
||||
},
|
||||
"plain_text": "TestDescription",
|
||||
"href": null
|
||||
}
|
||||
],
|
||||
"is_inline": false,
|
||||
"properties": {
|
||||
"CreationDate": {
|
||||
"id": "%3DZo%60",
|
||||
"name": "CreationDate",
|
||||
"type": "date",
|
||||
"date": {}
|
||||
},
|
||||
"User": {
|
||||
"id": "Hka%5B",
|
||||
"name": "User",
|
||||
"type": "people",
|
||||
"people": {}
|
||||
},
|
||||
"Phone": {
|
||||
"id": "PsH%60",
|
||||
"name": "Phone",
|
||||
"type": "phone_number",
|
||||
"phone_number": {}
|
||||
},
|
||||
"Email": {
|
||||
"id": "_eKE",
|
||||
"name": "Email",
|
||||
"type": "rich_text",
|
||||
"rich_text": {}
|
||||
},
|
||||
"Number": {
|
||||
"id": "bph%3E",
|
||||
"name": "Number",
|
||||
"type": "number",
|
||||
"number": {
|
||||
"format": "number"
|
||||
}
|
||||
},
|
||||
"Description": {
|
||||
"id": "eP%5EC",
|
||||
"name": "Description",
|
||||
"type": "rich_text",
|
||||
"rich_text": {}
|
||||
},
|
||||
"Active": {
|
||||
"id": "jdgZ",
|
||||
"name": "Active",
|
||||
"type": "checkbox",
|
||||
"checkbox": {}
|
||||
},
|
||||
"Image": {
|
||||
"id": "or%40%3B",
|
||||
"name": "Image",
|
||||
"type": "files",
|
||||
"files": {}
|
||||
},
|
||||
"Status": {
|
||||
"id": "%7DoCT",
|
||||
"name": "Status",
|
||||
"type": "select",
|
||||
"select": {
|
||||
"options": [
|
||||
{
|
||||
"id": "d9f310fb-e640-4791-989f-cc805e45c2fc",
|
||||
"name": "New",
|
||||
"color": "green",
|
||||
"description": null
|
||||
},
|
||||
{
|
||||
"id": "f23002ab-9ef3-439c-a70c-451aaba10c96",
|
||||
"name": "InProgress",
|
||||
"color": "yellow",
|
||||
"description": null
|
||||
},
|
||||
{
|
||||
"id": "f9c45eac-4200-4298-a3d4-350073b55429",
|
||||
"name": "Remote",
|
||||
"color": "red",
|
||||
"description": null
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"Name": {
|
||||
"id": "title",
|
||||
"name": "Name",
|
||||
"type": "title",
|
||||
"title": {}
|
||||
}
|
||||
},
|
||||
"parent": {
|
||||
"type": "page_id",
|
||||
"page_id": "5dd94c34-fab0-4bff-986b-7511c0779f77"
|
||||
},
|
||||
"url": "https://www.notion.so/11382aa7fc4e8188a667cf61d6416ad7",
|
||||
"public_url": null,
|
||||
"archived": false,
|
||||
"in_trash": false,
|
||||
"request_id": "545c24a6-c032-4a74-af9e-19cadd543bd9"
|
||||
}
|
||||
```
|
||||
|
@ -56,5 +56,11 @@ sidebar_position: 2
|
||||
```
|
||||
|
||||
```json title="Result"
|
||||
|
||||
{
|
||||
"object": "error",
|
||||
"status": 400,
|
||||
"code": "validation_error",
|
||||
"message": "body failed validation: body.properties.=Zo`.date.start should be a valid ISO 8601 date string, instead was `\"02.10.2024 9:40:23\"`.",
|
||||
"request_id": "d9192efe-3b81-427d-99d6-007cb13762e4"
|
||||
}
|
||||
```
|
||||
|
@ -40,5 +40,54 @@ sidebar_position: 1
|
||||
```
|
||||
|
||||
```json title="Result"
|
||||
|
||||
{
|
||||
"object": "page",
|
||||
"id": "11382aa7-fc4e-8118-b480-ed4460498a34",
|
||||
"created_time": "2024-10-02T06:40:00Z",
|
||||
"last_edited_time": "2024-10-02T06:40:00Z",
|
||||
"created_by": {
|
||||
"object": "user",
|
||||
"id": "8b07422e-eeea-40d1-8d5e-c784211825b0"
|
||||
},
|
||||
"last_edited_by": {
|
||||
"object": "user",
|
||||
"id": "8b07422e-eeea-40d1-8d5e-c784211825b0"
|
||||
},
|
||||
"cover": null,
|
||||
"icon": null,
|
||||
"parent": {
|
||||
"type": "page_id",
|
||||
"page_id": "5dd94c34-fab0-4bff-986b-7511c0779f77"
|
||||
},
|
||||
"archived": false,
|
||||
"in_trash": false,
|
||||
"properties": {
|
||||
"title": {
|
||||
"id": "title",
|
||||
"type": "title",
|
||||
"title": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": {
|
||||
"content": "title",
|
||||
"link": null
|
||||
},
|
||||
"annotations": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"strikethrough": false,
|
||||
"underline": false,
|
||||
"code": false,
|
||||
"color": "default"
|
||||
},
|
||||
"plain_text": "title",
|
||||
"href": null
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"url": "https://www.notion.so/title-11382aa7fc4e8118b480ed4460498a34",
|
||||
"public_url": null,
|
||||
"request_id": "f81b73d0-6c5b-4669-b01f-df366e58068a"
|
||||
}
|
||||
```
|
||||
|
@ -54,5 +54,64 @@ sidebar_position: 4
|
||||
```
|
||||
|
||||
```json title="Result"
|
||||
|
||||
{
|
||||
"object": "page",
|
||||
"id": "11382aa7-fc4e-8118-b480-ed4460498a34",
|
||||
"created_time": "2024-10-02T06:40:00Z",
|
||||
"last_edited_time": "2024-10-02T06:40:00Z",
|
||||
"created_by": {
|
||||
"object": "user",
|
||||
"id": "8b07422e-eeea-40d1-8d5e-c784211825b0"
|
||||
},
|
||||
"last_edited_by": {
|
||||
"object": "user",
|
||||
"id": "8b07422e-eeea-40d1-8d5e-c784211825b0"
|
||||
},
|
||||
"cover": {
|
||||
"type": "external",
|
||||
"external": {
|
||||
"url": "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg"
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"type": "external",
|
||||
"external": {
|
||||
"url": "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg"
|
||||
}
|
||||
},
|
||||
"parent": {
|
||||
"type": "page_id",
|
||||
"page_id": "5dd94c34-fab0-4bff-986b-7511c0779f77"
|
||||
},
|
||||
"archived": false,
|
||||
"in_trash": false,
|
||||
"properties": {
|
||||
"title": {
|
||||
"id": "title",
|
||||
"type": "title",
|
||||
"title": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": {
|
||||
"content": "title",
|
||||
"link": null
|
||||
},
|
||||
"annotations": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"strikethrough": false,
|
||||
"underline": false,
|
||||
"code": false,
|
||||
"color": "default"
|
||||
},
|
||||
"plain_text": "title",
|
||||
"href": null
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"url": "https://www.notion.so/title-11382aa7fc4e8118b480ed4460498a34",
|
||||
"public_url": null,
|
||||
"request_id": "acb7d35d-71ee-4b6d-ab17-4cbcae88ce7e"
|
||||
}
|
||||
```
|
||||
|
@ -38,5 +38,54 @@ sidebar_position: 3
|
||||
```
|
||||
|
||||
```json title="Result"
|
||||
|
||||
{
|
||||
"object": "page",
|
||||
"id": "11382aa7-fc4e-8118-b480-ed4460498a34",
|
||||
"created_time": "2024-10-02T06:40:00Z",
|
||||
"last_edited_time": "2024-10-02T06:40:00Z",
|
||||
"created_by": {
|
||||
"object": "user",
|
||||
"id": "8b07422e-eeea-40d1-8d5e-c784211825b0"
|
||||
},
|
||||
"last_edited_by": {
|
||||
"object": "user",
|
||||
"id": "8b07422e-eeea-40d1-8d5e-c784211825b0"
|
||||
},
|
||||
"cover": null,
|
||||
"icon": null,
|
||||
"parent": {
|
||||
"type": "page_id",
|
||||
"page_id": "5dd94c34-fab0-4bff-986b-7511c0779f77"
|
||||
},
|
||||
"archived": false,
|
||||
"in_trash": false,
|
||||
"properties": {
|
||||
"title": {
|
||||
"id": "title",
|
||||
"type": "title",
|
||||
"title": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": {
|
||||
"content": "title",
|
||||
"link": null
|
||||
},
|
||||
"annotations": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"strikethrough": false,
|
||||
"underline": false,
|
||||
"code": false,
|
||||
"color": "default"
|
||||
},
|
||||
"plain_text": "title",
|
||||
"href": null
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"url": "https://www.notion.so/title-11382aa7fc4e8118b480ed4460498a34",
|
||||
"public_url": null,
|
||||
"request_id": "f864a3a1-2691-4e4b-ab87-0f30f4827df6"
|
||||
}
|
||||
```
|
||||
|
@ -38,5 +38,15 @@ sidebar_position: 2
|
||||
```
|
||||
|
||||
```json title="Result"
|
||||
|
||||
{
|
||||
"object": "user",
|
||||
"id": "ed71865a-9891-46bc-86cd-a92aa499cfdb",
|
||||
"name": "Techno Pizza",
|
||||
"avatar_url": null,
|
||||
"type": "person",
|
||||
"person": {
|
||||
"email": "iscript13@gmail.com"
|
||||
},
|
||||
"request_id": "ca383839-acc0-4ef3-97a7-e51c763fce85"
|
||||
}
|
||||
```
|
||||
|
@ -37,5 +37,38 @@ sidebar_position: 1
|
||||
```
|
||||
|
||||
```json title="Result"
|
||||
|
||||
{
|
||||
"object": "list",
|
||||
"results": [
|
||||
{
|
||||
"object": "user",
|
||||
"id": "ed71865a-9891-46bc-86cd-a92aa499cfdb",
|
||||
"name": "Techno Pizza",
|
||||
"avatar_url": null,
|
||||
"type": "person",
|
||||
"person": {
|
||||
"email": "iscript13@gmail.com"
|
||||
}
|
||||
},
|
||||
{
|
||||
"object": "user",
|
||||
"id": "8b07422e-eeea-40d1-8d5e-c784211825b0",
|
||||
"name": "1C Integration",
|
||||
"avatar_url": null,
|
||||
"type": "bot",
|
||||
"bot": {
|
||||
"owner": {
|
||||
"type": "workspace",
|
||||
"workspace": true
|
||||
},
|
||||
"workspace_name": "Bayselonarrends Notion"
|
||||
}
|
||||
}
|
||||
],
|
||||
"next_cursor": null,
|
||||
"has_more": false,
|
||||
"type": "user",
|
||||
"user": {},
|
||||
"request_id": "e75a905c-d551-4b05-ad1b-3132a7073c28"
|
||||
}
|
||||
```
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user