Get methods retieve data from the entity on which it was called. These are common to all entities.
entity
entities
all
Returns a list of all entities in the account.
Ubidots.<entity>.all();
None
entityObject[]
get
Returns a list of the first 100 entities in the account.
Ubidots.<entity>.get();
first
Returns the first entity instance in the account.
Ubidots.<entity>.first();
paginate
Performs a paginated request to retrieve entities .
Ubidots.<entity>.paginate([page, [size]])
page: number Page number to retrieve
page: number
size: number Max number of results per page
size: number
paginator
Last updated 1 month ago