Peter Hissey

  • Total activity 56
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 1 user
  • Votes 0
  • Subscriptions 29

Activity overview

Latest activity by Peter Hissey
  • Peter Hissey created an article,

    Known Issues

    POST & GET payload differences There are differences in the payload structure between POST & GET calls when filtering by sub-table.When using GET to fetch a payload filtered by a sub-table, the pay...

  • Peter Hissey created an article,

    Performance Recommendations

    To avoid impacting user experience or other integrations, it is important to utilise the APIs efficiently: Only fetch the fields you need - use the resultColumns parameter Suppress null value fiel...

  • Peter Hissey created an article,

    Upsert / PUT

    Upsert provides the ability to create records if they don't already exist, or update them if they do. Upsert functionality is provided using the PUT method and is available on all maintenance docum...

  • Peter Hissey created an article,

    Save Arguments

    In some cases, you must also add a header to trigger the app server to perform a function as part of an API call. For example, when creating a Work Order, to load a Work Order Template you must pro...

  • Peter Hissey created an article,

    Working with Query Parameters and Filters

    Query Parameter GET and PATCH List endpoints require query parameters. This section describes the syntax and options used for the query parameter. This is a mandatory parameter for List documents. ...

  • Peter Hissey created an article,

    Custom Field Handling

    Any custom fields you have defined through document customization are automatically included in REST API definition. There is specific naming convention that is a combination of the Custom Code you...

  • Peter Hissey created an article,

    Key Fields

    Each payload contains a nested sub-section of key fields which are used for the lookup of records by a key field. This sub-subsection is identified by the primary key field name. The nested sub-sec...

  • Peter Hissey created an article,

    OpenAPI Definition and Endpoints

    Summary Index From Platform version v10.2, an OpenAPI (previously referred to as Swagger) index page has been introduced to assist in the navigation and generation of OpenAPI definitions. The index...

  • Peter Hissey created an article,

    Fundamentals and Data Model

    The Platform is, at a fundamental level, a system that deals with creating, updating, and utilizing a particular type of data object referred to as a document. Each Platform document is a represen...

  • Peter Hissey created an article,

    Using Postman and cURL

    Xytech Public Postman Collection An extensive set of example API calls is available via the Platform’s REST API Postman Collection which you can your fork so that you can pull for future updates. T...