How to test the LabCollector REST API? - LabCollector

Search Knowledge Base by Keyword

How to test the LabCollector REST API?

You are here:
← All Topics

Note: Since June 2017 API v1 was discontinued and all new evolutions are in API v2.

A quick and easy tool to try out your API integrated into your LabCollector is to use Chrome plugin called Postman

Get it here: https://chrome.google.com/webstore/detail/postman/fhbjgbiflinjbdggehcddcbncdddomop?hl=en

Once installed, use this way:

1/ GET:
in headers add the authentication token

2/ PUT (UPDATE record):
data_id is needed to pass the record id

3/ POST (create new record):
It returns the new record ID.