Samples Introducing BIM 360 Field API. Read more at: http://the360view.typepad.com/blog/2015/04/field-api-intro-labs-overview.html
This folder contains introductory materials for BIM 360 Field API.
The labs consist of four modules. Starting from Lab1, it incrementally adds code or reuse the code you have written, and implement a simple web service application
The minimum project that demonstrates how to make Field REST API call. In this lab, you learn what REST API is, how to make a request and obtain response, and login to Field web services through API.
In this lab, you will learn how to access to a project list and a issue list in the Field, and create a new issue. (It also includes a chart as a reference, but explanation is in Lab4.)
In the previous two labs, we looked at Field API as desktop client application. In this lab, we write a minimum, single page web service in APS.NET. We will reuse most of Field API call itself, and add UI layers as a web page.
This is a bonus lab. It demonstrates a simple reporting feature by adding a chart showing the numbers of issue by status. No new Field API is used in this lab.
- How to run the sample project
In order to use Field API, you will also need an account to Field host. You can get a trial account from here: http://www.autodeskbim360.com/bim360-field-trial No key and secret is required to use Field API.
Samples are written in C#, using Microsoft Visual Studio 2012.