Skip to content

Experiences

API information

The experience resource is managed by the Resources API.

Note: The Resources API also manages object and custom resources.

Service URLs

Region URL
AMER https://resources.amer.xpkit.net
APAC https://resources.apac.xpkit.net
China https://resources.china.xpkit.cn
EMEA https://resources.emea.xpkit.net

OpenAPI Specification

Resource name Documentation Download
Experience View Link

Example experience

{
    "name": "Developer Conference 2022",
    "venue": "ExCeL London",
    "attendees": 1500,
    "latest": true,
    "experience_id": "developer-conference-2022",
    "start_date": "2022-11-01",
    "end_date": "2022-11-10",
    "created": "2022-03-01T14:56:32Z",
    "last_modified": "2022-04-05T03:12:56Z"
}

Notes on experiences

  • The experience_id field should not be provided in CRUD requests. It will be ignored and auto generated from the provided name field.
  • The experience_id field is used by other resources to link themselves to an experience. See the activity examples for a guide.