# Get Endpoint - GetEloDocumentMaskById

Loads metadata of the document doc mask with the provided id.

# HTTP Request

One of the following requests should be made:

GET /odata/syncjobsdocmasks({key})
GET /odata/syncjobsdocmasks/{key}

The endpoint supports the following OData query parameters: $select, $expand

# Path parameters

Name Description
key required. Id of document mask that should be loaded.

# Query parameters

Name Description
repository optional. Destination repository key.

# Request headers

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

# Responses

Code Description Type
200 If the load of sync job ELO document mask was successful. array MaskEntity
400 Request contains invalid data.
500 When an server error occurs during the load of sync job document mask.
Zuletzt aktualisiert: 7. Februar 2025 um 08:35