# Get Endpoint - GetProgramInfo
Loads infos about the program.
# HTTP Request
One of the following requests should be made:
GET /api/programinfo
# Query parameters
| Name | Description |
|---|---|
| repository | optional. Destination repository key. |
# Request headers
| Name | Description |
|---|---|
| Authorization | required. Bearer {token}. See authorization |
# Responses
| Code | Description | Type |
|---|---|---|
200 | Loading ELO Sync program info was successful. | ProgramInfoEntity |
400 | Request contains invalid data. | |
401 | Logged in user is not authenticated or program info can not be loaded by given data. | |
500 | When an server error occurs during the load of program info. |
# Example
# Request
The following is an example of how to call the endpoint:
GET /api/programinfo?repository=repo1
# Response
The following example shows the response:
Information
The response object is truncated for clarity. Default properties will be returned from the call.
{
'version': '23.04.007.000',
'ixversion': '23.04.000.000',
'issuer': 'ELO Digital Office GmbH',
'copyright': 'Copyright © 2024 ELO Digital Office GmbH'
}