This page lists terms used throughout this API in alphabetical order.
Account
Boolean
true | yes | on | 1
false | no | off | 0
Cell
Client
A client is a 3rd party that has been granted access by a user to a users resources.
Collection
Configuration
Coordinate
Customer
Date string
Icon
Invite
Number interval
100,200
Position
Protected resource
A resource owned by a user and protected by one or more authentication mechanisms.
Resource
The target of an HTTP request[rfc7231].
Resource owner
Route
Unit
User agent
User
A user is the resource owner of an account and uses an email address and password in order to login and manage the account.
UUID [rfc4122]
A Universally Unique IDentifier (UUID) is a 16-octet (128-bit) number.
In its canonical form, a UUID is represented by 32 lowercase hexadecimal digits, displayed in five groups separated by hyphens, in the form 8-4-4-4-12 for a total of 36 characters (32 alphanumeric characters and four hyphens). For example:
123e4567-e89b-12d3-a456-426655440000
The first 3 sequences are interpreted as complete hexadecimal numbers, while the final 2 as a plain sequence of bytes. The byte order is “Most Significant Byte first (known as network byte order)”.