Partner Documents
Get partner documents not connected to single customer. For example reports. By default, it returns last 20 documents. It is possible to send query parameters to adjust the result.
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Query parameters
documentTypestring · enumOptionalPossible values:
Type of document. For example TERMS_AND_CONDITIONS.
startDatestring · date-timeOptional
Beginning of the range. Document create date time is after this parameter.
endDatestring · date-timeOptional
End of the range. Document create date time is before this parameter.
isValidbooleanOptional
Used to filter active documents.
cursorstringOptional
String value used for pagination
limitinteger · min: 1RequiredDefault:
Maximum number of items to return
20Responses
200
OK
application/json
404
Not Found
application/json
get
/partner-documentsGet single partner document for given documentId.
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
documentIdstring · uuidRequired
Id of document
Responses
200
OK
application/json
404
Not Found
application/json
get
/partner-documents/{documentId}Download document file for given documentId.
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
documentIdstring · uuidRequired
Id of document
Responses
200
OK
application/octet-stream
404
Not Found
application/json
get
/partner-documents/{documentId}/fileNo content
Last updated

