Doc Store
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
keystringRequired
Responses
200
The document value has been successfully retrieved.
No content
404
The key was not found.
500
Internal server error.
get
/sfp/api/doc-store/docs/{key}No content
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
keystringRequired
Body
valueobjectOptional
Responses
201
The document entry has been successfully created or updated.
500
Internal server error.
post
/sfp/api/doc-store/docs/{key}No content
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
keystringRequired
Body
versionnumberOptional
Responses
204
The document entry has been successfully deleted.
404
The key was not found.
409
Version mismatch.
500
Internal server error.
delete
/sfp/api/doc-store/docs/{key}No content
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
keystringRequired
Responses
200
The document version has been successfully retrieved.
No content
404
The key was not found.
500
Internal server error.
get
/sfp/api/doc-store/docs/{key}/versionNo content
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
standaloneDocumentsOnlybooleanOptional
When true, returns only documents that are not part of any collection (collection_id is null). When false or omitted, returns all documents including those in collections.
Responses
200
The list of keys has been successfully retrieved.
No content
500
Internal server error.
get
/sfp/api/doc-store/docsNo content
Last updated