TAG LINE
TAG LINE
SMALL TITLE

Event Registration

(API Version v9)


What can you do with EventRegistration?


Properties

Property Details
identity
READ-ONLY
"identity": 8
Type: Number
This is the unique numeric identifier for the EventRegistration
eventDtoTypeKey
"eventDtoTypeKey": "Hello World"
Type: String
eventActionTypeId
"eventActionTypeId": 27
Type: Number
Unique identifier for the associated EventActionType object.
eventActionTypeName
"eventActionTypeName": "Sample Name"
Type: String
The name of the object associated with the eventActionTypeId property.
eventQueueTypeId
"eventQueueTypeId": 22
Type: Number
Unique identifier for the associated EventQueueType object.
eventQueueTypeName
"eventQueueTypeName": "Sample Name"
Type: String
The name of the object associated with the eventQueueTypeId property.
isRetrieved
"isRetrieved": true
Type: Boolean
isTracked
"isTracked": true
Type: Boolean
isActive
"isActive": true
Type: Boolean
isInternal
"isInternal": true
Type: Boolean
name
"name": "Hello World"
Type: String
tokenContextTypeId
"tokenContextTypeId": 11
Type: Number
Unique identifier for the associated TokenContextType object.
tokenContextTypeName
"tokenContextTypeName": "Sample Name"
Type: String
The name of the object associated with the tokenContextTypeId property.


End Points

GETEventRegistration/External
Retrieve all of the EventRegistration objects.
Retrieve all of the EventRegistration objects.
GET EventRegistration/External
View Sample Response
HTTP/1.1 200 OK
{
    "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
    "totalCount": 1,
    "items": [
        {
            "identity": 1,
            "eventDtoTypeKey": "Sample Text Data",
            "eventActionTypeId": 10,
            "eventActionTypeName": "Sample Text Data",
            "eventQueueTypeId": 27,
            "eventQueueTypeName": "Sample Text Data",
            "isRetrieved": true,
            "isTracked": true,
            "isActive": true,
            "isInternal": true,
            "name": "Sample Text Data",
            "tokenContextTypeId": 12,
            "tokenContextTypeName": "Sample Text Data"
        }
    ]
}