|
|
|
@ -39,7 +39,8 @@ export class EventService { |
|
|
|
defaultHttpOptionsFromConfig(config)); |
|
|
|
} |
|
|
|
|
|
|
|
public getEdgeEvents(entityId: EntityId, pageLink: TimePageLink, config?: RequestConfig): Observable<PageData<Event>> { |
|
|
|
public getEdgeEvents(entityId: EntityId, pageLink: TimePageLink, |
|
|
|
config?: RequestConfig): Observable<PageData<Event>> { |
|
|
|
return this.http.get<PageData<Event>>(`/api/edge/${entityId.id}/events` + `${pageLink.toQuery()}`, |
|
|
|
defaultHttpOptionsFromConfig(config)); |
|
|
|
} |
|
|
|
|