Error
A valid request URL is required to generate request examples{
"id": "<string>",
"title": "<string>",
"scope": "personal",
"createdBy": "<string>",
"isPublic": true,
"owners": [
{
"id": "<string>",
"type": "group",
"displayName": "<string>",
"mail": "<string>",
"securityEnabled": true,
"mailEnabled": true,
"groupTypes": [
"<string>"
],
"groupType": "<string>",
"userPrincipalName": "<string>",
"jobTitle": "<string>",
"department": "<string>",
"officeLocation": "<string>"
}
],
"contributors": [
{
"id": "<string>",
"type": "group",
"displayName": "<string>",
"mail": "<string>",
"securityEnabled": true,
"mailEnabled": true,
"groupTypes": [
"<string>"
],
"groupType": "<string>",
"userPrincipalName": "<string>",
"jobTitle": "<string>",
"department": "<string>",
"officeLocation": "<string>"
}
],
"users": [
{
"id": "<string>",
"type": "group",
"displayName": "<string>",
"mail": "<string>",
"securityEnabled": true,
"mailEnabled": true,
"groupTypes": [
"<string>"
],
"groupType": "<string>",
"userPrincipalName": "<string>",
"jobTitle": "<string>",
"department": "<string>",
"officeLocation": "<string>"
}
],
"inheritEntitlements": true,
"hideFromCatalog": true,
"createdAt": "<string>",
"updatedBy": "<string>",
"updatedAt": "<string>",
"description": "<string>",
"icon": "<string>",
"parentPageId": "<string>",
"sort": 123,
"content": "<string>",
"contents": {
"card": {
"showChildPages": true,
"showChats": true,
"showMarkdown": true
},
"page": {
"showChildPages": true,
"showChats": true,
"showMarkdown": true,
"showContentPage": true
},
"hidden": true
},
"isFeatured": true,
"tags": [
"<string>"
],
"_ts": 123
}Pages
Get a page by ID
GET
/
pages
/
{id}
Error
A valid request URL is required to generate request examples{
"id": "<string>",
"title": "<string>",
"scope": "personal",
"createdBy": "<string>",
"isPublic": true,
"owners": [
{
"id": "<string>",
"type": "group",
"displayName": "<string>",
"mail": "<string>",
"securityEnabled": true,
"mailEnabled": true,
"groupTypes": [
"<string>"
],
"groupType": "<string>",
"userPrincipalName": "<string>",
"jobTitle": "<string>",
"department": "<string>",
"officeLocation": "<string>"
}
],
"contributors": [
{
"id": "<string>",
"type": "group",
"displayName": "<string>",
"mail": "<string>",
"securityEnabled": true,
"mailEnabled": true,
"groupTypes": [
"<string>"
],
"groupType": "<string>",
"userPrincipalName": "<string>",
"jobTitle": "<string>",
"department": "<string>",
"officeLocation": "<string>"
}
],
"users": [
{
"id": "<string>",
"type": "group",
"displayName": "<string>",
"mail": "<string>",
"securityEnabled": true,
"mailEnabled": true,
"groupTypes": [
"<string>"
],
"groupType": "<string>",
"userPrincipalName": "<string>",
"jobTitle": "<string>",
"department": "<string>",
"officeLocation": "<string>"
}
],
"inheritEntitlements": true,
"hideFromCatalog": true,
"createdAt": "<string>",
"updatedBy": "<string>",
"updatedAt": "<string>",
"description": "<string>",
"icon": "<string>",
"parentPageId": "<string>",
"sort": 123,
"content": "<string>",
"contents": {
"card": {
"showChildPages": true,
"showChats": true,
"showMarkdown": true
},
"page": {
"showChildPages": true,
"showChats": true,
"showMarkdown": true,
"showContentPage": true
},
"hidden": true
},
"isFeatured": true,
"tags": [
"<string>"
],
"_ts": 123
}Authorizations
Azure AD access token obtained via MSAL
Path Parameters
Response
Page object
Navigation page with markdown content, hierarchy, and ACL
Page ID (UUID)
Access control model
Available options:
personal, shared UPN of the creator
Allow public read access
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Hide entity from user-facing recommendations and catalog/search surfaces (still accessible to owners/contributors/admins)
ISO-8601 creation timestamp
ISO-8601 update timestamp
MUI icon name for the page
FK to parent page for hierarchical structure
Deprecated — will be removed
Markdown body content
Content display settings for card and page views
Show child attributes
Show child attributes
Whether this page is featured in the catalog
Cosmos DB last-modified timestamp (epoch seconds)
Was this page helpful?