Number of APIs: 46
https://help.accusoft.com/PrizmDoc/latest/HTML/pas-dev-guide-overview.html
GET {{pas_base_url}}/health
NOTE: For a Kubernetes cluster, see Checking PrizmDoc Viewer Kubernetes Cluster Health.
https://help.accusoft.com/PrizmDoc/latest/HTML/health.html#get-health
GET {{pas_base_url}}/info
NOTE: We recommend using GET /health API when checking PAS health automatically.
https://help.accusoft.com/PrizmDoc/latest/HTML/health.html#get-info
GET {{pas_base_url}}/servicesConnection
NOTE: A successful response only indicates whether PAS is able to communicate with PrizmDoc Server; it does not mean that PrizmDoc Server instances themselves are healthy. To check the health of PrizmDoc Server instances, use the PrizmDoc Server Health REST API.
https://help.accusoft.com/PrizmDoc/latest/HTML/health.html#get-servicesconnection
GET {{pas_base_url}}/Document/q/Attributes?DocumentID=u{{viewingSessionId}}
GET {{pas_base_url}}/Document/q/{{startPage}}-{{endPage}}/Text?DocumentID=u{{viewingSessionId}}
GET {{pas_base_url}}/FormDefinitions
GET {{pas_base_url}}/FormDefinitions/{{formDefinitionId}}
POST {{pas_base_url}}/FormDefinitions
DELETE {{pas_base_url}}/FormDefinitions/{{formDefinitionId}}
POST {{pas_base_url}}/v2/viewingSessions/{{viewingSessionId}}/formExtractors
GET {{pas_base_url}}/v2/viewingSessions/{{viewingSessionId}}/formExtractors/{{processId}}
GET {{pas_base_url}}/ImageStampList
GET {{pas_base_url}}/ImageStamp/{{imageStampId}}/q?format=Base64
GET {{pas_base_url}}/MarkupLayers/u{{viewingSessionId}}
POST {{pas_base_url}}/MarkupLayers/u{{viewingSessionId}}
https://help.accusoft.com/PrizmDoc/latest/HTML/markup-layers.html#post-markuplayersuviewingsessionid
GET {{pas_base_url}}/MarkupLayers/u{{viewingSessionId}}/{{layerRecordId}}
DELETE {{pas_base_url}}/MarkupLayers/u{{viewingSessionId}}/{{layerRecordId}}
PUT {{pas_base_url}}/MarkupLayers/u{{viewingSessionId}}/{{layerRecordId}}
GET {{pas_base_url}}/Page/q/{{pageNumber}}?DocumentID=u{{viewingSessionId}}&ContentType={{contentType}}
GET {{pas_base_url}}/Page/q/{{pageNumber}}/{{width}}x{{height}}?DocumentID=u{{viewingSessionId}}
GET {{pas_base_url}}/Page/q/{{pageNumber}}/Attributes?DocumentID=u{{viewingSessionId}}
GET {{pas_base_url}}/Page/q/{{pageNumber}}/Tile/{{x}}/{{y}}/{{width}}/{{height}}?DocumentID=u{{viewingSessionId}}
GET {{pas_base_url}}/v2/viewingPackageCreators/{{processId}}
POST {{pas_base_url}}/v2/viewingPackageCreators
PUT {{pas_base_url}}/v2/viewingPackageCreators/{{processId}}/sourceFile
GET {{pas_base_url}}/v2/viewingPackages/{{documentId}}
DELETE {{pas_base_url}}/v2/viewingPackages/{{documentId}}
GET {{pas_base_url}}/v2/viewingPackages/{{documentId}}/creator
GET {{pas_base_url}}/ViewingSession/u{{viewingSessionId}}/Attachments
POST {{pas_base_url}}/v2/viewingSessions/{{viewingSessionId}}/contentConverters
GET {{pas_base_url}}/v2/viewingSessions/{{viewingSessionId}}/contentConverters/{{processId}}
GET {{pas_base_url}}/v2/viewingSessions/{{viewingSessionId}}/contentConverters/{{processId}}/results/{{result}}/file?ContentDispositionFilename={{displayName}}
GET {{pas_base_url}}/ViewingSession/u{{viewingSessionId}}/FormInfo
POST {{pas_base_url}}/ViewingSession/u{{viewingSessionId}}/MarkupBurner
GET {{pas_base_url}}/ViewingSession/u{{viewingSessionId}}/MarkupBurner/{{processId}}
GET {{pas_base_url}}/ViewingSession/u{{viewingSessionId}}/MarkupBurner/{{processId}}/Document?ContentDispositionFilename={{documentDisplayName}}
POST {{pas_base_url}}/v2/viewingSessions/{{viewingSessionId}}/searchTasks
GET {{pas_base_url}}/v2/searchTasks/{{processId}}/results?limit={{limit}}
DELETE {{pas_base_url}}/v2/searchTasks/{{processId}}
PUT {{pas_base_url}}/v2/viewingSessions/{{viewingSessionId}}/sourceFile/original
GET {{pas_base_url}}/v2/viewingSessions/{{viewingSessionId}}/sourceFile/original
PUT {{pas_base_url}}/v2/viewingSessions/{{viewingSessionId}}/sourceFile/revised
GET {{pas_base_url}}/v2/viewingSessions/{{viewingSessionId}}/sourceFile/revised
POST {{pas_base_url}}/ViewingSession
PUT {{pas_base_url}}/ViewingSession/u{{viewingSessionId}}/SourceFile
GET {{pas_base_url}}/ViewingSession/u{{viewingSessionId}}/SourceFile?ContentDispositionFilename={{displayName}}
ENDPOINTS