Private Spaces

Create a data source view

Creates a new data source view in a specific space.

post/api/w/{wId}/spaces/{spaceId}/data_source_views

Path parameters

wIdstring required

ID of the workspace

spaceIdstring required

ID of the space

Request body

dataSourceIdstring required
parentsInstring[]

Response

Successfully created data source view

Changes

Changed in 1 of the 80 revisions of this API.1

    • added the optional property dataSourceView/usage to the response with the 201 status

      response-optional-property-added