Response JSON Parameters
This section provides the list of parameters in the JSON Response.
Table 6-2 Parameters in the JSON Response
| Parameter | Type | Description |
|---|---|---|
| as-of-date | STRING | The current As-of-Date set in Application Preferences, in yyyy-mm-dd format. |
Sample Response
Success: 200
{
"as-of-date": "2024-12-31"
}
Error: 400
{
"errorMessage": "User ID or Application Name not found",
"statusCode": "INVALID_INPUT",
"status": "FAILED"
}
Error: 500
{
"errorMessage": "Internal Server Error",
"statusCode": "INTERNAL_ERROR",
"status": "FAILED"
}