GET api/Attachments/WorkOrder/{workOrderId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
workOrderId

integer

Required

Body Parameters

None

Response Information

Resource Description

Collection of ExternalAttachment
NameDescriptionTypeAdditional information
WorkOrderNumber

string None.
Id

integer None.
InvoiceId

integer None.
QuoteId

integer None.
Name

string None.
Path

string None.
URL

string None.
Username

string None.
CreatedDate

date None.
FormattedCreatedDate

string None.
SizeString

string None.
Latitude

string None.
Longitude

string None.
Description

string None.
FileExtention

string None.

Response Formats

application/json, text/json

Sample:
[
  {
    "workOrderNumber": "sample string 1",
    "id": 2,
    "invoiceId": 1,
    "quoteId": 1,
    "name": "sample string 3",
    "path": "sample string 4",
    "url": "sample string 5",
    "username": "sample string 6",
    "createdDate": "2024-05-19T23:06:17.6885714Z",
    "formattedCreatedDate": "5/19/2024",
    "sizeString": "0.00 mb",
    "latitude": "sample string 10",
    "longitude": "sample string 11",
    "description": "sample string 12",
    "fileExtention": "sample string 13"
  },
  {
    "workOrderNumber": "sample string 1",
    "id": 2,
    "invoiceId": 1,
    "quoteId": 1,
    "name": "sample string 3",
    "path": "sample string 4",
    "url": "sample string 5",
    "username": "sample string 6",
    "createdDate": "2024-05-19T23:06:17.6885714Z",
    "formattedCreatedDate": "5/19/2024",
    "sizeString": "0.00 mb",
    "latitude": "sample string 10",
    "longitude": "sample string 11",
    "description": "sample string 12",
    "fileExtention": "sample string 13"
  }
]

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: No set method for property 'SizeString' in type 'ControlESI.FMPilot.Core.BE.Entities.WorkOrder.ExternalAttachment'.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: No set method for property 'SizeString' in type 'ControlESI.FMPilot.Core.BE.Entities.WorkOrder.ExternalAttachment'.