GET /entity/{ownerId}/wiki/{wikiId}
Get a specific WikiPage of 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}/wiki/{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 | WikiPage (application/json) |