curl --request GET \
--url https://api.other.page/v1/community/{id}/experience/{experienceId} \
--header 'X-Api-Key: <api-key>'
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"public": true,
"secret": "<string>",
"imageUrl": "<string>",
"bannerUrl": "<string>",
"experienceUrl": "<string>",
"serverId": "<string>",
"serverStatus": "active",
"codeUrl": "<string>",
"startDate": "2023-11-07T05:31:56Z",
"endDate": "2023-11-07T05:31:56Z",
"type": "web",
"communityId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
curl --request GET \
--url https://api.other.page/v1/community/{id}/experience/{experienceId} \
--header 'X-Api-Key: <api-key>'
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"public": true,
"secret": "<string>",
"imageUrl": "<string>",
"bannerUrl": "<string>",
"experienceUrl": "<string>",
"serverId": "<string>",
"serverStatus": "active",
"codeUrl": "<string>",
"startDate": "2023-11-07T05:31:56Z",
"endDate": "2023-11-07T05:31:56Z",
"type": "web",
"communityId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
Returns the experience
The response is of type object
.