PV API Service

<back to all web services

PublicDocStorageStreamRequest

GET a previously requested file by it's token and extension. File must have already been requested, must not be outside of the bounds of the proper request time window, and must be requested by the person who made the original request, for this operation to succeed.

The following routes are available for this service:
GET/DocStorage/Public/{Environment}/{ForceSecureTransfer}/{ForDownload}/{DocStorageType}/{DocStorageName}

To override the Content-type in your clients HTTP Accept Header, append ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /jsv/reply/PublicDocStorageStreamRequest HTTP/1.1 
Host: api.practicevelocity.com 
Content-Type: text/jsv
Content-Length: length

{
	docStorageType: String,
	docStorageName: String,
	forDownload: False,
	forceSecureTransfer: False,
	environment: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	
}