# Conference

## Retrieves the collection of Conference resources.

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

```json
{"openapi":"3.0.0","info":{"title":"Converia API","version":"3.5.0"},"servers":[{"url":"/","description":""}],"security":[{"bearerAuth":[]}],"components":{"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer"}},"schemas":{"Conference.ConferenceDTO.jsonld-conference.read_translation":{"type":"object","description":"Conference\nRepresents a specific conference inside the converia instance.","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http://www.w3.org/ns/hydra/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"id":{"description":"The unique identifier for this conference","type":"integer"},"name":{"description":"The name of the conference","type":"string"},"nameTranslations":{"description":"Array of translation objects containing the field translations in all available languages. Not loaded by default, see translation.","type":"array","items":{"$ref":"#/components/schemas/Translation.TranslationDTO.jsonld-conference.read_translation"}},"shortNameTranslations":{"description":"Array of translation objects containing the field translations in all available languages. Not loaded by default, see translation.","type":"array","items":{"$ref":"#/components/schemas/Translation.TranslationDTO.jsonld-conference.read_translation"}},"internalName":{"description":"A version of the conference name used for internal processes and purposes.","type":"string"},"isActive":{"description":"Weather or not the conference is currently active","type":"boolean"},"isVisible":{"description":"Weather or not this conference is visible","type":"boolean"},"startTime":{"description":"The starting date of this conference","type":"string","format":"date-time","nullable":true},"endTime":{"description":"The end date of this conference","type":"string","format":"date-time","nullable":true},"invoiceNumberGroup":{"description":"The invoice number group","type":"string"},"generalContact":{"description":"The general contact person of this conference","type":"string","format":"iri-reference","nullable":true},"registrationContact":{"description":"The contact person responsible for the registration process of this conference","type":"string","format":"iri-reference","nullable":true},"submissionContact":{"description":"The contact person responsible for the submission process of this conference","type":"string","format":"iri-reference","nullable":true},"reviewingContact":{"description":"The contact person responsible for the reviewing process of this conference","type":"string","format":"iri-reference","nullable":true},"currency":{"description":"The default currency used for this conference","type":"string"},"defaultLanguage":{"description":"Iri pointing towards the default language used for this conference","type":"string","format":"iri-reference"},"availableLanguages":{"description":"Array of Iris pointing towards all languages available within this conference","type":"array","items":{"type":"string","format":"iri-reference"}},"categories":{"description":"Array of Iris pointing towards conference categories","type":"array","items":{"type":"string","format":"iri-reference"}}}},"Translation.TranslationDTO.jsonld-conference.read_translation":{"type":"object","description":"Translation","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http://www.w3.org/ns/hydra/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"language":{"type":"string","format":"iri-reference"},"content":{"type":"string"}}},"Conference.ConferenceDTO-conference.read_translation":{"type":"object","description":"Conference\nRepresents a specific conference inside the converia instance.","properties":{"id":{"description":"The unique identifier for this conference","type":"integer"},"name":{"description":"The name of the conference","type":"string"},"nameTranslations":{"description":"Array of translation objects containing the field translations in all available languages. Not loaded by default, see translation.","type":"array","items":{"$ref":"#/components/schemas/Translation.TranslationDTO-conference.read_translation"}},"shortNameTranslations":{"description":"Array of translation objects containing the field translations in all available languages. Not loaded by default, see translation.","type":"array","items":{"$ref":"#/components/schemas/Translation.TranslationDTO-conference.read_translation"}},"internalName":{"description":"A version of the conference name used for internal processes and purposes.","type":"string"},"isActive":{"description":"Weather or not the conference is currently active","type":"boolean"},"isVisible":{"description":"Weather or not this conference is visible","type":"boolean"},"startTime":{"description":"The starting date of this conference","type":"string","format":"date-time","nullable":true},"endTime":{"description":"The end date of this conference","type":"string","format":"date-time","nullable":true},"invoiceNumberGroup":{"description":"The invoice number group","type":"string"},"generalContact":{"description":"The general contact person of this conference","type":"string","format":"iri-reference","nullable":true},"registrationContact":{"description":"The contact person responsible for the registration process of this conference","type":"string","format":"iri-reference","nullable":true},"submissionContact":{"description":"The contact person responsible for the submission process of this conference","type":"string","format":"iri-reference","nullable":true},"reviewingContact":{"description":"The contact person responsible for the reviewing process of this conference","type":"string","format":"iri-reference","nullable":true},"currency":{"description":"The default currency used for this conference","type":"string"},"defaultLanguage":{"description":"Iri pointing towards the default language used for this conference","type":"string","format":"iri-reference"},"availableLanguages":{"description":"Array of Iris pointing towards all languages available within this conference","type":"array","items":{"type":"string","format":"iri-reference"}},"categories":{"description":"Array of Iris pointing towards conference categories","type":"array","items":{"type":"string","format":"iri-reference"}}}},"Translation.TranslationDTO-conference.read_translation":{"type":"object","description":"Translation","properties":{"language":{"type":"string","format":"iri-reference"},"content":{"type":"string"}}}}},"paths":{"/api/conferences":{"get":{"operationId":"getConferenceCollection","tags":["Conference"],"responses":{"200":{"description":"Conference collection","content":{"application/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#/components/schemas/Conference.ConferenceDTO.jsonld-conference.read_translation"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text/html":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Conference.ConferenceDTO-conference.read_translation"}}}}}},"summary":"Retrieves the collection of Conference resources.","description":"The group parameter can be use to load additional data. Use 'groups[]=translation' to load translations as well.","parameters":[{"name":"id[between]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"id[gt]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"id[gte]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"id[lt]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"id[lte]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"groups[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false}],"deprecated":false}}}}
```

## Retrieves a Conference resource.

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

```json
{"openapi":"3.0.0","info":{"title":"Converia API","version":"3.5.0"},"servers":[{"url":"/","description":""}],"security":[{"bearerAuth":[]}],"components":{"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer"}},"schemas":{"Conference.ConferenceDTO.jsonld-conference.read_translation":{"type":"object","description":"Conference\nRepresents a specific conference inside the converia instance.","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http://www.w3.org/ns/hydra/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"id":{"description":"The unique identifier for this conference","type":"integer"},"name":{"description":"The name of the conference","type":"string"},"nameTranslations":{"description":"Array of translation objects containing the field translations in all available languages. Not loaded by default, see translation.","type":"array","items":{"$ref":"#/components/schemas/Translation.TranslationDTO.jsonld-conference.read_translation"}},"shortNameTranslations":{"description":"Array of translation objects containing the field translations in all available languages. Not loaded by default, see translation.","type":"array","items":{"$ref":"#/components/schemas/Translation.TranslationDTO.jsonld-conference.read_translation"}},"internalName":{"description":"A version of the conference name used for internal processes and purposes.","type":"string"},"isActive":{"description":"Weather or not the conference is currently active","type":"boolean"},"isVisible":{"description":"Weather or not this conference is visible","type":"boolean"},"startTime":{"description":"The starting date of this conference","type":"string","format":"date-time","nullable":true},"endTime":{"description":"The end date of this conference","type":"string","format":"date-time","nullable":true},"invoiceNumberGroup":{"description":"The invoice number group","type":"string"},"generalContact":{"description":"The general contact person of this conference","type":"string","format":"iri-reference","nullable":true},"registrationContact":{"description":"The contact person responsible for the registration process of this conference","type":"string","format":"iri-reference","nullable":true},"submissionContact":{"description":"The contact person responsible for the submission process of this conference","type":"string","format":"iri-reference","nullable":true},"reviewingContact":{"description":"The contact person responsible for the reviewing process of this conference","type":"string","format":"iri-reference","nullable":true},"currency":{"description":"The default currency used for this conference","type":"string"},"defaultLanguage":{"description":"Iri pointing towards the default language used for this conference","type":"string","format":"iri-reference"},"availableLanguages":{"description":"Array of Iris pointing towards all languages available within this conference","type":"array","items":{"type":"string","format":"iri-reference"}},"categories":{"description":"Array of Iris pointing towards conference categories","type":"array","items":{"type":"string","format":"iri-reference"}}}},"Translation.TranslationDTO.jsonld-conference.read_translation":{"type":"object","description":"Translation","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http://www.w3.org/ns/hydra/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"language":{"type":"string","format":"iri-reference"},"content":{"type":"string"}}},"Conference.ConferenceDTO-conference.read_translation":{"type":"object","description":"Conference\nRepresents a specific conference inside the converia instance.","properties":{"id":{"description":"The unique identifier for this conference","type":"integer"},"name":{"description":"The name of the conference","type":"string"},"nameTranslations":{"description":"Array of translation objects containing the field translations in all available languages. Not loaded by default, see translation.","type":"array","items":{"$ref":"#/components/schemas/Translation.TranslationDTO-conference.read_translation"}},"shortNameTranslations":{"description":"Array of translation objects containing the field translations in all available languages. Not loaded by default, see translation.","type":"array","items":{"$ref":"#/components/schemas/Translation.TranslationDTO-conference.read_translation"}},"internalName":{"description":"A version of the conference name used for internal processes and purposes.","type":"string"},"isActive":{"description":"Weather or not the conference is currently active","type":"boolean"},"isVisible":{"description":"Weather or not this conference is visible","type":"boolean"},"startTime":{"description":"The starting date of this conference","type":"string","format":"date-time","nullable":true},"endTime":{"description":"The end date of this conference","type":"string","format":"date-time","nullable":true},"invoiceNumberGroup":{"description":"The invoice number group","type":"string"},"generalContact":{"description":"The general contact person of this conference","type":"string","format":"iri-reference","nullable":true},"registrationContact":{"description":"The contact person responsible for the registration process of this conference","type":"string","format":"iri-reference","nullable":true},"submissionContact":{"description":"The contact person responsible for the submission process of this conference","type":"string","format":"iri-reference","nullable":true},"reviewingContact":{"description":"The contact person responsible for the reviewing process of this conference","type":"string","format":"iri-reference","nullable":true},"currency":{"description":"The default currency used for this conference","type":"string"},"defaultLanguage":{"description":"Iri pointing towards the default language used for this conference","type":"string","format":"iri-reference"},"availableLanguages":{"description":"Array of Iris pointing towards all languages available within this conference","type":"array","items":{"type":"string","format":"iri-reference"}},"categories":{"description":"Array of Iris pointing towards conference categories","type":"array","items":{"type":"string","format":"iri-reference"}}}},"Translation.TranslationDTO-conference.read_translation":{"type":"object","description":"Translation","properties":{"language":{"type":"string","format":"iri-reference"},"content":{"type":"string"}}}}},"paths":{"/api/conferences/{id}":{"get":{"operationId":"getConferenceItem","tags":["Conference"],"responses":{"200":{"description":"Conference resource","content":{"application/ld+json":{"schema":{"$ref":"#/components/schemas/Conference.ConferenceDTO.jsonld-conference.read_translation"}},"text/html":{"schema":{"$ref":"#/components/schemas/Conference.ConferenceDTO-conference.read_translation"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Conference resource.","description":"The group parameter can be use to load additional data. Use 'groups[]=translation' to load translations as well.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false}}}}
```
