Get Event Relationships Profiles
GET {{baseUrl}}/api/events/:id/relationships/profiles/
Get profile relationships for an event with the given event ID.
Rate limits:
Burst: 350/s
Steady: 3500/m
Scopes:
events:read
profiles:read
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
revision | string | (Required) API endpoint revision (format: YYYY-MM-DD[.suffix]) | |
Accept | string |
RESPONSES
status: OK
{"data":[{"type":"profile","id":"\u003cstring\u003e"},{"type":"profile","id":"\u003cstring\u003e"}]}