GET api/DeleteMeetingAgendaItemAttachment/{MeetingAgendaItemAttachmentId}/{MeetingAgendaItemId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
MeetingAgendaItemAttachmentId

integer

Required

MeetingAgendaItemId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of MeetingAgendaItemAttachments
NameDescriptionTypeAdditional information
MeetingAgendaItemAttachmentId

integer

None.

MeetingAgendaItemId

integer

None.

AttachmentName

string

None.

AttachmentAsBlob

string

None.

UserIDCreated

integer

None.

CreatedDate

date

None.

UserIDModified

integer

None.

ModifiedDate

date

None.

RowStatus

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "MeetingAgendaItemAttachmentId": 1,
    "MeetingAgendaItemId": 2,
    "AttachmentName": "sample string 3",
    "AttachmentAsBlob": "sample string 4",
    "UserIDCreated": 5,
    "CreatedDate": "2025-05-31T14:54:33.5800287-04:00",
    "UserIDModified": 1,
    "ModifiedDate": "2025-05-31T14:54:33.5800287-04:00",
    "RowStatus": "sample string 6"
  },
  {
    "MeetingAgendaItemAttachmentId": 1,
    "MeetingAgendaItemId": 2,
    "AttachmentName": "sample string 3",
    "AttachmentAsBlob": "sample string 4",
    "UserIDCreated": 5,
    "CreatedDate": "2025-05-31T14:54:33.5800287-04:00",
    "UserIDModified": 1,
    "ModifiedDate": "2025-05-31T14:54:33.5800287-04:00",
    "RowStatus": "sample string 6"
  }
]

application/xml, text/xml

Sample:
<ArrayOfMeetingAgendaItemAttachments xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses">
  <MeetingAgendaItemAttachments>
    <AttachmentAsBlob>sample string 4</AttachmentAsBlob>
    <AttachmentName>sample string 3</AttachmentName>
    <CreatedDate>2025-05-31T14:54:33.5800287-04:00</CreatedDate>
    <MeetingAgendaItemAttachmentId>1</MeetingAgendaItemAttachmentId>
    <MeetingAgendaItemId>2</MeetingAgendaItemId>
    <ModifiedDate>2025-05-31T14:54:33.5800287-04:00</ModifiedDate>
    <RowStatus>sample string 6</RowStatus>
    <UserIDCreated>5</UserIDCreated>
    <UserIDModified>1</UserIDModified>
  </MeetingAgendaItemAttachments>
  <MeetingAgendaItemAttachments>
    <AttachmentAsBlob>sample string 4</AttachmentAsBlob>
    <AttachmentName>sample string 3</AttachmentName>
    <CreatedDate>2025-05-31T14:54:33.5800287-04:00</CreatedDate>
    <MeetingAgendaItemAttachmentId>1</MeetingAgendaItemAttachmentId>
    <MeetingAgendaItemId>2</MeetingAgendaItemId>
    <ModifiedDate>2025-05-31T14:54:33.5800287-04:00</ModifiedDate>
    <RowStatus>sample string 6</RowStatus>
    <UserIDCreated>5</UserIDCreated>
    <UserIDModified>1</UserIDModified>
  </MeetingAgendaItemAttachments>
</ArrayOfMeetingAgendaItemAttachments>