Returns the location (points of interest) matching the specified parameters.
If no parameters are specified, then all locations are returned.
If there are more than 50 locations, then by default only the first 50 locations are returned.
To view details of the other locations you will need to specify values for pageSize and pageIndex.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Location name search string.
This is a case insensitive partial match.
A location will match if the specified name is found anywhere in the location name.
Location address search string.
This is a case insensitive partial match.
A location will match if the specified address is found anywhere in formatedAddress.
A location category name.
This is a case sensitive exact match search.
Location reference search string.
This is a case insensitive partial match.
A location will match if the specified reference is found anywhere in reference.
Location phone number search string.
This is a partial match.
A location will match
Specifies the pagination page index.
Pages are zero indexed, i.e.
the first page has an index value of zero.
Specifies the number of items to include on a page.
Must be specified if pageIndex has been specified.
Successful operation
Unique, unchangeable system generated identifier (alphanumeric) of the location.
Name of the location.
MCF customer identifier (alphanumeric).
MCF customer reference.
Unique, unchangeable system generated identifier (alphanumeric) for the location category.
The name of the location category.
Array of points that define the geo-fence boundary of the polygon.
Only included if the location has a type of POLYGON.
Specifies if the geo-fence boundary for this location has been defined as a circle or a polygon; can be POLYGON or CIRCULAR.
A reference for this location.
Included in the response if a reference has been specified for this location.
A phone number for this location.
Included in the response if a phone number has been specified for this location.
A contact for this location.
Included in the response if a contact has been specified for this location.
An email address for this location.
Included in the response if an email address has been specified for this location.
The notes for this location.
Included in the response if notes have been specified for this location.