# Get Endpoint - GetDocumentMasksForRepository

Loads list of available doc masks from provided repository.

# HTTP Request

One of the following requests should be made:

GET /api/repository/docmasks

# Query parameters

Name Description
repository optional. Repository from which doc masks should be loaded.
includeDocumentMasks optional. True if document doc masks should be loaded otherwise false.
includeFolderMasks optional. True if folder doc masks should be loaded otherwise false.

# Request headers

Name Description
Authorization required. Bearer {token}. See authorization

# Responses

Code Description Type
200 List of loaded doc masks. array DocMaskDto
401 Logged in user is not authenticated or doc masks can not be loaded by given data.
500 Loading doc masks has failed due to an internal server error.
Last updated: February 14, 2025 at 8:26 AM