Conference

Retrieves the collection of Conference resources.

get

The group parameter can be use to load additional data. Use 'groups[]=translation' to load translations as well.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
id[between]stringOptional
id[gt]stringOptional
id[gte]stringOptional
id[lt]stringOptional
id[lte]stringOptional
groups[]string[]Optional
Responses
chevron-right
200

Conference collection

hydra:totalItemsintegerOptional
get
/api/conferences
200

Conference collection

Retrieves a Conference resource.

get

The group parameter can be use to load additional data. Use 'groups[]=translation' to load translations as well.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

Resource identifier

Responses
chevron-right
200

Conference resource

Conference Represents a specific conference inside the converia instance.

@idstringRead-onlyOptional
@typestringRead-onlyOptional
@contextone ofRead-onlyOptional
stringOptional
or
idintegerOptional

The unique identifier for this conference

namestringOptional

The name of the conference

internalNamestringOptional

A version of the conference name used for internal processes and purposes.

isActivebooleanOptional

Weather or not the conference is currently active

isVisiblebooleanOptional

Weather or not this conference is visible

startTimestring · date-time · nullableOptional

The starting date of this conference

endTimestring · date-time · nullableOptional

The end date of this conference

invoiceNumberGroupstringOptional

The invoice number group

generalContactstring · iri-reference · nullableOptional

The general contact person of this conference

registrationContactstring · iri-reference · nullableOptional

The contact person responsible for the registration process of this conference

submissionContactstring · iri-reference · nullableOptional

The contact person responsible for the submission process of this conference

reviewingContactstring · iri-reference · nullableOptional

The contact person responsible for the reviewing process of this conference

currencystringOptional

The default currency used for this conference

defaultLanguagestring · iri-referenceOptional

Iri pointing towards the default language used for this conference

availableLanguagesstring · iri-reference[]Optional

Array of Iris pointing towards all languages available within this conference

categoriesstring · iri-reference[]Optional

Array of Iris pointing towards conference categories

get
/api/conferences/{id}

Last updated

Was this helpful?