WEBAPI - API Documentation

WEBAPI - API Documentation

Valuekeep has an exposed webAPI that allows interaction with the product.

Through the link below you can access the methods of the API.

 

https://apidocs.helpcenter.valuekeep.com/



In subscriptions with company access restrictions, the WebAPI does not work for company depend entities.

    • Related Articles

    • How to obtain consumption records via by OData?

      In all Entities we have the possibility of making Odata requests. In Odata requests you must pay attention to the following syntax: $select: expression that determines which request fields are included in the result; $filter: expression used to ...
    • How to obtain a list of work orders by OData?

      In all Entities we have the possibility of making Odata requests. In Odata requests you must pay attention to the following syntax: $select: expression that determines which request fields are included in the result; $filter: expression used to ...
    • WebAPI - Creating a requisition type

      This method allows creating a type of requisition in a simplified manner. The method to be used to create a requisition type is: POST url/api/mytenant/myorganization/requisitionscore/requisitiontypes Json example for creating a type of requisition:  ...
    • WebAPI – How do I create work orders?

      This method offers a simple way of creating a Work Order for a specific Asset, Location, Tool or Route. The method to be used to create a work order is: POST /api/mytenant/myorganization/maintenance/workorders/newWorkOrderInfo Json example to create ...
    • WebAPI - How does the OAUTH 2.0 authorization work?

      OAuth 2.0 is a standard authorization protocol that allows applications to access a user's account in a web service (HTTP) such as the Valuekeep CMMS Web API. The protocol delegates user authentication to the service that holds the user's account and ...