BetaAccessRequestResponseModel
statusboolean
Whether the request succeeded.
Example:
falsemessagestring
Human-readable description of the result.
Example:
Beta program example-program not found or not activebeta_access_request object
idinteger
Unique identifier for the request
user_idinteger
ID of the user who made the request
program_idinteger
ID of the beta program
program_namestring
Name of the beta program
statusstring
Status of the request
Example:
requestedcreated_atstring<date-time>
When the request was made
BetaAccessRequestResponseModel
{
"status": false,
"message": "Beta program example-program not found or not active",
"beta_access_request": {
"id": 0,
"user_id": 0,
"program_id": 0,
"program_name": "string",
"status": "requested",
"created_at": "2024-07-29T15:51:28.071Z"
}
}
Was this page helpful?