BIM 360 Field Issue

BIM 360 Field Issue

Anonymous
Not applicable
378 Views
1 Reply
Message 1 of 2

BIM 360 Field Issue

Anonymous
Not applicable

For BIM 360 Field API,https://bim360field.autodesk.com/apidoc/index.html#issues_api_method_13 How can the API call retrieve all values of Issues instead of just some ids? i want to know the value of company instead of "id values"???

see this example..

 

 

"id": "f--responsible_company_id", "name": "Responsible company", "display_type": "company_id", "value": "841e3eba-68d2-46dd-9fe3-1dcaedb72bc9" { "id": "0014e8ad-acf4-4045-96df-c7e08840989d", "created_at": "2017-02-17 14:57:09 -0500", "updated_at": "2017-02-17 14:57:09 -0500", "created_by": "mina.nourbakhsh@nyumc.org", "fields": [ { "id": "f--location_detail", "name": "Location detail", "display_type": "text", "value": "" }, { "id": "f--identifier", "name": "Identifier", "display_type": "text", "value": "000003" }, { "id": "f--tags", "name": "Tags", "display_type": "text", "value": "" }, { "id": "f--root_cause_id", "name": "Root cause", "display_type": "root_cause_id", "value": null }, { "id": "f--priority", "name": "Priority", "display_type": "drop-down", "value": "Medium" }, { "id": "f--issue_type_id", "name": "Issue type", "display_type": "issue_type_id", "value": "322fb368-c265-4f97-990e-a462bcdcdaf8" }, { "id": "f--description", "name": "Description", "display_type": "textarea", "value": "The Electrical tool needed to be plugged into a surge protector. Corrected when left site." }, { "id": "f--responsible_company_id", "name": "Responsible company", "display_type": "company_id", "value": "841e3eba-68d2-46dd-9fe3-1dcaedb72bc9" }, { "id": "f--full_description", "name": "Full description", "display_type": "text", "value": "" }, { "id": "f--due_date", "name": "Due date", "display_type": "date", "value": null }, { "id": "f--location_id", "name": "Location", "display_type": "location", "value": null }, { "id": "f--status", "name": "Status", "display_type": "drop-down", "value": "Closed" } ], "comments": [], "attachments": [] }

0 Likes
379 Views
1 Reply
Reply (1)
Message 2 of 2

mikako_harada
Community Manager
Community Manager

Hi, 

 

You can use the following call to get the company information from the id: 

GET /fieldapi/companies/v1/:id 
https://bim360field.autodesk.com/apidoc/index.html#fieldapi/companies/v1/companies_api_method_2 

There is no function that returns the list with all the info in display format (like display names).  When using API, you will need to further process using id returned.  


Mikako Harada
Developer Technical Services
0 Likes