List attachment folders and files associated with the work order.
List attachment folders and files associated with the work order.
access_token OAuth 2.0 Access Token
In: query
Work Order ID
ID of the user acting on behalf of another user
curl -X GET "https://api-sandbox.fndev.net/api/rest/v2/workorders/0/attachments"{
"correlation_id": "dca779064e7084ef4f51853e7a75c65d471bbadf",
"actions": [
"add_slot"
],
"sum": {
"unreviewed": 2
},
"metadata": {
"total": 6,
"per_page": 6,
"pages": 1,
"page": 1
},
"results": [
{
"id": 1,
"name": "Documents",
"type": "document",
"task": {
"id": 0,
"type": {
"id": 0
}
},
"actions": [
"upload"
],
"metadata": {
"total": 1,
"per_page": 1,
"pages": 1,
"page": 1
},
"results": [
{
"id": -1,
"file": {
"name": "Printable Badge & Authorization",
"icon": "icon-link2",
"type": "link",
"description": "Printable badge for access to site",
"size_bytes": 0,
"mime": "",
"link": "http://ui-sandbox.fndev.net/workorder/20546/badge/?hash=25612e0eaaaa66f6c6c750073ddd36e8"
},
"time_zone": {
"short": "CDT"
},
"created": {
"utc": "2026-08-21T10:27:17+0000",
"local": {
"date": "2026-08-21",
"time": "05:27:17"
}
},
"author": {
"id": 1068,
"first_name": "Field Nation",
"last_name": "Support",
"email": "se2@at-test.com",
"phone": "+18775734353 ",
"thumbnail": "https://s3.amazonaws.com/dev.fieldnation/profile_image/1068-5d792b11819b8.png"
},
"notes": "",
"status": "approved",
"show_before_assignment": false,
"actions": [
"view"
],
"workorder_id": 20546
}
]
}
]
}{
"status": 400,
"message": "Validation failed: field 'title' is required"
}{
"status": 500,
"message": "Operation successful."
}{
"status": 403,
"message": "You do not have permission to access this work order"
}{
"status_code": 404,
"message": "Work order not found"
}{
"status": 500,
"message": "An unexpected error occurred. Please try again later or contact support."
}application/json
application/json
application/json
application/json
application/json
application/json
Last updated on