Namespaces
Methods
-
Retrieves the contents of a specific submitted file
-
Name Type Description mopDocumentIdnumber The unique identifier of the document
requestOptionsAppearition.RequestOptions Contains the various callback methods for this request
Returns:
Type Description object File stream -
Appearition.Mop.GetMopSyncManifest (request, requestOptions)Appearition.Mop.MopSyncManifestViewModel static
Retrieves a delta of modified Mop Documents on the server. The delta is determined from the view model sent in the request body Will return the Appearition.Mop.MopSyncManifestViewModel model
-
Name Type Description requestAppearition.Mop.MopSyncManifestViewModel Contains the identifiers for retrieving the required records
requestOptionsAppearition.RequestOptions Contains the various callback methods for this request
Returns:
Type Description Appearition.Mop.MopSyncManifestViewModel This is returned as part of the success callback function in the requestOptions param
Type Definitions
-
Represents a Mop document and all of the details
-
Properties:
Name Type Description DocumentIdnumber The unique identifier for the Mop Document
ShelterTypeAppearition.Site.ShelterTypeEnum The numerical value of the Appearition.Site.ShelterTypeEnum. This is a mandatory property
MainsHybridGensetAppearition.Site.MainsHybridGensetEnum The numerical value of the Appearition.Site.MainsHybridGensetEnum.
VersionNonumber Identifies the specific version of this document
DocumentNamestring The title given to the document. Note this will differ to the File Name
DateModifiedstring The date/time as UTC, that this document was last changed.
FileNamestring The name of the file
IsActiveboolean During the Mop sync process, if the client posted a document which is not longer available on the server, then this field will be set to false and the client should immediately remove the document from any local cache
-
This data structure holds the details of all Mops synchronised from server to client
-
Properties:
Name Type Description MopsArray.<Appearition.Mop.MopDocSyncManifestViewModel> A collection of Mop document records