Categories: None [Edit]

tripletex_api3

https://rubygems.org/gems/tripletex_api3
https://github.com/sveredyuk/tripletex_ruby
The Tripletex API is a **RESTful API**, which does not implement PATCH, but uses a PUT with optional fields. **Actions** or commands are represented in our RESTful path with a prefixed `:`. Example: `/v2/hours/123/:approve`. **Summaries** or aggregated results are represented in our RESTful path with a prefixed >. Example: /v2/hours/>thisWeeksBillables. **"requestID"** is a key found in all validation and error responses. If additional log information is absolutely necessary, our support division can locate the key value. **Download** the [swagger.json](/v2/swagger.json) file [OpenAPI Specification](https://github.com/OAI/OpenAPI-Specification) to [generate code](https://github.com/sveredyuk/tripletex_ruby). This document was generated from the Swagger JSON file. **version:** This is a versioning number found on all DB records. If included, it will prevent your PUT/POST from overriding any updates to the record since your GET. **Date & DateTime** follows the **ISO 8601** standard. Date: `YYYY-MM-DD`. DateTime: `YYYY-MM-DDThh:mm:ssZ` **Sorting** is done by specifying a comma separated list, where a `-` prefix denotes descending. You can sort by sub object with the following format: `project.name, -date`. **Searching:** is done by entering values in the optional fields for each API call. The values fall into the following categories: range, in, exact and like. **Missing fields or even no response data** can occur because result objects and fields are filtered on authorization. **See [FAQ](https://tripletex.no/execute/docViewer?articleId=906&language=0) for more additional information.** ## Authentication: - **Tokens:** The Tripletex API uses 3 different tokens - **consumerToken**, **employeeToken** and **sessionToken**. - **consumerToken** is a token provided to the consumer by Tripletex after the API 2.0 registration is completed. - **employeeToken** is a token created by an administrator in your Tripletex account via the user settings and the tab "API access". Each em...

Total

Ranking: 116,647 of 192,692
Downloads: 6,256

Daily

Ranking: 123,556 of 192,666
Downloads: 5

Depended by

RankDownloadsName

Depends on

RankDownloadsName
121,266,305,593json
29976,634,844rspec
118393,391,488webmock
189268,038,663typhoeus
323153,260,542vcr
4,8091,669,937autotest
6,953689,128autotest-growl
8,278480,928autotest-fsevent
9,390371,126autotest-rails-pure

Owners

#GravatarHandle
1iconynychka