Skip to content

Event QR Code

Defines the structure of the event qr code resource.

Utilized by:

Schema

{
"id": 0,
"event_shareable_id": "string",
"event_shareable_valid": true,
"event_shareable_url": "string",
"event_shareable_image_url": "string",
"user": {
"id": 0,
"user_first_name": "string",
"user_middle_name": "string",
"user_last_name": "string",
"user_username": "string",
"user_avatar_url": "string",
"user_visible": "string"
},
"created_at": "2024-12-23T06:51:18.676Z",
"updated_at": "2024-12-23T06:51:18.676Z"
}

Properties

id

Description: The unique identifier for the event’s shareable links
Data Type: Integer
Nullable: No
Table: Event Shareable Link

event_shareable_id

Description: The shareable ID generated
Data Type: String
Nullable: No
Table: Event Shareable Link

event_shareable_valid

Description: Indicates whether the shareable link is valid and has not been disabled
Data Type: Boolean
Nullable: No
Table: Event Shareable Link

event_shareable_url

Description: The shareable link of the event
Data Type: String
Nullable: No

event_shareable_image_url

Description: The open graph image Data Type: String
Nullable: No

user

Description: Information about the user who shares the event
Data Type: String
Nullable: No
Resource: Minimal User

created_at

Description: The timestamp when the record is created
Data Type: Timestamp
Nullable: Yes

updated_at

Description: The timestamp when the record is updated
Data Type: Timestamp
Nullable: Yes