everyaction.services.Relationships

class everyaction.services.Relationships(ea: EAClient)

Represents the Relationships service.

Methods

list(*[, limit])

See GET /relationships.

list(*, limit: Optional[int] = None, **kwargs: EAValue) List[Relationship]

See GET /relationships.

Parameters
  • limit – Maximum number of records to get for this request.

  • kwargs – The applicable query arguments and JSON data for the request.

Returns

List of the resulting Relationship objects.