Skip to content
logoBack to home screen

Docs tagged "REST"

Tribefire exposes itself via REST endpoints.

8 files


REST API - CRUD on Entities

The /rest/v2/entities endpoint allows you to perform CRUD operations on entity instances....
REST

REST Sample Calls

Follow these instructions to quickly set up the environment for REST development and try out the API...................
REST

Using Swagger UI

Our implementation of the Swagger UI allows you to use, understand, and try out REST API endpoints of the Tribefire platform................
REST

REST API Authentication

Send a POST call to /api/v1/authenticate for authentication. Make sure to provide your credentials in the body of the request:......
REST

REST API - DDSA Service Evaluation

You can execute DDSA Service Requests via the /api/v1 endpoint..........
REST

Introduction to REST API

Tribefire offers two different REST v2 APIs, which you can try out directly from your browser.......
REST

REST API CRUD Services

Create, read, update, delete (CRUD) services are provides by the /rest/v2/ endpoints. They allow you to perform operations on entities and properties inside accesses.......
REST

REST API - CRUD on Entity Properties

The /rest/v2/entities endpoint allows you to perform CRUD operations on entity properties....
REST