Hi Mikako, I have used the fieldapi/issues/v1/retrieve method to retrieve detailed information for an issue. I need to find out issue location and when the issue was last updated. As you can see from the response below, I get location detail value but nothing for location_id. The updated_at field is returned for specific attachments, not for the issue. Can you suggest a way to retrieve issues which have been modified since a last cut date? The service api/get_equipment has a max_date parameter which offers this same capability, [ { "id": "07a8b546-27b1-4df9-b1a6-9939f60c3093", "created_by": "
[email protected]", "fields": [ { "id": "f--spec_ref", "name": "Spec ref", "display_type": "drop-down", "value": null }, { "id": "f--due_date", "name": "Due date", "display_type": "date", "value": "2015-06-16" }, { "id": "f--release", "name": "Release", "display_type": "text", "value": "WO-2002" }, { "id": "f--location_detail", "name": "Location detail", "display_type": "text", "value": "Left Corridor" }, { "id": "f--issue_type_id", "name": "Issue type", "display_type": "issue_type_id", "value": "9d07f686-10d9-11e4-9511-027465b920a7" }, { "id": "f--identifier", "name": "Identifier", "display_type": "text", "value": "000017" }, { "id": "f--description", "name": "Description", "display_type": "textarea", "value": "Issue for an equipment" }, { "id": "f--responsible_company_id", "name": "Responsible company", "display_type": "company_id", "value": "00000000-1000-0000-1001-000000000001" }, { "id": "f--status", "name": "Status", "display_type": "drop-down", "value": "Open" }, { "id": "f--location_id", "name": "Location", "display_type": "location", "value": null }, { "id": "f--root_cause_id", "name": "Root cause", "display_type": "root_cause_id", "value": null }, { "id": "cf--4fbe507d-0195-4f48-b4e3-8706f8a451c9", "name": "Inspector On Duty", "display_type": "text", "value": "Karina Borges" } ], "comments": [], "attachments": [ { "id": "b1765315-c5d5-443a-9508-8116cb56d558", "type": "UriReference", "caption": null, "tags": "", "path": "
http://www.google.com", "name": "Google!", "created_at": "2015-06-03 03:34:08 -0400", "updated_at": "2015-06-03 03:34:08 -0400", "created_by": "
[email protected]" } ] } ]