View a Document by Path
get
/primeapi/restapi/document/workspace/{code}/{type}/search?path={path}
Send a request to this endpoint to view a document by path.
Request
Path Parameters
-
code: string
The key of a document.
-
type: string
The type of a document.
Query Parameters
-
path: string
The folder path in which a document is stored.
Response
Supported Media Types
- application/json
200 Response
successful operation
Root Schema : schema
Type:
string
404 Response
The requested folder does not exist, or you do not have access to it.