Skip to main content

ApiResponseDTOVoid

Standard API response wrapper for all endpoints.

successboolean

Indicates whether the operation was successful

Example: true
dataobject

Payload returned by the API. The content varies depending on the endpoint.

messagestring

Human-readable message describing the result

Example: Operation completed successfully
ApiResponseDTOVoid
{
"success": true,
"data": {},
"message": "Operation completed successfully"
}