# Get scorecard (Excel) Retrieve an application's scorecard. Endpoint: POST /makexls Version: 1.5 Security: ## Path parameters: - `version` (string, required) The version of the API. Enum: "1.0", "1.1", "1.2", "1.3", "1.4", "1.5" ## Request fields (multipart/form-data): - `appid` (integer, required) Insights-generated identifier for the application. Example: 123 - `format` (string) The desired structure of the scorecard section of the JSON reponse. is deprecated. Enum: "default", "jsonobject" - `sections` (string) The scorecard sections to return. This field can either contain a single section name or multiple section names. To have multiple sections returned, write each section name separated by commas. For a list of valid section names, see the object name of the section in the [Scorecard Reference page](https://docs.moneythumb.com/pdf-insights/scorecard). This overrides what is defined in the user profile. ## Response 400 fields (application/json): - `error` (string) Example: "No file found to process" ## Response 401 fields (application/json): - `error` (string) Example: "Bad token" ## Response 500 fields (application/json): - `error` (string) Example: "Encountered an unknown error. It has been reported. Please contact support@moneythumb.com for any questions." - `requestId` (string) Unique identifier for the request, useful for tracing. ## Response 503 fields (application/json): - `error` (string) Example: "Service unavailable"