Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The request of the create methods in the API often contain contains something called Entities.  It contains an object or an array of objects that you want to create. 

...

The  request of the get methods of the API often contains of two things:

Args: This is the search filter of the method. If you leave this empty you will get all results available in the database. To search for objects with specific attribute values, just assign the attribute that you want with the specified value.

...