...
This method is used only by PIS.
This method returns list of documents that needs to be uploaded for person and urls. In case no documents must be uploaded - empty list is returned.
Person is obtained from user that performs method.
Specification
Validations
Authorization
Verify the validity of the access token
in case of error - return 401 (“Invalid access token”)
Verify that token is not expired
in case of error - return 401 (“Invalid access token”)
Check user scopes in order to perform this action (scope = 'person_documents:write_pis')
in case of invalid scope(s) - return 403 (“Your scope does not allow to access this resource. Missing allowances: person_documents:write_pis”)
...