everyaction.services.MiniVANExports¶
- class everyaction.services.MiniVANExports(ea: EAClient)¶
Represents the MiniVANExports service.
Methods
get(export_id, /)list(*[, limit])See GET /minivanExports.
- get(export_id: int, /) MiniVANExport¶
See GET /minivanExports/{minivanExportId}.
- Parameters
export_id – The minivanExportId path parameter.
- Returns
The resulting
MiniVANExportobject.
- list(*, limit: Optional[int] = None, **kwargs: EAValue) List[MiniVANExport]¶
See GET /minivanExports.
- 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
MiniVANExportobjects.- Keyword Arguments
createdBy (created_by, creator)
expand
generatedAfter (generated_after, after)
generatedBefore (generated_before, before)
name