Get Endpoint - GetMaskNameById
Retrieves mask name for the provided mask with the maskId from the provided repository.
HTTP Request
One of the following requests should be made:
Query parameters
| Name | Description |
| repository | optional. Repository from which mask name should be loaded. |
| maskId | optional. Id of mask where name should be loaded. |
| Name | Description |
| Authorization | required. Bearer {token}. See authorization |
Responses
| Code | Description | Type |
200 | Name of mask. | string |
401 | Logged in user is not authenticated or mask name can not be loaded by given data. | |
404 | The Mask from the provided ID could not be retrieved. | |
500 | Loading mask name has failed due to an internal server error. | |