xtrf.eu

XTRF Home Portal API enables you to perform operations on Projects, Quotes, Customers, Vendors etc. as a XTRF Home Portal user. The documentation is generated from OpenAPI specification 3.0 available here The API client/consumer code may be easily gene

🔑 apikey 284 endpoints
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (1 total)

rigi-ios-sdk ✓ Official
# See https://github.com/xtrf/rigi-ios-sdk
curl examples
Returns list of simple users representations
curl \
  -H "X-AUTH-ACCESS-TOKEN: $API_KEY" \
  https://presentation.s.xtrf.eu/home-api/users
Searches for data (ie. customer, task, etc) and returns it in a tabular form.
curl \
  -H "X-AUTH-ACCESS-TOKEN: $API_KEY" \
  https://presentation.s.xtrf.eu/home-api/browser
Returns license content.
curl \
  -H "X-AUTH-ACCESS-TOKEN: $API_KEY" \
  https://presentation.s.xtrf.eu/home-api/license
Endpoints (284 total)
GET
/users
Returns list of simple users representations
GET
/browser
Searches for data (ie. customer, task, etc) and returns it in a tabular form.
GET
/license
Returns license content.
GET
/users/me
Returns currently signed in user details.
GET
/customers
Returns list of simple clients representations
GET
/quotes/ids
Returns quotes' internal identifiers.
GET
/browser/csv
Searches for data (ie. customer, task, etc) and returns it in a CSV form.
GET
/jobs/{jobId}
Returns job details by jobId.
GET
/projects/ids
Returns projects' internal identifiers.
GET
/services/all
Returns services list
GET
/subscription
Returns all subscriptions
GET
/customers/ids
Returns clients' internal identifiers.
Language coverage
unknown
1
At a glance
Total SDKs1
Languages1
Endpoints284
Authapikey
https://presentation.s.xtrf.eu/home-api