v1

latestOpenAPI 3.0.32026-07-13218142597.2 KB
Smart Link

Create Smart Link in the content tree

Creates a Smart Link in the content tree in the space.

Permissions required: Permission to view the corresponding space. Permission to create a Smart Link in the content tree in the space.

post/embeds

Request body

spaceIdstring required

ID of the space.

titlestring

Title of the Smart Link in the content tree.

parentIdstring

The parent content ID of the Smart Link in the content tree.

embedUrlstring

The URL that the Smart Link in the content tree should be populated with.

Response

Returned if the Smart Link was successfully created in the content tree.

idstring

ID of the Smart Link in the content tree.

typestring

The content type of the object.

status'current' | 'draft' | 'archived' | 'historical' | 'trashed' | 'deleted' | 'any'

The status of the content.

titlestring

Title of the Smart Link in the content tree.

parentIdstring

ID of the parent content, or null if there is no parent content.

parentType'page' | 'whiteboard' | 'database' | 'embed' | 'folder'

Content type of the parent, or null if there is no parent.

positioninteger nullable

Position of the Smart Link within the given parent page tree.

authorIdstring

The account ID of the user who created this Smart Link in the content tree originally.

ownerIdstring

The account ID of the user who owns this Smart Link in the content tree.

createdAtstring date-time

Date and time when the Smart Link in the content tree was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ".

embedUrlstring

The embedded URL of the Smart Link. If the Smart Link does not have an embedded URL, this property will not be included in the response.

spaceIdstring

ID of the space the Smart Link is in.