BIM 360 Field Issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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": [] }