Skip to content

List registration codes

GET
/api/registration/{registrationtypeid}/codes
curl --request GET \
--url https://api.eventpoint.io/api/registration/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/codes \
--header 'x-api-key: <x-api-key>'
registrationtypeid
required
string format: uuid

The registration type identifier.

OK

Array<object>
object
id
string format: uuid
created
string format: date-time
modified
string format: date-time
etag
null | string
projectId
string format: uuid
registrationTypeId
string format: uuid
name
null | string
description
null | string
passcode
null | string
emailAddresses
null | string
discountAmount
null | integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
discountPercent
null | number | string format: double
/^-?(?:0|[1-9]\d*)(?:\.\d+)?$/
quantity
null | integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
numberReserved
null | integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
numberRemaining
null | integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
numberUsed
null | integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
isExpired
boolean
isAvailable
boolean
openDate
null | string format: date-time
closeDate
null | string format: date-time

Forbidden

object
type
null | string
title
null | string
status
null | integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
detail
null | string
instance
null | string