curl --request GET \
--url https://platform.kodexa.ai/api/platform-configurations/{id} \
--header 'x-api-key: <api-key>'{
"aboutMarkdown": "<string>",
"changeLogArticleId": "<string>",
"changeSequence": 123,
"cornerIcon": "<string>",
"createdOn": "2023-11-07T05:31:56Z",
"id": "<string>",
"platformDashboardRefs": "<string>",
"runBackgroundServices": true,
"settings": {},
"stylesheet": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>",
"welcomeMarkdown": "<string>"
}Retrieves a single PlatformConfiguration by its unique identifier. Platform configurations store platform-wide settings and feature flags.
curl --request GET \
--url https://platform.kodexa.ai/api/platform-configurations/{id} \
--header 'x-api-key: <api-key>'{
"aboutMarkdown": "<string>",
"changeLogArticleId": "<string>",
"changeSequence": 123,
"cornerIcon": "<string>",
"createdOn": "2023-11-07T05:31:56Z",
"id": "<string>",
"platformDashboardRefs": "<string>",
"runBackgroundServices": true,
"settings": {},
"stylesheet": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>",
"welcomeMarkdown": "<string>"
}API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
Unique identifier (UUID) of the resource.
The PlatformConfiguration
Platform configuration stores platform-wide settings and feature flags.