Rudy Scoggins

  • Total activity 81
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 1 user
  • Votes 6
  • Subscriptions 39

Articles

Votes on activity by Rudy Scoggins Recent activity Votes
  • API Overview

    The Momentus REST API (Momentus API) provides you with a secure, powerful, and simple web services API for interacting with your database. You can use it to power various integrations with Momentus...

  • Explore the API

    You can explore the API using the API Sandbox. The API Sandbox is a documentation website built into the software that makes it easy to explore the API. It shows you all the models and endpoints yo...

  • API Licensing

    There are three categories of licensing: Basic, Standard and Extended.  Here is a visual of how they relate with each other:   Basic: These are lightweight API endpoints that serve basic retrieve ...

  • Customize the API with the $select Operator for Custom Objects

    The API supports the $select operator which allows you to return custom objects from the API. Custom objects are slimmed down versions of the full subject-based models the API has used since its in...

  • Manage Errors in the SDK

    Catch Errors When performing API calls, you can wrap within a catch block with an exception handler to easily extract the message returned. try{ var model = apiClient.Endpoints.Accounts.Get("10", ...

  • Upgrade Considerations

    What has happened in the SDK refresh? Typically when changing the SDK and models, Momentus Enterprise does not introduce breaking changes for upgrades. While this makes for easy transitions between...

  • Make Your First API Call

    If using a .NET language, it is recommended to use the Momentus Enterprise SDK. Momentus provides you with the package Ungerboeck.Api.Sdk on NuGet, which is a complete API client with pre-made API ...

  • JWT Authentication and the Refreshed SDK Overview

    Momentus is simultaneously launching two new major improvements for the Momentus Enterprise API: the addition of JWT authentication and a rewrite for the SDK. What is a JWT?  A Javascript Web Token...

  • API Users

    To access the Momentus Enterprise API, you need to create a special type of user called an API User. Industry standards refer to these as service accounts. You can create and manage these users fro...

  • Bulk Processing

    You can use bulk processing in the Momentus Enterprise API. See below for an example using the Service Order Items subject. Bulk processing allows you to send multiple requests in one transaction. ...