Organization Documents API
Authentication
API
Document List
get
Query parameters
senderKennitalastringOptional
dateFromstring · date-timeOptional
dateTostring · date-timeOptional
categoryIdstringOptional
typeIdstringOptional
archivedbooleanOptionalDefault:
falseorderstring · enumOptionalPossible values:
openedbooleanOptional
pageinteger · int32OptionalDefault:
1pageSizeinteger · int32OptionalDefault:
15bookmarkedbooleanOptional
Responses
200
OK
application/json
204
No Content
400
Bad Request
application/json
get
/api/v1/DocumentsGet Document
get
Path parameters
documentIdstring · uuidRequired
Responses
200
OK
application/json
204
No Content
400
Bad Request
application/json
get
/api/v1/Documents/{documentId}Read Document
post
Path parameters
documentIdstring · uuidRequired
Responses
204
No Content
400
Bad Request
application/json
post
/api/v1/Documents/{documentId}/readNo content
Archive Document
post
Path parameters
documentIdstring · uuidRequired
Body
archivedbooleanOptional
Responses
204
No Content
400
Bad Request
application/json
post
/api/v1/Documents/{documentId}/archiveNo content
Bookmark Document
post
Path parameters
documentIdstring · uuidRequired
Body
bookmarkedbooleanOptional
Responses
204
No Content
400
Bad Request
application/json
post
/api/v1/Documents/{documentId}/bookmarkNo content
Document Types
get
Responses
200
OK
application/json
400
Bad Request
application/json
get
/api/v1/Documents/typesDocument Categories
get
Responses
200
OK
application/json
400
Bad Request
application/json
get
/api/v1/Documents/categoriesLast updated
Was this helpful?