Documentation Index

Fetch the complete documentation index at: https://docs.restaurant365.com/llms.txt

Use this file to discover all available pages before exploring further.

/public/v1/core/locations

Prev Next
Get
/public/v1/core/locations

Retrieves a list of locations

Security
HTTP
Type Bearer

Put ONLY your JWT Bearer token on textbox below!

Query parameters
modifiedOnStart
string($date-time)

Starting datetime of 'modifiedOn' range; must be accompanied by 'modifiedOnEnd'

modifiedOnEnd
string($date-time)

Ending datetime of 'modifiedOn' range; must be accompanied by 'modifiedOnStart'

locationNumbers
string($uuid)

Identifier of the location to filter by

pageSize
integer($int32)

Maximum number of top level objects in the response, max value 250; if there are more objects matching the criteria, a link with a continuation token will be included in the response

Responses
200

list of location entities

Expand All
object
items
Array of object (R365.Common.Public.Contracts.Common.Models.LocationDto) | null

Collection of public locations records returned in this page.

object
id
string (uuid)

Unique identifier of the location.

name
string | null

Display name of the location.

number
string | null

Number assigned to the location.

addresses
timeZone
string | null
createdOn
string (date-time) | null

Timestamp when the location was created.

modifiedOn
string (date-time) | null

Timestamp when the location was last modified.

nextLink
string | null

URL to retrieve the next page of results, or null when this is the last page.

Expand All
object
items
Array of object (R365.Common.Public.Contracts.Common.Models.LocationDto) | null

Collection of public locations records returned in this page.

object
id
string (uuid)

Unique identifier of the location.

name
string | null

Display name of the location.

number
string | null

Number assigned to the location.

addresses
timeZone
string | null
createdOn
string (date-time) | null

Timestamp when the location was created.

modifiedOn
string (date-time) | null

Timestamp when the location was last modified.

nextLink
string | null

URL to retrieve the next page of results, or null when this is the last page.

Expand All
object
items
Array of object (R365.Common.Public.Contracts.Common.Models.LocationDto) | null

Collection of public locations records returned in this page.

object
id
string (uuid)

Unique identifier of the location.

name
string | null

Display name of the location.

number
string | null

Number assigned to the location.

addresses
timeZone
string | null
createdOn
string (date-time) | null

Timestamp when the location was created.

modifiedOn
string (date-time) | null

Timestamp when the location was last modified.

nextLink
string | null

URL to retrieve the next page of results, or null when this is the last page.