v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBMarketplace > InstallationSetting
Reads all Installation settings
Reads all Installation settings
get/api/2026-07-01/resources/marketplace/installation_settings
Query parameters
company_idstring required
Identifier of the company
Example:1
Identifier of the company
integration_idstring required
ID of the integration
Example:Y0h_Sh7pRxCWpl0DySn_uQ
ID of the integration
Response
OK
Example response
{
"data": [
{
"leave_types": [
{
"id": "holidays",
"value": "123456"
}
],
"file_numbers": [
{
"legal_entity_id": "1",
"value": "123456"
}
],
"establishment_codes": [
{
"location_id": "1",
"value": "123456"
}
],
"timeoff_allowance_code": [
{
"id": "1",
"value": "123456"
}
]
}
]
}