GET/attributedefinition/

List Attributes

List attributes

Implementation Notes

This API retrieves the list of available Attribute Definitions.

  • Attributes define metadata or properties related to specific entities in the system.
  • The endpoint requires Bearer Token Authentication.
GET/attributedefinition/

Responses

StatusMeaningDescriptionSchema
200OKOK
400Bad RequestBad RequestNone
401UnauthorizedUnauthorizedNone
429Too Many RequestsToo Many RequestsNone
500Internal Server ErrorInternal Server ErrorNone

Example Request

# You can also use wget
curl -X GET https://api.events.example.com/api/v1/attributedefinition/ \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

Example responses

200 Response
[
  {
    "attribute": "venueid",
    "attributeGroupName": "Room Type",
    "definition": "Defines the type of room (e.g., Suite, Deluxe, Standard)"
  }
]

Need Support?

Our team is here to help you integrate and make the most of our APIs. Get in touch for technical support, custom solutions, or any questions.