Gets the attachments associated with the specified workorder and quote

Gets the attachments associated with the specified WorkOrder and quote.

GET api/WorkOrders/{id}/Quotes/{quoteId}/Attachments

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

quoteId

string

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": "2025-04-30T01:03:09.6777259Z",
    "FormattedCreatedDate": "4/30/2025",
    "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": "2025-04-30T01:03:09.6777259Z",
    "FormattedCreatedDate": "4/30/2025",
    "SizeString": "0.00 mb",
    "Latitude": "sample string 10",
    "Longitude": "sample string 11",
    "Description": "sample string 12",
    "FileExtention": "sample string 13"
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.