GET
/
api
/
v1
/
event_attends
{
  "hydra:member": [
    {
      "@context": "<string>",
      "@id": "<string>",
      "@type": "<string>",
      "id": 123,
      "event": {
        "@context": "<string>",
        "@id": "<string>",
        "@type": "<string>",
        "id": 123,
        "uuid": "<string>",
        "name": "<string>",
        "dateTimeBegin": "2023-11-07T05:31:56Z",
        "dateTimeEnd": "2023-11-07T05:31:56Z",
        "isOnline": true,
        "settings": {
          "tenantLogo": true,
          "showTitle": true,
          "colorSelection": null,
          "colorButton": null,
          "disableSubscribe": false,
          "disableRegister": true,
          "lightThemeOnly": false,
          "isThankYouSingular": false,
          "fieldName": true,
          "fieldEmail": true,
          "fieldPhone": false,
          "fieldOrganisation": false,
          "fieldRole": false,
          "fieldTown": false,
          "fieldLinkedin": false,
          "fieldX": false,
          "fieldInstagram": false
        },
        "isPast": true
      },
      "user": {
        "@context": "<string>",
        "@id": "<string>",
        "@type": "<string>",
        "id": 123,
        "firstName": "<string>",
        "lastName": "<string>",
        "email": "jsmith@example.com",
        "fullName": "<string>",
        "isFeeActive": true,
        "isExpiredValidFeeDate": true,
        "townCurrent": {
          "@context": "<string>",
          "@id": "<string>",
          "@type": "<string>",
          "id": 123,
          "name": "<string>",
          "county": {
            "@context": "<string>",
            "@id": "<string>",
            "@type": "<string>",
            "name": "<string>",
            "state": "<string>"
          },
          "country": {
            "@context": "<string>",
            "@id": "<string>",
            "@type": "<string>",
            "id": 123,
            "name": "<string>"
          }
        },
        "logo": "<string>",
        "phoneNumber": "<string>",
        "validFeeDate": "2023-11-07T05:31:56Z",
        "validLocalFeeDate": "2023-11-07T05:31:56Z",
        "postalCode": "<string>",
        "address": "<string>",
        "professionOrganisation": "<string>",
        "professionOrganisationRole": "<string>",
        "companyIdentifier": "<string>",
        "companyName": "<string>",
        "companyAddress": "<string>",
        "companyRegNo": "<string>",
        "isExpiredValidLocalFeeDate": true,
        "isLocalFeeActive": true
      },
      "external": {
        "@context": "<string>",
        "@id": "<string>",
        "@type": "<string>",
        "id": 123,
        "name": "<string>",
        "email": "<string>",
        "phone": "<string>",
        "organisation": "<string>",
        "role": "<string>",
        "twitter": "<string>",
        "linkedin": "<string>",
        "instagram": "<string>",
        "country": {
          "@context": "<string>",
          "@id": "<string>",
          "@type": "<string>",
          "id": 123,
          "name": "<string>"
        },
        "town": {
          "@context": "<string>",
          "@id": "<string>",
          "@type": "<string>",
          "id": 123,
          "name": "<string>",
          "county": {
            "@context": "<string>",
            "@id": "<string>",
            "@type": "<string>",
            "name": "<string>",
            "state": "<string>"
          },
          "country": {
            "@context": "<string>",
            "@id": "<string>",
            "@type": "<string>",
            "id": 123,
            "name": "<string>"
          }
        },
        "companyIdentifier": "<string>",
        "companyName": "<string>",
        "companyAddress": "<string>",
        "customFieldValues": [
          "https://example.com/"
        ],
        "professionOrganisationRole": "<string>",
        "companyRegNo": "<string>",
        "status": "https://example.com/",
        "lastStatusUpdate": "2023-11-07T05:31:56Z",
        "fullName": "<string>",
        "firstName": "<string>",
        "lastName": "<string>"
      },
      "status": 1,
      "productPayment": {
        "@context": "<string>",
        "@id": "<string>",
        "@type": "<string>",
        "amount": 123,
        "price": {
          "@context": "<string>",
          "@id": "<string>",
          "@type": "<string>",
          "currency": "<string>",
          "price": 123,
          "name": "<string>"
        }
      },
      "dateCreated": "2023-11-07T05:31:56Z",
      "isInvited": true,
      "productPrice": {
        "@context": "<string>",
        "@id": "<string>",
        "@type": "<string>",
        "currency": "<string>",
        "price": 123,
        "name": "<string>"
      },
      "hash": "<string>"
    }
  ],
  "hydra:totalItems": 1,
  "hydra:view": {
    "@id": "string",
    "type": "string",
    "hydra:first": "string",
    "hydra:last": "string",
    "hydra:previous": "string",
    "hydra:next": "string"
  },
  "hydra:search": {
    "@type": "<string>",
    "hydra:template": "<string>",
    "hydra:variableRepresentation": "<string>",
    "hydra:mapping": [
      {
        "@type": "<string>",
        "variable": "<string>",
        "property": "<string>",
        "required": true
      }
    ]
  }
}

Query Parameters

page
integer
default:1

The collection page number

pagination
boolean

Enable or disable pagination

event
string
event[]
string[]
status
integer
status[]
integer[]
user
string
user[]
string[]
external
string
external[]
string[]
event.type
string
event.type[]
string[]
order[user.lastName]
enum<string>
default:asc
Available options:
asc,
desc
order[event.dateTimeBegin]
enum<string>
default:asc
Available options:
asc,
desc
order[user.validFeeDate]
enum<string>
default:asc
Available options:
asc,
desc
order[isInvited]
enum<string>
default:asc
Available options:
asc,
desc

Response

200
application/ld+json

EventAttend collection

The response is of type object.