WebAPI

WebAPI – Locations

89 views 30 June, 2017 28 June, 2018 Valuekeep 0

This service allows you to retrieve and handle Locations in Valuekeep.

Below you can find an analysis of the methods available through the service.

Get Locations without User Fields

GET /api/mytenant/myorganization/maintenancemanagementcore/locations/GetLocationsWithoutUserFields?version={version}&maxRecords={MaxRecords}

This method allows you to retrieve the list of Locations without the user fields or the Location's image. If the image of the location is available, the value of "HasPicture" property is "True" and if there are attachment associated with this location, the (LocationsAttachments) section returns information on these attachments.
You can retrieve the list of Locations using the following filters:

  • MaxRecords: Maximum number of records (you can request 200 records at a time)
  • Version: Version

Example:

GET /api/mytenant/myorganization/maintenancemanagementcore/locations/GetLocationsWithoutUserFields?version=AAAAAAAAAAA=&maxRecords=100

Retrieves a maximum of 100 locations using version "AAAAAAAAAAA=" or later.

Tags:

Foi útil?