GET residentapi/archmodattachments/{id}
Gets Arch Mod attachment by ID
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
(Required) |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ArchModAttachment| Name | Description | Type | Additional information |
|---|---|---|---|
| AttachmentId |
AttachmentId |
integer |
None. |
| ArchModId |
ArchModId |
integer |
None. |
| FileName |
FileName |
string |
None. |
| FileUrl |
FileUrl |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"attachmentId": 1,
"archModId": 2,
"fileName": "sample string 3",
"fileUrl": "sample string 4"
}