GET /entity/{ownerId}/wiki2/{wikiId}
Get a specific WikiPage of an Entity.
Note: The caller must be granted the ACCESS_TYPE.READ permission on the owner.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/entity/{ownerId}/wiki2/{wikiId}
Resource URL Variables
| {ownerId} | The ID of the owning Entity. |
| {wikiId} | The ID of the WikiPage to get. |
Parameters
| wikiVersion optional |
When included returns a specific version of a wiki. |
| Resource Information | |
|---|---|
| Authentication | Required |
| Required OAuth Scopes | view |
| HTTP Method | GET |
| Request Object | None |
| Response Object | V2WikiPage (application/json) |