TAG LINE
TAG LINE
SMALL TITLE
identity READ-ONLY | "identity": 23 Type: Number This is the unique numeric identifier for the EventRegistration |
eventDtoTypeKey | "eventDtoTypeKey": "Hello World" Type: String |
eventActionTypeId | "eventActionTypeId": 12 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": 21 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": 17 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. |
| GET | EventRegistration/External |
| Retrieve all of the EventRegistration objects. | |
Retrieve all of the EventRegistration objects. GET EventRegistration/External HTTP/1.1 200 OK
{
"trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
"totalCount": 1,
"items": [
{
"identity": 1,
"eventDtoTypeKey": "Sample Text Data",
"eventActionTypeId": 6,
"eventActionTypeName": "Sample Text Data",
"eventQueueTypeId": 14,
"eventQueueTypeName": "Sample Text Data",
"isRetrieved": true,
"isTracked": true,
"isActive": true,
"isInternal": true,
"name": "Sample Text Data",
"tokenContextTypeId": 22,
"tokenContextTypeName": "Sample Text Data"
}
]
} | |