The id of the account to use. The value must be an Id
OptionalidsThe ids of the objects to return. If null, then all records of the data type are returned, if this is supported for that data type and the number of records does not exceed the maxObjectsInGet limit.
The value must be Id[] | null
OptionalpropertiesIf supplied, only the properties listed in the array are returned for each object. If null, all properties of the object are returned. The id property of the object is always returned, even if not explicitly requested. If an invalid property is requested, the call MUST be rejected with an invalidArguments error.
The standard arguments for fetching objects via a
/getcallType Param: T
The interface of the object whose properties are being fetched