Skip to content

Objects

API information

The object resource is managed by the Resources API.

Note: The Resources API also manages experience 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
Object View Link

Example object

{
    "name": "Registration website",
    "description": "Website where visitors register prior to arriving",
    "object_id": "registration-website",
    "created": "2022-03-01T14:56:32Z",
    "last_modified": "2022-04-05T03:12:56Z"
}

Notes on objects

  • The object_id field should not be provided in CRUD requests. It will be ignored and auto generated from the provided name field.