Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 2.19 KB

Readme.md

File metadata and controls

47 lines (35 loc) · 2.19 KB

InLoox OData Api Example for Version 10

a collection of code examples to work with InLoox.ODataClient nuget package https://www.nuget.org/packages/InLoox.ODataClient/

Start coding:

Setup

  1. Enter your credentials username/password. Please note, this is an example and you shouldn't save your credentials in clear text. Better use environment variables / config files.
  2. Update endpoint to InLoox endPoint. For InLoox now use https://app.inlooxnow.de or https://app.inlooxnow.com for InLoox Enterprise Version (Saas) use your iis url

update config settings

Example 1

Description

The example loads the first 10 documents from https://app.inlooxnow.com with custom field 'DocTest' set to true and updates the status field.

The following custom field is required to run:
Name: DocTest Place: Document Type: Checkbox

Setup Example 1

First, create a custom field named DocTest under options->General->Custom Fields https://app.inlooxnow.com/options/#/options/customfields add custom field

Second, open up a project and go to the document section. Upload a new file or open an exisiting one. The custom fields section of the file dialog shows the new field to check. activate DocTest checkbox

Now, run the InLooxNowOdataClient example. After a few seconds the checked documents should show an updated status entry document new status

Example 2

Description

Creates a task with description and updates the name

Example 3

Description

Creates a user and adds an authentication entry