Skip to content

Gallery Photo Shareable Link

Defines the structure of the gallery photo shareable link resource.

Utilized by:

Schema

{
"id": 0,
"event_photo_id": 0,
"event_photo_shareable_id": "string",
"event_photo_shareable_valid": true,
"event_photo_shareable_url": "string",
"event_photo_shareable_image_url": "string",
"created_at": "2025-01-25T13:38:32.208Z",
"updated_at": "2025-01-25T13:38:32.208Z"
}

Properties

id

Description: The ID of the gallery photo
Data Type: Integer
Nullable: No
Table: Event Photo Shareable Link

event_photo_shareable_id

Description: The unique generated ID that can be accessed publicly
Data Type: String
Nullable: No
Table: Event Photo Shareable Link

event_photo_shareable_valid

Description: Indicates whether the shareable ID is valid
Data Type: Boolean
Nullable: No
Table: Event Photo Shareable Link

event_photo_shareable_url

Description: The URL of the shared gallery photo
Data Type: String
Nullable: No

event_photo_shareable_image_url

Description: The URL of the Open Graph Image
Data Type: String
Nullable: No

created_at

Description: The timestamp when the record is created
Data Type: Timestamp
Nullable: Yes
Table: Event Photo Shareable Link

updated_at

Description: The timestamp when the record is updated
Data Type: Timestamp
Nullable: Yes
Table: Event Photo Shareable Link