- Subcategories:
- Appeal Attachment Revisions
- Large Object (LOB) Attributes - FileContents
- Large Object (LOB) Attributes - FileWebImage
Appeal Attachments REST Endpoints
Planning and Zoning/Hearing Appeal Attachments/Appeal Attachments
The appeal attachments resource is used to view, create, and update attachments.
- Create a set of appeal attachments
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorHearingAppealAttachments/{AttachmentKey}/child/HearingAppealAttachmentAccessor - Delete an appeal attachment
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorHearingAppealAttachments/{AttachmentKey}/child/HearingAppealAttachmentAccessor/{HearingAppealAttachmentAccessorUniqID} - Get all appeal attachments
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorHearingAppealAttachments/{AttachmentKey}/child/HearingAppealAttachmentAccessor - Get an appeal attachment
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorHearingAppealAttachments/{AttachmentKey}/child/HearingAppealAttachmentAccessor/{HearingAppealAttachmentAccessorUniqID} - Update an appeal attachment
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorHearingAppealAttachments/{AttachmentKey}/child/HearingAppealAttachmentAccessor/{HearingAppealAttachmentAccessorUniqID}